Interface V1ConfigMapEnvSourceFluent<A extends V1ConfigMapEnvSourceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1EnvFromSourceFluent.ConfigMapRefNested<N>
All Known Implementing Classes:
V1ConfigMapEnvSourceBuilder, V1ConfigMapEnvSourceFluentImpl

public interface V1ConfigMapEnvSourceFluent<A extends V1ConfigMapEnvSourceFluent<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()