Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.ComponentConditionObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ComponentConditionFluentImpl<WatchEventFluent.ComponentConditionObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.ComponentConditionObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.ComponentConditionObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.ComponentConditionObjectNested<N>>
,ComponentConditionFluent<WatchEventFluent.ComponentConditionObjectNested<N>>
,WatchEventFluent.ComponentConditionObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.ComponentConditionObjectNestedImpl<N> extends ComponentConditionFluentImpl<WatchEventFluent.ComponentConditionObjectNested<N>> implements WatchEventFluent.ComponentConditionObjectNested<N>, Nested<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
endComponentConditionObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ComponentConditionFluentImpl
equals, getError, getMessage, getStatus, getType, hasError, hashCode, hasMessage, hasStatus, hasType, withError, withMessage, withNewError, withNewError, withNewError, withNewMessage, withNewMessage, withNewMessage, withNewStatus, withNewStatus, withNewStatus, withNewType, withNewType, withNewType, withStatus, withType
-
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.ComponentConditionFluent
getError, getMessage, getStatus, getType, hasError, hasMessage, hasStatus, hasType, withError, withMessage, withNewError, withNewError, withNewError, withNewMessage, withNewMessage, withNewMessage, withNewStatus, withNewStatus, withNewStatus, withNewType, withNewType, withNewType, withStatus, withType
-
-
-
-
Method Detail
-
and
public N and()
-
endComponentConditionObject
public N endComponentConditionObject()
- Specified by:
endComponentConditionObject
in interfaceWatchEventFluent.ComponentConditionObjectNested<N>
-
-