Interface V1SecretKeySelectorFluent<A extends V1SecretKeySelectorFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1EnvVarSourceFluent.SecretKeyRefNested<N>
All Known Implementing Classes:
V1SecretKeySelectorBuilder, V1SecretKeySelectorFluentImpl

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