Class PostStartBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.PostStartFluent<PostStartBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.PostStartBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PostStart>,io.fabric8.kubernetes.api.builder.Fluent<PostStartBuilder>,io.fabric8.kubernetes.api.builder.Visitable<PostStartBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PostStart,PostStartBuilder>
public class PostStartBuilder extends PostStartFluent<PostStartBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PostStart,PostStartBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.PostStartFluent
PostStartFluent.EphemeralcontainersExecNested<N>, PostStartFluent.EphemeralcontainersHttpGetNested<N>, PostStartFluent.EphemeralcontainersTcpSocketNested<N>
-
-
Constructor Summary
Constructors Constructor Description PostStartBuilder()PostStartBuilder(PostStart instance)PostStartBuilder(PostStartFluent<?> fluent)PostStartBuilder(PostStartFluent<?> fluent, PostStart instance)PostStartBuilder(PostStartFluent<?> fluent, PostStart instance, Boolean validationEnabled)PostStartBuilder(PostStartFluent<?> fluent, Boolean validationEnabled)PostStartBuilder(PostStart instance, Boolean validationEnabled)PostStartBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostStartbuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.PostStartFluent
buildExec, buildHttpGet, buildTcpSocket, editEphemeralcontainersExec, editEphemeralcontainersHttpGet, editEphemeralcontainersTcpSocket, editOrNewExec, editOrNewExecLike, editOrNewHttpGet, editOrNewHttpGetLike, editOrNewTcpSocket, editOrNewTcpSocketLike, equals, hasExec, hashCode, hasHttpGet, hasTcpSocket, toString, withExec, withHttpGet, withNewEphemeralcontainersExec, withNewEphemeralcontainersHttpGet, withNewEphemeralcontainersTcpSocket, withNewExecLike, withNewHttpGetLike, withNewTcpSocketLike, withTcpSocket
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PostStartBuilder
public PostStartBuilder()
-
PostStartBuilder
public PostStartBuilder(Boolean validationEnabled)
-
PostStartBuilder
public PostStartBuilder(PostStartFluent<?> fluent)
-
PostStartBuilder
public PostStartBuilder(PostStartFluent<?> fluent, Boolean validationEnabled)
-
PostStartBuilder
public PostStartBuilder(PostStartFluent<?> fluent, PostStart instance)
-
PostStartBuilder
public PostStartBuilder(PostStartFluent<?> fluent, PostStart instance, Boolean validationEnabled)
-
PostStartBuilder
public PostStartBuilder(PostStart instance)
-
-