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.APIlistNamespacedSecretRequest.execute()
Execute listNamespacedSecret requestCoreV1Api.APIlistSecretForAllNamespacesRequest.execute()
Execute listSecretForAllNamespaces requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1SecretListModifier and TypeMethodDescriptionCoreV1Api.APIlistNamespacedSecretRequest.executeWithHttpInfo()
Execute listNamespacedSecret request with HTTP info returnedCoreV1Api.APIlistSecretForAllNamespacesRequest.executeWithHttpInfo()
Execute listSecretForAllNamespaces request with HTTP info returnedMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1SecretListModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIlistNamespacedSecretRequest.executeAsync
(ApiCallback<V1SecretList> _callback) Execute listNamespacedSecret request (asynchronously)okhttp3.Call
CoreV1Api.APIlistSecretForAllNamespacesRequest.executeAsync
(ApiCallback<V1SecretList> _callback) Execute listSecretForAllNamespaces request (asynchronously) -
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) static V1SecretList
Create an instance of V1SecretList given an JSON stringV1SecretList.metadata
(V1ListMeta metadata)