Uses of Class
io.kubernetes.client.openapi.models.V1beta1LeaseCandidateList
Packages that use V1beta1LeaseCandidateList
-
Uses of V1beta1LeaseCandidateList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta1LeaseCandidateListModifier and TypeMethodDescriptionCoordinationV1beta1Api.listLeaseCandidateForAllNamespaces
(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 LeaseCandidateCoordinationV1beta1Api.listNamespacedLeaseCandidate
(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 LeaseCandidateMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1beta1LeaseCandidateListModifier and TypeMethodDescriptionCoordinationV1beta1Api.listLeaseCandidateForAllNamespacesWithHttpInfo
(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 LeaseCandidateCoordinationV1beta1Api.listNamespacedLeaseCandidateWithHttpInfo
(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 LeaseCandidateMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1beta1LeaseCandidateListModifier and TypeMethodDescriptionokhttp3.Call
CoordinationV1beta1Api.listLeaseCandidateForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta1LeaseCandidateList> _callback) (asynchronously) list or watch objects of kind LeaseCandidateokhttp3.Call
CoordinationV1beta1Api.listNamespacedLeaseCandidateAsync
(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<V1beta1LeaseCandidateList> _callback) (asynchronously) list or watch objects of kind LeaseCandidate -
Uses of V1beta1LeaseCandidateList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1LeaseCandidateListModifier and TypeMethodDescriptionV1beta1LeaseCandidateList.addItemsItem
(V1beta1LeaseCandidate itemsItem) V1beta1LeaseCandidateList.apiVersion
(String apiVersion) V1beta1LeaseCandidateList.items
(List<V1beta1LeaseCandidate> items) V1beta1LeaseCandidateList.metadata
(V1ListMeta metadata)