public static interface EksSecret.Builder extends SdkPojo, CopyableBuilder<EksSecret.Builder,EksSecret>
| Modifier and Type | Method and Description |
|---|---|
EksSecret.Builder |
optional(Boolean optional)
Specifies whether the secret or the secret's keys must be defined.
|
EksSecret.Builder |
secretName(String secretName)
The name of the secret.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEksSecret.Builder secretName(String secretName)
The name of the secret. The name must be allowed as a DNS subdomain name. For more information, see DNS subdomain names in the Kubernetes documentation.
secretName - The name of the secret. The name must be allowed as a DNS subdomain name. For more information, see DNS
subdomain names in the Kubernetes documentation.EksSecret.Builder optional(Boolean optional)
Specifies whether the secret or the secret's keys must be defined.
optional - Specifies whether the secret or the secret's keys must be defined.Copyright © 2023. All rights reserved.