Class PostStartBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.PostStartFluent<PostStartBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.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.containers.lifecycle.PostStartFluent
PostStartFluent.ExecNested<N>, PostStartFluent.HttpGetNested<N>, PostStartFluent.TcpSocketNested<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.containers.lifecycle.PostStartFluent
buildExec, buildHttpGet, buildTcpSocket, editExec, editHttpGet, editOrNewExec, editOrNewExecLike, editOrNewHttpGet, editOrNewHttpGetLike, editOrNewTcpSocket, editOrNewTcpSocketLike, editTcpSocket, equals, hasExec, hashCode, hasHttpGet, hasTcpSocket, toString, withExec, withHttpGet, withNewExec, withNewExecLike, withNewHttpGet, withNewHttpGetLike, withNewTcpSocket, 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)
-
-