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.APIcreateDeviceTaintRuleRequest.execute()
Execute createDeviceTaintRule requestResourceV1alpha3Api.APIdeleteDeviceTaintRuleRequest.execute()
Execute deleteDeviceTaintRule requestResourceV1alpha3Api.APIpatchDeviceTaintRuleRequest.execute()
Execute patchDeviceTaintRule requestResourceV1alpha3Api.APIreadDeviceTaintRuleRequest.execute()
Execute readDeviceTaintRule requestResourceV1alpha3Api.APIreplaceDeviceTaintRuleRequest.execute()
Execute replaceDeviceTaintRule requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha3DeviceTaintRuleModifier and TypeMethodDescriptionResourceV1alpha3Api.APIcreateDeviceTaintRuleRequest.executeWithHttpInfo()
Execute createDeviceTaintRule request with HTTP info returnedResourceV1alpha3Api.APIdeleteDeviceTaintRuleRequest.executeWithHttpInfo()
Execute deleteDeviceTaintRule request with HTTP info returnedResourceV1alpha3Api.APIpatchDeviceTaintRuleRequest.executeWithHttpInfo()
Execute patchDeviceTaintRule request with HTTP info returnedResourceV1alpha3Api.APIreadDeviceTaintRuleRequest.executeWithHttpInfo()
Execute readDeviceTaintRule request with HTTP info returnedResourceV1alpha3Api.APIreplaceDeviceTaintRuleRequest.executeWithHttpInfo()
Execute replaceDeviceTaintRule request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha3DeviceTaintRuleModifier and TypeMethodDescriptionResourceV1alpha3Api.createDeviceTaintRule
(V1alpha3DeviceTaintRule body) create a DeviceTaintRuleResourceV1alpha3Api.replaceDeviceTaintRule
(String name, V1alpha3DeviceTaintRule body) replace the specified DeviceTaintRuleMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha3DeviceTaintRuleModifier and TypeMethodDescriptionokhttp3.Call
ResourceV1alpha3Api.APIcreateDeviceTaintRuleRequest.executeAsync
(ApiCallback<V1alpha3DeviceTaintRule> _callback) Execute createDeviceTaintRule request (asynchronously)okhttp3.Call
ResourceV1alpha3Api.APIdeleteDeviceTaintRuleRequest.executeAsync
(ApiCallback<V1alpha3DeviceTaintRule> _callback) Execute deleteDeviceTaintRule request (asynchronously)okhttp3.Call
ResourceV1alpha3Api.APIpatchDeviceTaintRuleRequest.executeAsync
(ApiCallback<V1alpha3DeviceTaintRule> _callback) Execute patchDeviceTaintRule request (asynchronously)okhttp3.Call
ResourceV1alpha3Api.APIreadDeviceTaintRuleRequest.executeAsync
(ApiCallback<V1alpha3DeviceTaintRule> _callback) Execute readDeviceTaintRule request (asynchronously)okhttp3.Call
ResourceV1alpha3Api.APIreplaceDeviceTaintRuleRequest.executeAsync
(ApiCallback<V1alpha3DeviceTaintRule> _callback) Execute replaceDeviceTaintRule request (asynchronously) -
Uses of V1alpha3DeviceTaintRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3DeviceTaintRuleModifier and TypeMethodDescriptionV1alpha3DeviceTaintRule.apiVersion
(String apiVersion) static V1alpha3DeviceTaintRule
Create an instance of V1alpha3DeviceTaintRule given an JSON stringV1alpha3DeviceTaintRule.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) void
V1alpha3DeviceTaintRuleList.setItems
(List<V1alpha3DeviceTaintRule> items)