Interface V1ConfigMapKeySelectorFluent<A extends V1ConfigMapKeySelectorFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1EnvVarSourceFluent.ConfigMapKeyRefNested<N>
All Known Implementing Classes:
V1ConfigMapKeySelectorBuilder, V1ConfigMapKeySelectorFluentImpl

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

    • getKey

      String getKey()
    • withKey

      A withKey(String key)
    • hasKey

      Boolean hasKey()
    • 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()