Uses of Class
io.kubernetes.client.openapi.models.V1alpha2ResourceClass
Packages that use V1alpha2ResourceClass
-
Uses of V1alpha2ResourceClass in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha2ResourceClassModifier and TypeMethodDescriptionResourceV1alpha2Api.createResourceClass(V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceClassResourceV1alpha2Api.deleteResourceClass(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ResourceClassResourceV1alpha2Api.patchResourceClass(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ResourceClassResourceV1alpha2Api.readResourceClass(String name, String pretty) read the specified ResourceClassResourceV1alpha2Api.replaceResourceClass(String name, V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ResourceClassMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha2ResourceClassModifier and TypeMethodDescriptionResourceV1alpha2Api.createResourceClassWithHttpInfo(V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceClassResourceV1alpha2Api.deleteResourceClassWithHttpInfo(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ResourceClassResourceV1alpha2Api.patchResourceClassWithHttpInfo(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ResourceClassResourceV1alpha2Api.readResourceClassWithHttpInfo(String name, String pretty) read the specified ResourceClassResourceV1alpha2Api.replaceResourceClassWithHttpInfo(String name, V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ResourceClassMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha2ResourceClassModifier and TypeMethodDescriptionResourceV1alpha2Api.createResourceClass(V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceClassokhttp3.CallResourceV1alpha2Api.createResourceClassAsync(V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha2ResourceClass> _callback) (asynchronously) create a ResourceClassokhttp3.CallResourceV1alpha2Api.createResourceClassCall(V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createResourceClassResourceV1alpha2Api.createResourceClassWithHttpInfo(V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceClassResourceV1alpha2Api.replaceResourceClass(String name, V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ResourceClassokhttp3.CallResourceV1alpha2Api.replaceResourceClassAsync(String name, V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha2ResourceClass> _callback) (asynchronously) replace the specified ResourceClassokhttp3.CallResourceV1alpha2Api.replaceResourceClassCall(String name, V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceResourceClassResourceV1alpha2Api.replaceResourceClassWithHttpInfo(String name, V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ResourceClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha2ResourceClassModifier and TypeMethodDescriptionokhttp3.CallResourceV1alpha2Api.createResourceClassAsync(V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha2ResourceClass> _callback) (asynchronously) create a ResourceClassokhttp3.CallResourceV1alpha2Api.deleteResourceClassAsync(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1alpha2ResourceClass> _callback) (asynchronously) delete a ResourceClassokhttp3.CallResourceV1alpha2Api.patchResourceClassAsync(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1alpha2ResourceClass> _callback) (asynchronously) partially update the specified ResourceClassokhttp3.CallResourceV1alpha2Api.readResourceClassAsync(String name, String pretty, ApiCallback<V1alpha2ResourceClass> _callback) (asynchronously) read the specified ResourceClassokhttp3.CallResourceV1alpha2Api.replaceResourceClassAsync(String name, V1alpha2ResourceClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha2ResourceClass> _callback) (asynchronously) replace the specified ResourceClass -
Uses of V1alpha2ResourceClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2ResourceClassModifier and TypeMethodDescriptionV1alpha2ResourceClass.apiVersion(String apiVersion) V1alpha2ResourceClass.driverName(String driverName) V1alpha2ResourceClass.metadata(V1ObjectMeta metadata) V1alpha2ResourceClass.parametersRef(V1alpha2ResourceClassParametersReference parametersRef) V1alpha2ResourceClass.suitableNodes(V1NodeSelector suitableNodes) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha2ResourceClassModifier and TypeMethodDescriptionV1alpha2ResourceClassList.getItems()Items is the list of resource classes.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2ResourceClassModifier and TypeMethodDescriptionV1alpha2ResourceClassList.addItemsItem(V1alpha2ResourceClass itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha2ResourceClassModifier and TypeMethodDescriptionV1alpha2ResourceClassList.items(List<V1alpha2ResourceClass> items) voidV1alpha2ResourceClassList.setItems(List<V1alpha2ResourceClass> items)