Skip to content

Commit

Permalink
Merge pull request #265 from bryanv/bryanv/revert-class-ns-scoped-v1a2
Browse files Browse the repository at this point in the history
🐛 Revert "Mark v1a2 VirtualMachineClass as namespace scoped"
  • Loading branch information
bryanv authored Nov 8, 2023
2 parents 955a2ad + a9ca59b commit d05f7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha2/virtualmachineclass_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ type VirtualMachineClassStatus struct {
}

// +kubebuilder:object:root=true
// +kubebuilder:resource:scope=Namespaced,shortName=vmclass
// +kubebuilder:resource:scope=Cluster,shortName=vmclass
// +kubebuilder:storageversion
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="CPU",type="string",JSONPath=".spec.hardware.cpus"
Expand Down

0 comments on commit d05f7d4

Please sign in to comment.