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.createNamespacedSecret
(String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a SecretCoreV1Api.patchNamespacedSecret
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified SecretCoreV1Api.readNamespacedSecret
(String name, String namespace, String pretty) read the specified SecretCoreV1Api.replaceNamespacedSecret
(String name, String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified SecretMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1SecretModifier and TypeMethodDescriptionCoreV1Api.createNamespacedSecretWithHttpInfo
(String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a SecretCoreV1Api.patchNamespacedSecretWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified SecretCoreV1Api.readNamespacedSecretWithHttpInfo
(String name, String namespace, String pretty) read the specified SecretCoreV1Api.replaceNamespacedSecretWithHttpInfo
(String name, String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified SecretMethods in io.kubernetes.client.openapi.apis with parameters of type V1SecretModifier and TypeMethodDescriptionCoreV1Api.createNamespacedSecret
(String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Secretokhttp3.Call
CoreV1Api.createNamespacedSecretAsync
(String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Secret> _callback) (asynchronously) create a Secretokhttp3.Call
CoreV1Api.createNamespacedSecretCall
(String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedSecretCoreV1Api.createNamespacedSecretWithHttpInfo
(String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a SecretCoreV1Api.replaceNamespacedSecret
(String name, String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Secretokhttp3.Call
CoreV1Api.replaceNamespacedSecretAsync
(String name, String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Secret> _callback) (asynchronously) replace the specified Secretokhttp3.Call
CoreV1Api.replaceNamespacedSecretCall
(String name, String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedSecretCoreV1Api.replaceNamespacedSecretWithHttpInfo
(String name, String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified SecretMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1SecretModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.createNamespacedSecretAsync
(String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Secret> _callback) (asynchronously) create a Secretokhttp3.Call
CoreV1Api.patchNamespacedSecretAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Secret> _callback) (asynchronously) partially update the specified Secretokhttp3.Call
CoreV1Api.readNamespacedSecretAsync
(String name, String namespace, String pretty, ApiCallback<V1Secret> _callback) (asynchronously) read the specified Secretokhttp3.Call
CoreV1Api.replaceNamespacedSecretAsync
(String name, String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Secret> _callback) (asynchronously) replace the specified Secret -
Uses of V1Secret in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1SecretModifier and TypeMethodDescriptionV1Secret.apiVersion
(String apiVersion) V1Secret.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