Uses of Class
io.kubernetes.client.openapi.models.V1beta1LeaseCandidate
Packages that use V1beta1LeaseCandidate
-
Uses of V1beta1LeaseCandidate in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta1LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1beta1Api.createNamespacedLeaseCandidate(String namespace, V1beta1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCandidateCoordinationV1beta1Api.patchNamespacedLeaseCandidate(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified LeaseCandidateCoordinationV1beta1Api.readNamespacedLeaseCandidate(String name, String namespace, String pretty) read the specified LeaseCandidateCoordinationV1beta1Api.replaceNamespacedLeaseCandidate(String name, String namespace, V1beta1LeaseCandidate 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 V1beta1LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1beta1Api.createNamespacedLeaseCandidateWithHttpInfo(String namespace, V1beta1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCandidateCoordinationV1beta1Api.patchNamespacedLeaseCandidateWithHttpInfo(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified LeaseCandidateCoordinationV1beta1Api.readNamespacedLeaseCandidateWithHttpInfo(String name, String namespace, String pretty) read the specified LeaseCandidateCoordinationV1beta1Api.replaceNamespacedLeaseCandidateWithHttpInfo(String name, String namespace, V1beta1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LeaseCandidateMethods in io.kubernetes.client.openapi.apis with parameters of type V1beta1LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1beta1Api.createNamespacedLeaseCandidate(String namespace, V1beta1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCandidateokhttp3.CallCoordinationV1beta1Api.createNamespacedLeaseCandidateAsync(String namespace, V1beta1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1LeaseCandidate> _callback) (asynchronously) create a LeaseCandidateokhttp3.CallCoordinationV1beta1Api.createNamespacedLeaseCandidateCall(String namespace, V1beta1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedLeaseCandidateCoordinationV1beta1Api.createNamespacedLeaseCandidateWithHttpInfo(String namespace, V1beta1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCandidateCoordinationV1beta1Api.replaceNamespacedLeaseCandidate(String name, String namespace, V1beta1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LeaseCandidateokhttp3.CallCoordinationV1beta1Api.replaceNamespacedLeaseCandidateAsync(String name, String namespace, V1beta1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1LeaseCandidate> _callback) (asynchronously) replace the specified LeaseCandidateokhttp3.CallCoordinationV1beta1Api.replaceNamespacedLeaseCandidateCall(String name, String namespace, V1beta1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedLeaseCandidateCoordinationV1beta1Api.replaceNamespacedLeaseCandidateWithHttpInfo(String name, String namespace, V1beta1LeaseCandidate 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 V1beta1LeaseCandidateModifier and TypeMethodDescriptionokhttp3.CallCoordinationV1beta1Api.createNamespacedLeaseCandidateAsync(String namespace, V1beta1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1LeaseCandidate> _callback) (asynchronously) create a LeaseCandidateokhttp3.CallCoordinationV1beta1Api.patchNamespacedLeaseCandidateAsync(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta1LeaseCandidate> _callback) (asynchronously) partially update the specified LeaseCandidateokhttp3.CallCoordinationV1beta1Api.readNamespacedLeaseCandidateAsync(String name, String namespace, String pretty, ApiCallback<V1beta1LeaseCandidate> _callback) (asynchronously) read the specified LeaseCandidateokhttp3.CallCoordinationV1beta1Api.replaceNamespacedLeaseCandidateAsync(String name, String namespace, V1beta1LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1LeaseCandidate> _callback) (asynchronously) replace the specified LeaseCandidate -
Uses of V1beta1LeaseCandidate in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1LeaseCandidateModifier and TypeMethodDescriptionV1beta1LeaseCandidate.apiVersion(String apiVersion) V1beta1LeaseCandidate.metadata(V1ObjectMeta metadata) V1beta1LeaseCandidate.spec(V1beta1LeaseCandidateSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1LeaseCandidateModifier and TypeMethodDescriptionV1beta1LeaseCandidateList.getItems()items is a list of schema objects.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta1LeaseCandidateModifier and TypeMethodDescriptionV1beta1LeaseCandidateList.addItemsItem(V1beta1LeaseCandidate itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1LeaseCandidateModifier and TypeMethodDescriptionV1beta1LeaseCandidateList.items(List<V1beta1LeaseCandidate> items) voidV1beta1LeaseCandidateList.setItems(List<V1beta1LeaseCandidate> items)