Skip to content

Commit

Permalink
Change short name machcls to machclass (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh-11 authored Oct 11, 2022
1 parent 4b26085 commit 0d00e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/crds/machine.sapcloud.io_machineclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
listKind: MachineClassList
plural: machineclasses
shortNames:
- machcls
- machclass
singular: machineclass
scope: Namespaced
versions:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/machine/v1alpha1/machineclass_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
// +genclient
// +genclient:noStatus
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +kubebuilder:resource:shortName="machcls"
// +kubebuilder:resource:shortName="machclass"
// +kubebuilder:object:root=true

// MachineClass can be used to templatize and re-use provider configuration
Expand Down

0 comments on commit 0d00e14

Please sign in to comment.