Class V1DaemonEndpointBuilder

All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1DaemonEndpoint>, Fluent<V1DaemonEndpointBuilder>, Visitable<V1DaemonEndpointBuilder>, VisitableBuilder<io.kubernetes.client.openapi.models.V1DaemonEndpoint,V1DaemonEndpointBuilder>, V1DaemonEndpointFluent<V1DaemonEndpointBuilder>

public class V1DaemonEndpointBuilder extends V1DaemonEndpointFluentImpl<V1DaemonEndpointBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1DaemonEndpoint,V1DaemonEndpointBuilder>
  • Constructor Details

    • V1DaemonEndpointBuilder

      public V1DaemonEndpointBuilder()
    • V1DaemonEndpointBuilder

      public V1DaemonEndpointBuilder(Boolean validationEnabled)
    • V1DaemonEndpointBuilder

      public V1DaemonEndpointBuilder(V1DaemonEndpointFluent<?> fluent)
    • V1DaemonEndpointBuilder

      public V1DaemonEndpointBuilder(V1DaemonEndpointFluent<?> fluent, Boolean validationEnabled)
    • V1DaemonEndpointBuilder

      public V1DaemonEndpointBuilder(V1DaemonEndpointFluent<?> fluent, io.kubernetes.client.openapi.models.V1DaemonEndpoint instance)
    • V1DaemonEndpointBuilder

      public V1DaemonEndpointBuilder(V1DaemonEndpointFluent<?> fluent, io.kubernetes.client.openapi.models.V1DaemonEndpoint instance, Boolean validationEnabled)
    • V1DaemonEndpointBuilder

      public V1DaemonEndpointBuilder(io.kubernetes.client.openapi.models.V1DaemonEndpoint instance)
    • V1DaemonEndpointBuilder

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

    • build

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