Skip to content

Commit

Permalink
Merge pull request #1991 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1973-to-release-1.6

[release-1.6] 🐛 apis: fix missing categories marker for VShpereVM in v1alpha3 and v1alpha4
  • Loading branch information
k8s-ci-robot authored Jul 11, 2023
2 parents d68fdbd + 7e49cb6 commit b344f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/v1alpha3/vspherevm_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type VSphereVMStatus struct {
}

// +kubebuilder:object:root=true
// +kubebuilder:resource:path=vspherevms,scope=Namespaced
// +kubebuilder:resource:path=vspherevms,scope=Namespaced,categories=cluster-api
// +kubebuilder:subresource:status

// VSphereVM is the Schema for the vspherevms API
Expand Down
2 changes: 1 addition & 1 deletion apis/v1alpha4/vspherevm_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type VSphereVMStatus struct {
}

// +kubebuilder:object:root=true
// +kubebuilder:resource:path=vspherevms,scope=Namespaced
// +kubebuilder:resource:path=vspherevms,scope=Namespaced,categories=cluster-api
// +kubebuilder:subresource:status

// VSphereVM is the Schema for the vspherevms API
Expand Down

0 comments on commit b344f02

Please sign in to comment.