mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-09 19:29:26 +00:00
Merge pull request #13000 from brendandburns/schema-api-2
Add support for dynamic APIs
This commit is contained in:
@@ -318,3 +318,10 @@ type DaemonList struct {
|
||||
|
||||
Items []Daemon `json:"items"`
|
||||
}
|
||||
|
||||
type ThirdPartyResourceDataList struct {
|
||||
api.TypeMeta `json:",inline"`
|
||||
api.ListMeta `json:"metadata,omitempty" description:"standard list metadata; see http://docs.k8s.io/api-conventions.md#metadata"`
|
||||
|
||||
Items []ThirdPartyResourceData `json:"items" description:"items is a list of third party objects"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user