Class V1SecretKeySelectorBuilder

All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1SecretKeySelector>, Fluent<V1SecretKeySelectorBuilder>, Visitable<V1SecretKeySelectorBuilder>, VisitableBuilder<io.kubernetes.client.openapi.models.V1SecretKeySelector,V1SecretKeySelectorBuilder>, V1SecretKeySelectorFluent<V1SecretKeySelectorBuilder>

public class V1SecretKeySelectorBuilder extends V1SecretKeySelectorFluentImpl<V1SecretKeySelectorBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1SecretKeySelector,V1SecretKeySelectorBuilder>
  • Constructor Details

    • V1SecretKeySelectorBuilder

      public V1SecretKeySelectorBuilder()
    • V1SecretKeySelectorBuilder

      public V1SecretKeySelectorBuilder(Boolean validationEnabled)
    • V1SecretKeySelectorBuilder

      public V1SecretKeySelectorBuilder(V1SecretKeySelectorFluent<?> fluent)
    • V1SecretKeySelectorBuilder

      public V1SecretKeySelectorBuilder(V1SecretKeySelectorFluent<?> fluent, Boolean validationEnabled)
    • V1SecretKeySelectorBuilder

      public V1SecretKeySelectorBuilder(V1SecretKeySelectorFluent<?> fluent, io.kubernetes.client.openapi.models.V1SecretKeySelector instance)
    • V1SecretKeySelectorBuilder

      public V1SecretKeySelectorBuilder(V1SecretKeySelectorFluent<?> fluent, io.kubernetes.client.openapi.models.V1SecretKeySelector instance, Boolean validationEnabled)
    • V1SecretKeySelectorBuilder

      public V1SecretKeySelectorBuilder(io.kubernetes.client.openapi.models.V1SecretKeySelector instance)
    • V1SecretKeySelectorBuilder

      public V1SecretKeySelectorBuilder(io.kubernetes.client.openapi.models.V1SecretKeySelector instance, Boolean validationEnabled)
  • Method Details

    • build

      public io.kubernetes.client.openapi.models.V1SecretKeySelector build()
      Specified by:
      build in interface Builder<io.kubernetes.client.openapi.models.V1SecretKeySelector>