Uses of Class
org.cdk8s.plus22.Secret
-
-
Uses of Secret in org.cdk8s.plus22
Subclasses of Secret in org.cdk8s.plus22 Modifier and Type Class Description classBasicAuthSecretCreate a secret for basic authentication.classDockerConfigSecretCreate a secret for storing credentials for accessing a container image registry.classServiceAccountTokenSecretCreate a secret for a service account token.classSshAuthSecretCreate a secret for ssh authentication.classTlsSecretCreate a secret for storing a TLS certificate and its associated key.Methods in org.cdk8s.plus22 that return Secret Modifier and Type Method Description SecretSecret.Builder. build()
-