Uses of Class
io.kubernetes.client.openapi.models.V1APIResource
Packages that use V1APIResource
-
Uses of V1APIResource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1APIResourceModifier and TypeMethodDescriptionV1APIResource.addCategoriesItem
(String categoriesItem) V1APIResource.addShortNamesItem
(String shortNamesItem) V1APIResource.addVerbsItem
(String verbsItem) V1APIResource.categories
(List<String> categories) static V1APIResource
Create an instance of V1APIResource given an JSON stringV1APIResource.namespaced
(Boolean namespaced) V1APIResource.shortNames
(List<String> shortNames) V1APIResource.singularName
(String singularName) V1APIResource.storageVersionHash
(String storageVersionHash) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1APIResourceModifier and TypeMethodDescriptionV1APIResourceList.getResources()
resources contains the name of the resources and if they are namespaced.Methods in io.kubernetes.client.openapi.models with parameters of type V1APIResourceModifier and TypeMethodDescriptionV1APIResourceList.addResourcesItem
(V1APIResource resourcesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1APIResourceModifier and TypeMethodDescriptionV1APIResourceList.resources
(List<V1APIResource> resources) void
V1APIResourceList.setResources
(List<V1APIResource> resources)