Class SecretEnvSourceArgs


  • public final class SecretEnvSourceArgs
    extends com.pulumi.resources.ResourceArgs
    SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret's Data field will represent the key-value pairs as environment variables.
    • Method Detail

      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
      • optional

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> optional()
        Returns:
        Specify whether the Secret must be defined