Interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1EnvFromSourceFluent.SecretRefNested<N>
All Known Implementing Classes:
V1SecretEnvSourceBuilder, V1SecretEnvSourceFluentImpl

public interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getName

      String getName()
    • withName

      A withName(String name)
    • hasName

      Boolean hasName()
    • getOptional

      Boolean getOptional()
    • withOptional

      A withOptional(Boolean optional)
    • hasOptional

      Boolean hasOptional()
    • withOptional

      A withOptional()