Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.ProbeObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ProbeFluentImpl<WatchEventFluent.ProbeObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.ProbeObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.ProbeObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.ProbeObjectNested<N>>
,ProbeFluent<WatchEventFluent.ProbeObjectNested<N>>
,WatchEventFluent.ProbeObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.ProbeObjectNestedImpl<N> extends ProbeFluentImpl<WatchEventFluent.ProbeObjectNested<N>> implements WatchEventFluent.ProbeObjectNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ProbeFluentImpl
ProbeFluentImpl.ExecNestedImpl<N>, ProbeFluentImpl.HttpGetNestedImpl<N>, ProbeFluentImpl.TcpSocketNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ProbeFluent
ProbeFluent.ExecNested<N>, ProbeFluent.HttpGetNested<N>, ProbeFluent.TcpSocketNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endProbeObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ProbeFluentImpl
buildExec, buildHttpGet, buildTcpSocket, editExec, editHttpGet, editOrNewExec, editOrNewExecLike, editOrNewHttpGet, editOrNewHttpGetLike, editOrNewTcpSocket, editOrNewTcpSocketLike, editTcpSocket, equals, getExec, getFailureThreshold, getHttpGet, getInitialDelaySeconds, getPeriodSeconds, getSuccessThreshold, getTcpSocket, getTimeoutSeconds, hasExec, hasFailureThreshold, hashCode, hasHttpGet, hasInitialDelaySeconds, hasPeriodSeconds, hasSuccessThreshold, hasTcpSocket, hasTimeoutSeconds, withExec, withFailureThreshold, withHttpGet, withInitialDelaySeconds, withNewExec, withNewExecLike, withNewHttpGet, withNewHttpGetLike, withNewTcpSocket, withNewTcpSocketLike, withPeriodSeconds, withSuccessThreshold, withTcpSocket, withTimeoutSeconds
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ProbeFluent
buildExec, buildHttpGet, buildTcpSocket, editExec, editHttpGet, editOrNewExec, editOrNewExecLike, editOrNewHttpGet, editOrNewHttpGetLike, editOrNewTcpSocket, editOrNewTcpSocketLike, editTcpSocket, getExec, getFailureThreshold, getHttpGet, getInitialDelaySeconds, getPeriodSeconds, getSuccessThreshold, getTcpSocket, getTimeoutSeconds, hasExec, hasFailureThreshold, hasHttpGet, hasInitialDelaySeconds, hasPeriodSeconds, hasSuccessThreshold, hasTcpSocket, hasTimeoutSeconds, withExec, withFailureThreshold, withHttpGet, withInitialDelaySeconds, withNewExec, withNewExecLike, withNewHttpGet, withNewHttpGetLike, withNewTcpSocket, withNewTcpSocketLike, withPeriodSeconds, withSuccessThreshold, withTcpSocket, withTimeoutSeconds
-
-
-
-
Method Detail
-
and
public N and()
-
endProbeObject
public N endProbeObject()
- Specified by:
endProbeObject
in interfaceWatchEventFluent.ProbeObjectNested<N>
-
-