| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISecret.Jsii$Default
Internal default implementation for
ISecret. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ISecret.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Secret
Kubernetes Secrets let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys.
|
| Modifier and Type | Method and Description |
|---|---|
static ISecret |
Secret.fromSecretName(String name)
Imports a secret from the cluster as a reference.
|
ISecret |
SecretValue.getSecret()
The secret.
|
ISecret |
SecretValue.Jsii$Proxy.getSecret() |
default ISecret |
IngressV1Beta1Tls.getSecret()
Secret is the secret that contains the certificate and key used to terminate SSL traffic on 443.
|
ISecret |
IngressV1Beta1Tls.Jsii$Proxy.getSecret() |
| Modifier and Type | Method and Description |
|---|---|
List<ISecret> |
ServiceAccount.getSecrets()
List of secrets allowed to be used by pods running using this service account.
|
default List<ISecret> |
ServiceAccountProps.getSecrets()
List of secrets allowed to be used by pods running using this ServiceAccount.
|
List<ISecret> |
ServiceAccountProps.Jsii$Proxy.getSecrets() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceAccount.addSecret(ISecret secret)
Allow a secret to be accessed by pods using this service account.
|
SecretValue.Builder |
SecretValue.Builder.secret(ISecret secret)
Sets the value of
SecretValue.getSecret() |
IngressV1Beta1Tls.Builder |
IngressV1Beta1Tls.Builder.secret(ISecret secret)
Sets the value of
IngressV1Beta1Tls.getSecret() |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccount.Builder |
ServiceAccount.Builder.secrets(List<? extends ISecret> secrets)
List of secrets allowed to be used by pods running using this ServiceAccount.
|
ServiceAccountProps.Builder |
ServiceAccountProps.Builder.secrets(List<? extends ISecret> secrets)
Sets the value of
ServiceAccountProps.getSecrets() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> hosts,
ISecret secret)
Constructor that initializes the object based on literal property values passed by the
IngressV1Beta1Tls.Builder. |
Jsii$Proxy(String key,
ISecret secret)
Constructor that initializes the object based on literal property values passed by the
SecretValue.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends ISecret> secrets,
org.cdk8s.ApiObjectMetadata metadata)
Constructor that initializes the object based on literal property values passed by the
ServiceAccountProps.Builder. |
Copyright © 2021. All rights reserved.