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

Commit

Permalink
Merge pull request #1279 from Abirdcfly/master
Browse files Browse the repository at this point in the history
Add a shortname to replicaschedulingpreference
  • Loading branch information
k8s-ci-robot committed Sep 15, 2020
2 parents 57a1852 + 7449d5f commit 9f45a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 9f45a5a

Please sign in to comment.