Uses of Class
io.kubernetes.client.openapi.models.V1alpha1LeaseCandidate
Packages that use V1alpha1LeaseCandidate
-
Uses of V1alpha1LeaseCandidate in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1alpha1Api.createNamespacedLeaseCandidate
(String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCandidateCoordinationV1alpha1Api.patchNamespacedLeaseCandidate
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified LeaseCandidateCoordinationV1alpha1Api.readNamespacedLeaseCandidate
(String name, String namespace, String pretty) read the specified LeaseCandidateCoordinationV1alpha1Api.replaceNamespacedLeaseCandidate
(String name, String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LeaseCandidateMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1alpha1Api.createNamespacedLeaseCandidateWithHttpInfo
(String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCandidateCoordinationV1alpha1Api.patchNamespacedLeaseCandidateWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified LeaseCandidateCoordinationV1alpha1Api.readNamespacedLeaseCandidateWithHttpInfo
(String name, String namespace, String pretty) read the specified LeaseCandidateCoordinationV1alpha1Api.replaceNamespacedLeaseCandidateWithHttpInfo
(String name, String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LeaseCandidateMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1alpha1Api.createNamespacedLeaseCandidate
(String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCandidateokhttp3.Call
CoordinationV1alpha1Api.createNamespacedLeaseCandidateAsync
(String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1LeaseCandidate> _callback) (asynchronously) create a LeaseCandidateokhttp3.Call
CoordinationV1alpha1Api.createNamespacedLeaseCandidateCall
(String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedLeaseCandidateCoordinationV1alpha1Api.createNamespacedLeaseCandidateWithHttpInfo
(String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCandidateCoordinationV1alpha1Api.replaceNamespacedLeaseCandidate
(String name, String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LeaseCandidateokhttp3.Call
CoordinationV1alpha1Api.replaceNamespacedLeaseCandidateAsync
(String name, String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1LeaseCandidate> _callback) (asynchronously) replace the specified LeaseCandidateokhttp3.Call
CoordinationV1alpha1Api.replaceNamespacedLeaseCandidateCall
(String name, String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedLeaseCandidateCoordinationV1alpha1Api.replaceNamespacedLeaseCandidateWithHttpInfo
(String name, String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LeaseCandidateMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1LeaseCandidateModifier and TypeMethodDescriptionokhttp3.Call
CoordinationV1alpha1Api.createNamespacedLeaseCandidateAsync
(String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1LeaseCandidate> _callback) (asynchronously) create a LeaseCandidateokhttp3.Call
CoordinationV1alpha1Api.patchNamespacedLeaseCandidateAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1alpha1LeaseCandidate> _callback) (asynchronously) partially update the specified LeaseCandidateokhttp3.Call
CoordinationV1alpha1Api.readNamespacedLeaseCandidateAsync
(String name, String namespace, String pretty, ApiCallback<V1alpha1LeaseCandidate> _callback) (asynchronously) read the specified LeaseCandidateokhttp3.Call
CoordinationV1alpha1Api.replaceNamespacedLeaseCandidateAsync
(String name, String namespace, V1alpha1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1LeaseCandidate> _callback) (asynchronously) replace the specified LeaseCandidate -
Uses of V1alpha1LeaseCandidate in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1LeaseCandidateModifier and TypeMethodDescriptionV1alpha1LeaseCandidate.apiVersion
(String apiVersion) V1alpha1LeaseCandidate.metadata
(V1ObjectMeta metadata) V1alpha1LeaseCandidate.spec
(V1alpha1LeaseCandidateSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1LeaseCandidateModifier and TypeMethodDescriptionV1alpha1LeaseCandidateList.getItems()
items is a list of schema objects.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha1LeaseCandidateModifier and TypeMethodDescriptionV1alpha1LeaseCandidateList.addItemsItem
(V1alpha1LeaseCandidate itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1LeaseCandidateModifier and TypeMethodDescriptionV1alpha1LeaseCandidateList.items
(List<V1alpha1LeaseCandidate> items) void
V1alpha1LeaseCandidateList.setItems
(List<V1alpha1LeaseCandidate> items)