Uses of Class
io.kubernetes.client.openapi.models.V1Lease
Packages that use V1Lease
-
Uses of V1Lease in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1LeaseModifier and TypeMethodDescriptionCoordinationV1Api.createNamespacedLease
(String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCoordinationV1Api.patchNamespacedLease
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified LeaseCoordinationV1Api.readNamespacedLease
(String name, String namespace, String pretty) read the specified LeaseCoordinationV1Api.replaceNamespacedLease
(String name, String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LeaseMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1LeaseModifier and TypeMethodDescriptionCoordinationV1Api.createNamespacedLeaseWithHttpInfo
(String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCoordinationV1Api.patchNamespacedLeaseWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified LeaseCoordinationV1Api.readNamespacedLeaseWithHttpInfo
(String name, String namespace, String pretty) read the specified LeaseCoordinationV1Api.replaceNamespacedLeaseWithHttpInfo
(String name, String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LeaseMethods in io.kubernetes.client.openapi.apis with parameters of type V1LeaseModifier and TypeMethodDescriptionCoordinationV1Api.createNamespacedLease
(String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Leaseokhttp3.Call
CoordinationV1Api.createNamespacedLeaseAsync
(String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Lease> _callback) (asynchronously) create a Leaseokhttp3.Call
CoordinationV1Api.createNamespacedLeaseCall
(String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedLeaseCoordinationV1Api.createNamespacedLeaseWithHttpInfo
(String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCoordinationV1Api.replaceNamespacedLease
(String name, String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Leaseokhttp3.Call
CoordinationV1Api.replaceNamespacedLeaseAsync
(String name, String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Lease> _callback) (asynchronously) replace the specified Leaseokhttp3.Call
CoordinationV1Api.replaceNamespacedLeaseCall
(String name, String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedLeaseCoordinationV1Api.replaceNamespacedLeaseWithHttpInfo
(String name, String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LeaseMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1LeaseModifier and TypeMethodDescriptionokhttp3.Call
CoordinationV1Api.createNamespacedLeaseAsync
(String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Lease> _callback) (asynchronously) create a Leaseokhttp3.Call
CoordinationV1Api.patchNamespacedLeaseAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Lease> _callback) (asynchronously) partially update the specified Leaseokhttp3.Call
CoordinationV1Api.readNamespacedLeaseAsync
(String name, String namespace, String pretty, ApiCallback<V1Lease> _callback) (asynchronously) read the specified Leaseokhttp3.Call
CoordinationV1Api.replaceNamespacedLeaseAsync
(String name, String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Lease> _callback) (asynchronously) replace the specified Lease -
Uses of V1Lease in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1LeaseModifier and TypeMethodDescriptionV1Lease.apiVersion
(String apiVersion) V1Lease.metadata
(V1ObjectMeta metadata) V1Lease.spec
(V1LeaseSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1LeaseMethods in io.kubernetes.client.openapi.models with parameters of type V1LeaseMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1Lease