mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
removed expapi descriptions from internal types
This commit is contained in:
parent
9c4802420b
commit
8f9444025f
@ -355,7 +355,9 @@ type DaemonList struct {
|
|||||||
|
|
||||||
type ThirdPartyResourceDataList struct {
|
type ThirdPartyResourceDataList struct {
|
||||||
api.TypeMeta `json:",inline"`
|
api.TypeMeta `json:",inline"`
|
||||||
api.ListMeta `json:"metadata,omitempty" description:"standard list metadata; see http://docs.k8s.io/api-conventions.md#metadata"`
|
// Standard list metadata
|
||||||
|
// More info: http://docs.k8s.io/api-conventions.md#metadata
|
||||||
Items []ThirdPartyResourceData `json:"items" description:"items is a list of third party objects"`
|
api.ListMeta `json:"metadata,omitempty"`
|
||||||
|
// Items is a list of third party objects
|
||||||
|
Items []ThirdPartyResourceData `json:"items"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user