Class PostStartFluent<A extends PostStartFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.PostStartFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
LifecycleFluent.InitcontainersPostStartNested,PostStartBuilder
public class PostStartFluent<A extends PostStartFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPostStartFluent.InitcontainersExecNested<N>classPostStartFluent.InitcontainersHttpGetNested<N>classPostStartFluent.InitcontainersTcpSocketNested<N>
-
Constructor Summary
Constructors Constructor Description PostStartFluent()PostStartFluent(PostStart instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PostStartFluent
public PostStartFluent()
-
PostStartFluent
public PostStartFluent(PostStart instance)
-
-
Method Detail
-
buildExec
public Exec buildExec()
-
hasExec
public boolean hasExec()
-
withNewInitcontainersExec
public PostStartFluent.InitcontainersExecNested<A> withNewInitcontainersExec()
-
withNewExecLike
public PostStartFluent.InitcontainersExecNested<A> withNewExecLike(Exec item)
-
editInitcontainersExec
public PostStartFluent.InitcontainersExecNested<A> editInitcontainersExec()
-
editOrNewExec
public PostStartFluent.InitcontainersExecNested<A> editOrNewExec()
-
editOrNewExecLike
public PostStartFluent.InitcontainersExecNested<A> editOrNewExecLike(Exec item)
-
buildHttpGet
public HttpGet buildHttpGet()
-
hasHttpGet
public boolean hasHttpGet()
-
withNewInitcontainersHttpGet
public PostStartFluent.InitcontainersHttpGetNested<A> withNewInitcontainersHttpGet()
-
withNewHttpGetLike
public PostStartFluent.InitcontainersHttpGetNested<A> withNewHttpGetLike(HttpGet item)
-
editInitcontainersHttpGet
public PostStartFluent.InitcontainersHttpGetNested<A> editInitcontainersHttpGet()
-
editOrNewHttpGet
public PostStartFluent.InitcontainersHttpGetNested<A> editOrNewHttpGet()
-
editOrNewHttpGetLike
public PostStartFluent.InitcontainersHttpGetNested<A> editOrNewHttpGetLike(HttpGet item)
-
buildTcpSocket
public TcpSocket buildTcpSocket()
-
hasTcpSocket
public boolean hasTcpSocket()
-
withNewInitcontainersTcpSocket
public PostStartFluent.InitcontainersTcpSocketNested<A> withNewInitcontainersTcpSocket()
-
withNewTcpSocketLike
public PostStartFluent.InitcontainersTcpSocketNested<A> withNewTcpSocketLike(TcpSocket item)
-
editInitcontainersTcpSocket
public PostStartFluent.InitcontainersTcpSocketNested<A> editInitcontainersTcpSocket()
-
editOrNewTcpSocket
public PostStartFluent.InitcontainersTcpSocketNested<A> editOrNewTcpSocket()
-
editOrNewTcpSocketLike
public PostStartFluent.InitcontainersTcpSocketNested<A> editOrNewTcpSocketLike(TcpSocket item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PostStartFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PostStartFluent<A>>
-
-