Class TlsSidecarFluent<A extends TlsSidecarFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.SidecarFluent<A>
io.strimzi.api.kafka.model.kafka.entityoperator.TlsSidecarFluent<A>
- Direct Known Subclasses:
CruiseControlSpecFluent.TlsSidecarNested,EntityOperatorSpecFluent.TlsSidecarNested,TlsSidecarBuilder
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanbooleanbooleantoString()withLivenessProbe(Probe livenessProbe) withLogLevel(TlsSidecarLogLevel logLevel) withNewLivenessProbe(int initialDelaySeconds, int timeoutSeconds) withNewReadinessProbe(int initialDelaySeconds, int timeoutSeconds) withReadinessProbe(Probe readinessProbe) Methods inherited from class io.strimzi.api.kafka.model.common.SidecarFluent
getImage, getResources, hasImage, hasResources, withImage, withResourcesMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
TlsSidecarFluent
public TlsSidecarFluent() -
TlsSidecarFluent
-
-
Method Details
-
getLogLevel
-
withLogLevel
-
hasLogLevel
public boolean hasLogLevel() -
buildLivenessProbe
-
withLivenessProbe
-
hasLivenessProbe
public boolean hasLivenessProbe() -
withNewLivenessProbe
-
withNewLivenessProbe
-
withNewLivenessProbeLike
-
editLivenessProbe
-
editOrNewLivenessProbe
-
editOrNewLivenessProbeLike
-
buildReadinessProbe
-
withReadinessProbe
-
hasReadinessProbe
public boolean hasReadinessProbe() -
withNewReadinessProbe
-
withNewReadinessProbe
-
withNewReadinessProbeLike
-
editReadinessProbe
-
editOrNewReadinessProbe
-
editOrNewReadinessProbeLike
-
equals
- Overrides:
equalsin classSidecarFluent<A extends TlsSidecarFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classSidecarFluent<A extends TlsSidecarFluent<A>>
-
toString
- Overrides:
toStringin classSidecarFluent<A extends TlsSidecarFluent<A>>
-