Class StartupProbeFluent<A extends StartupProbeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.StartupProbeFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
EphemeralContainersFluent.EphemeralcontainersStartupProbeNested,StartupProbeBuilder
public class StartupProbeFluent<A extends StartupProbeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classStartupProbeFluent.StartupprobeExecNested<N>classStartupProbeFluent.StartupprobeGrpcNested<N>classStartupProbeFluent.StartupprobeHttpGetNested<N>classStartupProbeFluent.StartupprobeTcpSocketNested<N>
-
Constructor Summary
Constructors Constructor Description StartupProbeFluent()StartupProbeFluent(StartupProbe instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
StartupProbeFluent
public StartupProbeFluent()
-
StartupProbeFluent
public StartupProbeFluent(StartupProbe instance)
-
-
Method Detail
-
buildExec
public Exec buildExec()
-
hasExec
public boolean hasExec()
-
withNewStartupprobeExec
public StartupProbeFluent.StartupprobeExecNested<A> withNewStartupprobeExec()
-
withNewExecLike
public StartupProbeFluent.StartupprobeExecNested<A> withNewExecLike(Exec item)
-
editStartupprobeExec
public StartupProbeFluent.StartupprobeExecNested<A> editStartupprobeExec()
-
editOrNewExec
public StartupProbeFluent.StartupprobeExecNested<A> editOrNewExec()
-
editOrNewExecLike
public StartupProbeFluent.StartupprobeExecNested<A> editOrNewExecLike(Exec item)
-
getFailureThreshold
public Integer getFailureThreshold()
-
hasFailureThreshold
public boolean hasFailureThreshold()
-
buildGrpc
public Grpc buildGrpc()
-
hasGrpc
public boolean hasGrpc()
-
withNewStartupprobeGrpc
public StartupProbeFluent.StartupprobeGrpcNested<A> withNewStartupprobeGrpc()
-
withNewGrpcLike
public StartupProbeFluent.StartupprobeGrpcNested<A> withNewGrpcLike(Grpc item)
-
editStartupprobeGrpc
public StartupProbeFluent.StartupprobeGrpcNested<A> editStartupprobeGrpc()
-
editOrNewGrpc
public StartupProbeFluent.StartupprobeGrpcNested<A> editOrNewGrpc()
-
editOrNewGrpcLike
public StartupProbeFluent.StartupprobeGrpcNested<A> editOrNewGrpcLike(Grpc item)
-
buildHttpGet
public HttpGet buildHttpGet()
-
hasHttpGet
public boolean hasHttpGet()
-
withNewStartupprobeHttpGet
public StartupProbeFluent.StartupprobeHttpGetNested<A> withNewStartupprobeHttpGet()
-
withNewHttpGetLike
public StartupProbeFluent.StartupprobeHttpGetNested<A> withNewHttpGetLike(HttpGet item)
-
editStartupprobeHttpGet
public StartupProbeFluent.StartupprobeHttpGetNested<A> editStartupprobeHttpGet()
-
editOrNewHttpGet
public StartupProbeFluent.StartupprobeHttpGetNested<A> editOrNewHttpGet()
-
editOrNewHttpGetLike
public StartupProbeFluent.StartupprobeHttpGetNested<A> editOrNewHttpGetLike(HttpGet item)
-
getInitialDelaySeconds
public Integer getInitialDelaySeconds()
-
hasInitialDelaySeconds
public boolean hasInitialDelaySeconds()
-
getPeriodSeconds
public Integer getPeriodSeconds()
-
hasPeriodSeconds
public boolean hasPeriodSeconds()
-
getSuccessThreshold
public Integer getSuccessThreshold()
-
hasSuccessThreshold
public boolean hasSuccessThreshold()
-
buildTcpSocket
public TcpSocket buildTcpSocket()
-
hasTcpSocket
public boolean hasTcpSocket()
-
withNewStartupprobeTcpSocket
public StartupProbeFluent.StartupprobeTcpSocketNested<A> withNewStartupprobeTcpSocket()
-
withNewTcpSocketLike
public StartupProbeFluent.StartupprobeTcpSocketNested<A> withNewTcpSocketLike(TcpSocket item)
-
editStartupprobeTcpSocket
public StartupProbeFluent.StartupprobeTcpSocketNested<A> editStartupprobeTcpSocket()
-
editOrNewTcpSocket
public StartupProbeFluent.StartupprobeTcpSocketNested<A> editOrNewTcpSocket()
-
editOrNewTcpSocketLike
public StartupProbeFluent.StartupprobeTcpSocketNested<A> editOrNewTcpSocketLike(TcpSocket item)
-
getTerminationGracePeriodSeconds
public Long getTerminationGracePeriodSeconds()
-
withTerminationGracePeriodSeconds
public A withTerminationGracePeriodSeconds(Long terminationGracePeriodSeconds)
-
hasTerminationGracePeriodSeconds
public boolean hasTerminationGracePeriodSeconds()
-
getTimeoutSeconds
public Integer getTimeoutSeconds()
-
hasTimeoutSeconds
public boolean hasTimeoutSeconds()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends StartupProbeFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends StartupProbeFluent<A>>
-
-