Uses of Class
io.kubernetes.client.openapi.models.V1alpha1LeaseCandidateList
Packages that use V1alpha1LeaseCandidateList
-
Uses of V1alpha1LeaseCandidateList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1LeaseCandidateListModifier and TypeMethodDescriptionCoordinationV1alpha1Api.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 LeaseCandidateCoordinationV1alpha1Api.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 V1alpha1LeaseCandidateListModifier and TypeMethodDescriptionCoordinationV1alpha1Api.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 LeaseCandidateCoordinationV1alpha1Api.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 V1alpha1LeaseCandidateListModifier and TypeMethodDescriptionokhttp3.Call
CoordinationV1alpha1Api.listLeaseCandidateForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha1LeaseCandidateList> _callback) (asynchronously) list or watch objects of kind LeaseCandidateokhttp3.Call
CoordinationV1alpha1Api.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<V1alpha1LeaseCandidateList> _callback) (asynchronously) list or watch objects of kind LeaseCandidate -
Uses of V1alpha1LeaseCandidateList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1LeaseCandidateListModifier and TypeMethodDescriptionV1alpha1LeaseCandidateList.addItemsItem
(V1alpha1LeaseCandidate itemsItem) V1alpha1LeaseCandidateList.apiVersion
(String apiVersion) V1alpha1LeaseCandidateList.items
(List<V1alpha1LeaseCandidate> items) V1alpha1LeaseCandidateList.metadata
(V1ListMeta metadata)