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.APIcreateNamespacedLeaseRequest.execute()
Execute createNamespacedLease requestCoordinationV1Api.APIpatchNamespacedLeaseRequest.execute()
Execute patchNamespacedLease requestCoordinationV1Api.APIreadNamespacedLeaseRequest.execute()
Execute readNamespacedLease requestCoordinationV1Api.APIreplaceNamespacedLeaseRequest.execute()
Execute replaceNamespacedLease requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1LeaseModifier and TypeMethodDescriptionCoordinationV1Api.APIcreateNamespacedLeaseRequest.executeWithHttpInfo()
Execute createNamespacedLease request with HTTP info returnedCoordinationV1Api.APIpatchNamespacedLeaseRequest.executeWithHttpInfo()
Execute patchNamespacedLease request with HTTP info returnedCoordinationV1Api.APIreadNamespacedLeaseRequest.executeWithHttpInfo()
Execute readNamespacedLease request with HTTP info returnedCoordinationV1Api.APIreplaceNamespacedLeaseRequest.executeWithHttpInfo()
Execute replaceNamespacedLease request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1LeaseModifier and TypeMethodDescriptionCoordinationV1Api.createNamespacedLease
(String namespace, V1Lease body) create a LeaseCoordinationV1Api.replaceNamespacedLease
(String name, String namespace, V1Lease body) replace the specified LeaseMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1LeaseModifier and TypeMethodDescriptionokhttp3.Call
CoordinationV1Api.APIcreateNamespacedLeaseRequest.executeAsync
(ApiCallback<V1Lease> _callback) Execute createNamespacedLease request (asynchronously)okhttp3.Call
CoordinationV1Api.APIpatchNamespacedLeaseRequest.executeAsync
(ApiCallback<V1Lease> _callback) Execute patchNamespacedLease request (asynchronously)okhttp3.Call
CoordinationV1Api.APIreadNamespacedLeaseRequest.executeAsync
(ApiCallback<V1Lease> _callback) Execute readNamespacedLease request (asynchronously)okhttp3.Call
CoordinationV1Api.APIreplaceNamespacedLeaseRequest.executeAsync
(ApiCallback<V1Lease> _callback) Execute replaceNamespacedLease request (asynchronously) -
Uses of V1Lease in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1LeaseModifier and TypeMethodDescriptionV1Lease.apiVersion
(String apiVersion) static V1Lease
Create an instance of V1Lease given an JSON stringV1Lease.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