Uses of Class
io.kubernetes.client.openapi.models.V1beta2DeviceTaintRule
Packages that use V1beta2DeviceTaintRule
-
Uses of V1beta2DeviceTaintRule in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta2DeviceTaintRuleModifier and TypeMethodDescriptionResourceV1beta2Api.APIcreateDeviceTaintRuleRequest.execute()Execute createDeviceTaintRule requestResourceV1beta2Api.APIdeleteDeviceTaintRuleRequest.execute()Execute deleteDeviceTaintRule requestResourceV1beta2Api.APIpatchDeviceTaintRuleRequest.execute()Execute patchDeviceTaintRule requestResourceV1beta2Api.APIpatchDeviceTaintRuleStatusRequest.execute()Execute patchDeviceTaintRuleStatus requestResourceV1beta2Api.APIreadDeviceTaintRuleRequest.execute()Execute readDeviceTaintRule requestResourceV1beta2Api.APIreadDeviceTaintRuleStatusRequest.execute()Execute readDeviceTaintRuleStatus requestResourceV1beta2Api.APIreplaceDeviceTaintRuleRequest.execute()Execute replaceDeviceTaintRule requestResourceV1beta2Api.APIreplaceDeviceTaintRuleStatusRequest.execute()Execute replaceDeviceTaintRuleStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1beta2DeviceTaintRuleModifier and TypeMethodDescriptionResourceV1beta2Api.APIcreateDeviceTaintRuleRequest.executeWithHttpInfo()Execute createDeviceTaintRule request with HTTP info returnedResourceV1beta2Api.APIdeleteDeviceTaintRuleRequest.executeWithHttpInfo()Execute deleteDeviceTaintRule request with HTTP info returnedResourceV1beta2Api.APIpatchDeviceTaintRuleRequest.executeWithHttpInfo()Execute patchDeviceTaintRule request with HTTP info returnedResourceV1beta2Api.APIpatchDeviceTaintRuleStatusRequest.executeWithHttpInfo()Execute patchDeviceTaintRuleStatus request with HTTP info returnedResourceV1beta2Api.APIreadDeviceTaintRuleRequest.executeWithHttpInfo()Execute readDeviceTaintRule request with HTTP info returnedResourceV1beta2Api.APIreadDeviceTaintRuleStatusRequest.executeWithHttpInfo()Execute readDeviceTaintRuleStatus request with HTTP info returnedResourceV1beta2Api.APIreplaceDeviceTaintRuleRequest.executeWithHttpInfo()Execute replaceDeviceTaintRule request with HTTP info returnedResourceV1beta2Api.APIreplaceDeviceTaintRuleStatusRequest.executeWithHttpInfo()Execute replaceDeviceTaintRuleStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1beta2DeviceTaintRuleModifier and TypeMethodDescriptionResourceV1beta2Api.createDeviceTaintRule(V1beta2DeviceTaintRule body) create a DeviceTaintRuleResourceV1beta2Api.replaceDeviceTaintRule(String name, V1beta2DeviceTaintRule body) replace the specified DeviceTaintRuleResourceV1beta2Api.replaceDeviceTaintRuleStatus(String name, V1beta2DeviceTaintRule body) replace status of the specified DeviceTaintRuleMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1beta2DeviceTaintRuleModifier and TypeMethodDescriptionokhttp3.CallResourceV1beta2Api.APIcreateDeviceTaintRuleRequest.executeAsync(ApiCallback<V1beta2DeviceTaintRule> _callback) Execute createDeviceTaintRule request (asynchronously)okhttp3.CallResourceV1beta2Api.APIdeleteDeviceTaintRuleRequest.executeAsync(ApiCallback<V1beta2DeviceTaintRule> _callback) Execute deleteDeviceTaintRule request (asynchronously)okhttp3.CallResourceV1beta2Api.APIpatchDeviceTaintRuleRequest.executeAsync(ApiCallback<V1beta2DeviceTaintRule> _callback) Execute patchDeviceTaintRule request (asynchronously)okhttp3.CallResourceV1beta2Api.APIpatchDeviceTaintRuleStatusRequest.executeAsync(ApiCallback<V1beta2DeviceTaintRule> _callback) Execute patchDeviceTaintRuleStatus request (asynchronously)okhttp3.CallResourceV1beta2Api.APIreadDeviceTaintRuleRequest.executeAsync(ApiCallback<V1beta2DeviceTaintRule> _callback) Execute readDeviceTaintRule request (asynchronously)okhttp3.CallResourceV1beta2Api.APIreadDeviceTaintRuleStatusRequest.executeAsync(ApiCallback<V1beta2DeviceTaintRule> _callback) Execute readDeviceTaintRuleStatus request (asynchronously)okhttp3.CallResourceV1beta2Api.APIreplaceDeviceTaintRuleRequest.executeAsync(ApiCallback<V1beta2DeviceTaintRule> _callback) Execute replaceDeviceTaintRule request (asynchronously)okhttp3.CallResourceV1beta2Api.APIreplaceDeviceTaintRuleStatusRequest.executeAsync(ApiCallback<V1beta2DeviceTaintRule> _callback) Execute replaceDeviceTaintRuleStatus request (asynchronously) -
Uses of V1beta2DeviceTaintRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2DeviceTaintRuleModifier and TypeMethodDescriptionV1beta2DeviceTaintRule.apiVersion(String apiVersion) static V1beta2DeviceTaintRuleCreate an instance of V1beta2DeviceTaintRule given an JSON stringV1beta2DeviceTaintRule.metadata(V1ObjectMeta metadata) V1beta2DeviceTaintRule.spec(V1beta2DeviceTaintRuleSpec spec) V1beta2DeviceTaintRule.status(V1beta2DeviceTaintRuleStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2DeviceTaintRuleModifier and TypeMethodDescriptionV1beta2DeviceTaintRuleList.getItems()Items is the list of DeviceTaintRules.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2DeviceTaintRuleModifier and TypeMethodDescriptionV1beta2DeviceTaintRuleList.addItemsItem(V1beta2DeviceTaintRule itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2DeviceTaintRuleModifier and TypeMethodDescriptionV1beta2DeviceTaintRuleList.items(List<V1beta2DeviceTaintRule> items) voidV1beta2DeviceTaintRuleList.setItems(List<V1beta2DeviceTaintRule> items)