mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Added shortNames to meta.v1.APIResource.
The shortNames would be used to allow kubectl to have short names representations of resources from aggregated API servers.
This commit is contained in:
parent
de64280740
commit
d100d56446
@ -648,6 +648,8 @@ type APIResource struct {
|
|||||||
// verbs is a list of supported kube verbs (this includes get, list, watch, create,
|
// verbs is a list of supported kube verbs (this includes get, list, watch, create,
|
||||||
// update, patch, delete, deletecollection, and proxy)
|
// update, patch, delete, deletecollection, and proxy)
|
||||||
Verbs Verbs `json:"verbs" protobuf:"bytes,4,opt,name=verbs"`
|
Verbs Verbs `json:"verbs" protobuf:"bytes,4,opt,name=verbs"`
|
||||||
|
// shortNames is a list of suggested short names of the resource.
|
||||||
|
ShortNames []string `json:"shortNames,omitempty" protobuf:"bytes,5,rep,name=shortNames"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verbs masks the value so protobuf can generate
|
// Verbs masks the value so protobuf can generate
|
||||||
|
Loading…
Reference in New Issue
Block a user