public class InterceptorBuilder extends InterceptorFluentImpl<InterceptorBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Interceptor,InterceptorBuilder>
InterceptorFluent.MetadataNested<N>, InterceptorFluent.SpecNested<N>, InterceptorFluent.StatusNested<N>| Constructor and Description |
|---|
InterceptorBuilder() |
InterceptorBuilder(Boolean validationEnabled) |
InterceptorBuilder(Interceptor instance) |
InterceptorBuilder(Interceptor instance,
Boolean validationEnabled) |
InterceptorBuilder(InterceptorFluent<?> fluent) |
InterceptorBuilder(InterceptorFluent<?> fluent,
Boolean validationEnabled) |
InterceptorBuilder(InterceptorFluent<?> fluent,
Interceptor instance) |
InterceptorBuilder(InterceptorFluent<?> fluent,
Interceptor instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
build() |
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, toString, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatusaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic InterceptorBuilder()
public InterceptorBuilder(Boolean validationEnabled)
public InterceptorBuilder(InterceptorFluent<?> fluent)
public InterceptorBuilder(InterceptorFluent<?> fluent, Boolean validationEnabled)
public InterceptorBuilder(InterceptorFluent<?> fluent, Interceptor instance)
public InterceptorBuilder(InterceptorFluent<?> fluent, Interceptor instance, Boolean validationEnabled)
public InterceptorBuilder(Interceptor instance)
public InterceptorBuilder(Interceptor instance, Boolean validationEnabled)
public Interceptor build()
build in interface io.fabric8.kubernetes.api.builder.Builder<Interceptor>Copyright © 2015–2023 Red Hat. All rights reserved.