Uses of Class
io.kubernetes.client.openapi.models.V1LeaseList
Packages that use V1LeaseList
-
Uses of V1LeaseList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1LeaseListModifier and TypeMethodDescriptionCoordinationV1Api.listLeaseForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind LeaseCoordinationV1Api.listNamespacedLease
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind LeaseMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1LeaseListModifier and TypeMethodDescriptionCoordinationV1Api.listLeaseForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind LeaseCoordinationV1Api.listNamespacedLeaseWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind LeaseMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1LeaseListModifier and TypeMethodDescriptionokhttp3.Call
CoordinationV1Api.listLeaseForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1LeaseList> _callback) (asynchronously) list or watch objects of kind Leaseokhttp3.Call
CoordinationV1Api.listNamespacedLeaseAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1LeaseList> _callback) (asynchronously) list or watch objects of kind Lease -
Uses of V1LeaseList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1LeaseListModifier and TypeMethodDescriptionV1LeaseList.addItemsItem
(V1Lease itemsItem) V1LeaseList.apiVersion
(String apiVersion) V1LeaseList.metadata
(V1ListMeta metadata)