Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Add a shortname to replicaschedulingpreference #1279

Merged
merged 1 commit into from Sep 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions charts/kubefed/charts/controllermanager/crds/crds.yaml
Expand Up @@ -1076,6 +1076,8 @@ spec:
listKind: ReplicaSchedulingPreferenceList
plural: replicaschedulingpreferences
singular: replicaschedulingpreference
shortNames:
- rsp
scope: Namespaced
validation:
openAPIV3Schema:
Expand Down
Expand Up @@ -75,7 +75,7 @@ type ReplicaSchedulingPreferenceStatus struct {
}

// +kubebuilder:object:root=true
// +kubebuilder:resource:path=replicaschedulingpreferences
// +kubebuilder:resource:path=replicaschedulingpreferences,shortName=rsp

type ReplicaSchedulingPreference struct {
metav1.TypeMeta `json:",inline"`
Expand Down