Package io.strimzi.api.kafka.model
Interface TlsSidecarFluent<A extends TlsSidecarFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,SidecarFluent<A>
- All Known Subinterfaces:
CruiseControlSpecFluent.TlsSidecarNested<N>,EntityOperatorSpecFluent.TlsSidecarNested<N>,KafkaClusterSpecFluent.TlsSidecarNested<N>,TopicOperatorSpecFluent.TlsSidecarNested<N>,ZookeeperClusterSpecFluent.TlsSidecarNested<N>
- All Known Implementing Classes:
CruiseControlSpecFluentImpl.TlsSidecarNestedImpl,EntityOperatorSpecFluentImpl.TlsSidecarNestedImpl,KafkaClusterSpecFluentImpl.TlsSidecarNestedImpl,TlsSidecarBuilder,TlsSidecarFluentImpl,TopicOperatorSpecFluentImpl.TlsSidecarNestedImpl,ZookeeperClusterSpecFluentImpl.TlsSidecarNestedImpl
public interface TlsSidecarFluent<A extends TlsSidecarFluent<A>> extends SidecarFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTlsSidecarFluent.LivenessProbeNested<N>static interfaceTlsSidecarFluent.ReadinessProbeNested<N>
-
Method Summary
-
Methods inherited from interface io.strimzi.api.kafka.model.SidecarFluent
getImage, getResources, hasImage, hasResources, withImage, withNewImage, withNewImage, withNewImage, withNewImage, withNewImage, withNewImage, withNewImage, withNewImage, withNewImage, withNewImage, withResources
-
-
-
-
Method Detail
-
getLogLevel
TlsSidecarLogLevel getLogLevel()
-
withLogLevel
A withLogLevel(TlsSidecarLogLevel logLevel)
-
hasLogLevel
Boolean hasLogLevel()
-
getLivenessProbe
@Deprecated Probe getLivenessProbe()
Deprecated.This method has been deprecated, please use method buildLivenessProbe instead.- Returns:
- The buildable object.
-
buildLivenessProbe
Probe buildLivenessProbe()
-
hasLivenessProbe
Boolean hasLivenessProbe()
-
withNewLivenessProbe
A withNewLivenessProbe(int initialDelaySeconds, int timeoutSeconds)
-
withNewLivenessProbe
TlsSidecarFluent.LivenessProbeNested<A> withNewLivenessProbe()
-
withNewLivenessProbeLike
TlsSidecarFluent.LivenessProbeNested<A> withNewLivenessProbeLike(Probe item)
-
editLivenessProbe
TlsSidecarFluent.LivenessProbeNested<A> editLivenessProbe()
-
editOrNewLivenessProbe
TlsSidecarFluent.LivenessProbeNested<A> editOrNewLivenessProbe()
-
editOrNewLivenessProbeLike
TlsSidecarFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(Probe item)
-
getReadinessProbe
@Deprecated Probe getReadinessProbe()
Deprecated.This method has been deprecated, please use method buildReadinessProbe instead.- Returns:
- The buildable object.
-
buildReadinessProbe
Probe buildReadinessProbe()
-
hasReadinessProbe
Boolean hasReadinessProbe()
-
withNewReadinessProbe
A withNewReadinessProbe(int initialDelaySeconds, int timeoutSeconds)
-
withNewReadinessProbe
TlsSidecarFluent.ReadinessProbeNested<A> withNewReadinessProbe()
-
withNewReadinessProbeLike
TlsSidecarFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(Probe item)
-
editReadinessProbe
TlsSidecarFluent.ReadinessProbeNested<A> editReadinessProbe()
-
editOrNewReadinessProbe
TlsSidecarFluent.ReadinessProbeNested<A> editOrNewReadinessProbe()
-
editOrNewReadinessProbeLike
TlsSidecarFluent.ReadinessProbeNested<A> editOrNewReadinessProbeLike(Probe item)
-
-