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.createNamespacedLeaseCandidate(String namespace, V1alpha2LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCandidateCoordinationV1alpha2Api.patchNamespacedLeaseCandidate(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified LeaseCandidateCoordinationV1alpha2Api.readNamespacedLeaseCandidate(String name, String namespace, String pretty) read the specified LeaseCandidateCoordinationV1alpha2Api.replaceNamespacedLeaseCandidate(String name, String namespace, V1alpha2LeaseCandidate 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 V1alpha2LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1alpha2Api.createNamespacedLeaseCandidateWithHttpInfo(String namespace, V1alpha2LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCandidateCoordinationV1alpha2Api.patchNamespacedLeaseCandidateWithHttpInfo(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified LeaseCandidateCoordinationV1alpha2Api.readNamespacedLeaseCandidateWithHttpInfo(String name, String namespace, String pretty) read the specified LeaseCandidateCoordinationV1alpha2Api.replaceNamespacedLeaseCandidateWithHttpInfo(String name, String namespace, V1alpha2LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LeaseCandidateMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha2LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1alpha2Api.createNamespacedLeaseCandidate(String namespace, V1alpha2LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCandidateokhttp3.CallCoordinationV1alpha2Api.createNamespacedLeaseCandidateAsync(String namespace, V1alpha2LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha2LeaseCandidate> _callback) (asynchronously) create a LeaseCandidateokhttp3.CallCoordinationV1alpha2Api.createNamespacedLeaseCandidateCall(String namespace, V1alpha2LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedLeaseCandidateCoordinationV1alpha2Api.createNamespacedLeaseCandidateWithHttpInfo(String namespace, V1alpha2LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCandidateCoordinationV1alpha2Api.replaceNamespacedLeaseCandidate(String name, String namespace, V1alpha2LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LeaseCandidateokhttp3.CallCoordinationV1alpha2Api.replaceNamespacedLeaseCandidateAsync(String name, String namespace, V1alpha2LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha2LeaseCandidate> _callback) (asynchronously) replace the specified LeaseCandidateokhttp3.CallCoordinationV1alpha2Api.replaceNamespacedLeaseCandidateCall(String name, String namespace, V1alpha2LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedLeaseCandidateCoordinationV1alpha2Api.replaceNamespacedLeaseCandidateWithHttpInfo(String name, String namespace, V1alpha2LeaseCandidate 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 V1alpha2LeaseCandidateModifier and TypeMethodDescriptionokhttp3.CallCoordinationV1alpha2Api.createNamespacedLeaseCandidateAsync(String namespace, V1alpha2LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha2LeaseCandidate> _callback) (asynchronously) create a LeaseCandidateokhttp3.CallCoordinationV1alpha2Api.patchNamespacedLeaseCandidateAsync(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1alpha2LeaseCandidate> _callback) (asynchronously) partially update the specified LeaseCandidateokhttp3.CallCoordinationV1alpha2Api.readNamespacedLeaseCandidateAsync(String name, String namespace, String pretty, ApiCallback<V1alpha2LeaseCandidate> _callback) (asynchronously) read the specified LeaseCandidateokhttp3.CallCoordinationV1alpha2Api.replaceNamespacedLeaseCandidateAsync(String name, String namespace, V1alpha2LeaseCandidate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha2LeaseCandidate> _callback) (asynchronously) replace the specified LeaseCandidate -
Uses of V1alpha2LeaseCandidate in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2LeaseCandidateModifier and TypeMethodDescriptionV1alpha2LeaseCandidate.apiVersion(String apiVersion) V1alpha2LeaseCandidate.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) voidV1alpha2LeaseCandidateList.setItems(List<V1alpha2LeaseCandidate> items)