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