Uses of Class
io.kubernetes.client.openapi.models.V1Secret
Packages that use V1Secret
-
Uses of V1Secret in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1SecretModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedSecretRequest.execute()
Execute createNamespacedSecret requestCoreV1Api.APIpatchNamespacedSecretRequest.execute()
Execute patchNamespacedSecret requestCoreV1Api.APIreadNamespacedSecretRequest.execute()
Execute readNamespacedSecret requestCoreV1Api.APIreplaceNamespacedSecretRequest.execute()
Execute replaceNamespacedSecret requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1SecretModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedSecretRequest.executeWithHttpInfo()
Execute createNamespacedSecret request with HTTP info returnedCoreV1Api.APIpatchNamespacedSecretRequest.executeWithHttpInfo()
Execute patchNamespacedSecret request with HTTP info returnedCoreV1Api.APIreadNamespacedSecretRequest.executeWithHttpInfo()
Execute readNamespacedSecret request with HTTP info returnedCoreV1Api.APIreplaceNamespacedSecretRequest.executeWithHttpInfo()
Execute replaceNamespacedSecret request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1SecretModifier and TypeMethodDescriptionCoreV1Api.createNamespacedSecret
(String namespace, V1Secret body) create a SecretCoreV1Api.replaceNamespacedSecret
(String name, String namespace, V1Secret body) replace the specified SecretMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1SecretModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIcreateNamespacedSecretRequest.executeAsync
(ApiCallback<V1Secret> _callback) Execute createNamespacedSecret request (asynchronously)okhttp3.Call
CoreV1Api.APIpatchNamespacedSecretRequest.executeAsync
(ApiCallback<V1Secret> _callback) Execute patchNamespacedSecret request (asynchronously)okhttp3.Call
CoreV1Api.APIreadNamespacedSecretRequest.executeAsync
(ApiCallback<V1Secret> _callback) Execute readNamespacedSecret request (asynchronously)okhttp3.Call
CoreV1Api.APIreplaceNamespacedSecretRequest.executeAsync
(ApiCallback<V1Secret> _callback) Execute replaceNamespacedSecret request (asynchronously) -
Uses of V1Secret in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1SecretModifier and TypeMethodDescriptionV1Secret.apiVersion
(String apiVersion) static V1Secret
Create an instance of V1Secret given an JSON stringV1Secret.metadata
(V1ObjectMeta metadata) V1Secret.putDataItem
(String key, byte[] dataItem) V1Secret.putStringDataItem
(String key, String stringDataItem) V1Secret.stringData
(Map<String, String> stringData) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1SecretMethods in io.kubernetes.client.openapi.models with parameters of type V1SecretMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1Secret