Uses of Class
io.kubernetes.client.openapi.models.V1CustomResourceDefinitionList
Packages that use V1CustomResourceDefinitionList
-
Uses of V1CustomResourceDefinitionList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1CustomResourceDefinitionListModifier and TypeMethodDescriptionApiextensionsV1Api.listCustomResourceDefinition
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CustomResourceDefinitionMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1CustomResourceDefinitionListModifier and TypeMethodDescriptionApiextensionsV1Api.listCustomResourceDefinitionWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CustomResourceDefinitionMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1CustomResourceDefinitionListModifier and TypeMethodDescriptionokhttp3.Call
ApiextensionsV1Api.listCustomResourceDefinitionAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1CustomResourceDefinitionList> _callback) (asynchronously) list or watch objects of kind CustomResourceDefinition -
Uses of V1CustomResourceDefinitionList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1CustomResourceDefinitionListModifier and TypeMethodDescriptionV1CustomResourceDefinitionList.addItemsItem
(V1CustomResourceDefinition itemsItem) V1CustomResourceDefinitionList.apiVersion
(String apiVersion) V1CustomResourceDefinitionList.items
(List<V1CustomResourceDefinition> items) V1CustomResourceDefinitionList.metadata
(V1ListMeta metadata)