public interface TlsSidecarFluent<A extends TlsSidecarFluent<A>> extends SidecarFluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TlsSidecarFluent.LivenessProbeNested<N> |
static interface |
TlsSidecarFluent.ReadinessProbeNested<N> |
getImage, getResources, hasImage, hasResources, withImage, withNewImage, withNewImage, withNewImage, withResourcesTlsSidecarLogLevel getLogLevel()
A withLogLevel(TlsSidecarLogLevel logLevel)
Boolean hasLogLevel()
@Deprecated Probe getLivenessProbe()
Probe buildLivenessProbe()
Boolean hasLivenessProbe()
A withNewLivenessProbe(int initialDelaySeconds, int timeoutSeconds)
TlsSidecarFluent.LivenessProbeNested<A> withNewLivenessProbe()
TlsSidecarFluent.LivenessProbeNested<A> withNewLivenessProbeLike(Probe item)
TlsSidecarFluent.LivenessProbeNested<A> editLivenessProbe()
TlsSidecarFluent.LivenessProbeNested<A> editOrNewLivenessProbe()
TlsSidecarFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(Probe item)
@Deprecated Probe getReadinessProbe()
Probe buildReadinessProbe()
Boolean hasReadinessProbe()
A withNewReadinessProbe(int initialDelaySeconds, int timeoutSeconds)
TlsSidecarFluent.ReadinessProbeNested<A> withNewReadinessProbe()
TlsSidecarFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(Probe item)
TlsSidecarFluent.ReadinessProbeNested<A> editReadinessProbe()
TlsSidecarFluent.ReadinessProbeNested<A> editOrNewReadinessProbe()
TlsSidecarFluent.ReadinessProbeNested<A> editOrNewReadinessProbeLike(Probe item)
Copyright © 2019. All rights reserved.