Uses of Class
io.kubernetes.client.openapi.models.V1alpha2LeaseCandidate
Packages that use V1alpha2LeaseCandidate
-
Uses of V1alpha2LeaseCandidate in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha2LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1alpha2Api.APIcreateNamespacedLeaseCandidateRequest.execute()
Execute createNamespacedLeaseCandidate requestCoordinationV1alpha2Api.APIpatchNamespacedLeaseCandidateRequest.execute()
Execute patchNamespacedLeaseCandidate requestCoordinationV1alpha2Api.APIreadNamespacedLeaseCandidateRequest.execute()
Execute readNamespacedLeaseCandidate requestCoordinationV1alpha2Api.APIreplaceNamespacedLeaseCandidateRequest.execute()
Execute replaceNamespacedLeaseCandidate requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha2LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1alpha2Api.APIcreateNamespacedLeaseCandidateRequest.executeWithHttpInfo()
Execute createNamespacedLeaseCandidate request with HTTP info returnedCoordinationV1alpha2Api.APIpatchNamespacedLeaseCandidateRequest.executeWithHttpInfo()
Execute patchNamespacedLeaseCandidate request with HTTP info returnedCoordinationV1alpha2Api.APIreadNamespacedLeaseCandidateRequest.executeWithHttpInfo()
Execute readNamespacedLeaseCandidate request with HTTP info returnedCoordinationV1alpha2Api.APIreplaceNamespacedLeaseCandidateRequest.executeWithHttpInfo()
Execute replaceNamespacedLeaseCandidate request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha2LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1alpha2Api.createNamespacedLeaseCandidate
(String namespace, V1alpha2LeaseCandidate body) create a LeaseCandidateCoordinationV1alpha2Api.replaceNamespacedLeaseCandidate
(String name, String namespace, V1alpha2LeaseCandidate body) replace the specified LeaseCandidateMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha2LeaseCandidateModifier and TypeMethodDescriptionokhttp3.Call
CoordinationV1alpha2Api.APIcreateNamespacedLeaseCandidateRequest.executeAsync
(ApiCallback<V1alpha2LeaseCandidate> _callback) Execute createNamespacedLeaseCandidate request (asynchronously)okhttp3.Call
CoordinationV1alpha2Api.APIpatchNamespacedLeaseCandidateRequest.executeAsync
(ApiCallback<V1alpha2LeaseCandidate> _callback) Execute patchNamespacedLeaseCandidate request (asynchronously)okhttp3.Call
CoordinationV1alpha2Api.APIreadNamespacedLeaseCandidateRequest.executeAsync
(ApiCallback<V1alpha2LeaseCandidate> _callback) Execute readNamespacedLeaseCandidate request (asynchronously)okhttp3.Call
CoordinationV1alpha2Api.APIreplaceNamespacedLeaseCandidateRequest.executeAsync
(ApiCallback<V1alpha2LeaseCandidate> _callback) Execute replaceNamespacedLeaseCandidate request (asynchronously) -
Uses of V1alpha2LeaseCandidate in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2LeaseCandidateModifier and TypeMethodDescriptionV1alpha2LeaseCandidate.apiVersion
(String apiVersion) static V1alpha2LeaseCandidate
Create an instance of V1alpha2LeaseCandidate given an JSON stringV1alpha2LeaseCandidate.metadata
(V1ObjectMeta metadata) V1alpha2LeaseCandidate.spec
(V1alpha2LeaseCandidateSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha2LeaseCandidateModifier and TypeMethodDescriptionV1alpha2LeaseCandidateList.getItems()
items is a list of schema objects.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2LeaseCandidateModifier and TypeMethodDescriptionV1alpha2LeaseCandidateList.addItemsItem
(V1alpha2LeaseCandidate itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha2LeaseCandidateModifier and TypeMethodDescriptionV1alpha2LeaseCandidateList.items
(List<V1alpha2LeaseCandidate> items) void
V1alpha2LeaseCandidateList.setItems
(List<V1alpha2LeaseCandidate> items)