Uses of Class
io.kubernetes.client.openapi.models.V1SecretList
Packages that use V1SecretList
-
Uses of V1SecretList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1SecretListModifier and TypeMethodDescriptionCoreV1Api.listNamespacedSecret
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind SecretCoreV1Api.listSecretForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind SecretMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1SecretListModifier and TypeMethodDescriptionCoreV1Api.listNamespacedSecretWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind SecretCoreV1Api.listSecretForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind SecretMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1SecretListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.listNamespacedSecretAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1SecretList> _callback) (asynchronously) list or watch objects of kind Secretokhttp3.Call
CoreV1Api.listSecretForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1SecretList> _callback) (asynchronously) list or watch objects of kind Secret -
Uses of V1SecretList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1SecretListModifier and TypeMethodDescriptionV1SecretList.addItemsItem
(V1Secret itemsItem) V1SecretList.apiVersion
(String apiVersion) V1SecretList.metadata
(V1ListMeta metadata)