Uses of Class
io.kubernetes.client.openapi.models.V1alpha3DeviceTaintRule
Packages that use V1alpha3DeviceTaintRule
-
Uses of V1alpha3DeviceTaintRule in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha3DeviceTaintRuleModifier and TypeMethodDescriptionResourceV1alpha3Api.createDeviceTaintRule(V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceTaintRuleResourceV1alpha3Api.deleteDeviceTaintRule(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a DeviceTaintRuleResourceV1alpha3Api.patchDeviceTaintRule(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified DeviceTaintRuleResourceV1alpha3Api.readDeviceTaintRule(String name, String pretty) read the specified DeviceTaintRuleResourceV1alpha3Api.replaceDeviceTaintRule(String name, V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeviceTaintRuleMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha3DeviceTaintRuleModifier and TypeMethodDescriptionResourceV1alpha3Api.createDeviceTaintRuleWithHttpInfo(V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceTaintRuleResourceV1alpha3Api.deleteDeviceTaintRuleWithHttpInfo(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a DeviceTaintRuleResourceV1alpha3Api.patchDeviceTaintRuleWithHttpInfo(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified DeviceTaintRuleResourceV1alpha3Api.readDeviceTaintRuleWithHttpInfo(String name, String pretty) read the specified DeviceTaintRuleResourceV1alpha3Api.replaceDeviceTaintRuleWithHttpInfo(String name, V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeviceTaintRuleMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha3DeviceTaintRuleModifier and TypeMethodDescriptionResourceV1alpha3Api.createDeviceTaintRule(V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceTaintRuleokhttp3.CallResourceV1alpha3Api.createDeviceTaintRuleAsync(V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha3DeviceTaintRule> _callback) (asynchronously) create a DeviceTaintRuleokhttp3.CallResourceV1alpha3Api.createDeviceTaintRuleCall(V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createDeviceTaintRuleResourceV1alpha3Api.createDeviceTaintRuleWithHttpInfo(V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeviceTaintRuleResourceV1alpha3Api.replaceDeviceTaintRule(String name, V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeviceTaintRuleokhttp3.CallResourceV1alpha3Api.replaceDeviceTaintRuleAsync(String name, V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha3DeviceTaintRule> _callback) (asynchronously) replace the specified DeviceTaintRuleokhttp3.CallResourceV1alpha3Api.replaceDeviceTaintRuleCall(String name, V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceDeviceTaintRuleResourceV1alpha3Api.replaceDeviceTaintRuleWithHttpInfo(String name, V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeviceTaintRuleMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha3DeviceTaintRuleModifier and TypeMethodDescriptionokhttp3.CallResourceV1alpha3Api.createDeviceTaintRuleAsync(V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha3DeviceTaintRule> _callback) (asynchronously) create a DeviceTaintRuleokhttp3.CallResourceV1alpha3Api.deleteDeviceTaintRuleAsync(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean ignoreStoreReadErrorWithClusterBreakingPotential, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1alpha3DeviceTaintRule> _callback) (asynchronously) delete a DeviceTaintRuleokhttp3.CallResourceV1alpha3Api.patchDeviceTaintRuleAsync(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1alpha3DeviceTaintRule> _callback) (asynchronously) partially update the specified DeviceTaintRuleokhttp3.CallResourceV1alpha3Api.readDeviceTaintRuleAsync(String name, String pretty, ApiCallback<V1alpha3DeviceTaintRule> _callback) (asynchronously) read the specified DeviceTaintRuleokhttp3.CallResourceV1alpha3Api.replaceDeviceTaintRuleAsync(String name, V1alpha3DeviceTaintRule body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha3DeviceTaintRule> _callback) (asynchronously) replace the specified DeviceTaintRule -
Uses of V1alpha3DeviceTaintRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3DeviceTaintRuleModifier and TypeMethodDescriptionV1alpha3DeviceTaintRule.apiVersion(String apiVersion) V1alpha3DeviceTaintRule.metadata(V1ObjectMeta metadata) V1alpha3DeviceTaintRule.spec(V1alpha3DeviceTaintRuleSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha3DeviceTaintRuleModifier and TypeMethodDescriptionV1alpha3DeviceTaintRuleList.getItems()Items is the list of DeviceTaintRules.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha3DeviceTaintRuleModifier and TypeMethodDescriptionV1alpha3DeviceTaintRuleList.addItemsItem(V1alpha3DeviceTaintRule itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha3DeviceTaintRuleModifier and TypeMethodDescriptionV1alpha3DeviceTaintRuleList.items(List<V1alpha3DeviceTaintRule> items) voidV1alpha3DeviceTaintRuleList.setItems(List<V1alpha3DeviceTaintRule> items)