Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.HTTPGetActionObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.HTTPGetActionFluentImpl<WatchEventFluent.HTTPGetActionObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.HTTPGetActionObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.HTTPGetActionObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.HTTPGetActionObjectNested<N>>
,HTTPGetActionFluent<WatchEventFluent.HTTPGetActionObjectNested<N>>
,WatchEventFluent.HTTPGetActionObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.HTTPGetActionObjectNestedImpl<N> extends HTTPGetActionFluentImpl<WatchEventFluent.HTTPGetActionObjectNested<N>> implements WatchEventFluent.HTTPGetActionObjectNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.HTTPGetActionFluentImpl
HTTPGetActionFluentImpl.HttpHeadersNestedImpl<N>, HTTPGetActionFluentImpl.PortNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.HTTPGetActionFluent
HTTPGetActionFluent.HttpHeadersNested<N>, HTTPGetActionFluent.PortNested<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
endHTTPGetActionObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.HTTPGetActionFluentImpl
addAllToHttpHeaders, addNewHttpHeader, addNewHttpHeader, addNewHttpHeaderLike, addToHttpHeaders, addToHttpHeaders, buildFirstHttpHeader, buildHttpHeader, buildHttpHeaders, buildLastHttpHeader, buildMatchingHttpHeader, buildPort, editFirstHttpHeader, editHttpHeader, editLastHttpHeader, editMatchingHttpHeader, editOrNewPort, editOrNewPortLike, editPort, equals, getHost, getHttpHeaders, getPath, getPort, getScheme, hashCode, hasHost, hasHttpHeaders, hasMatchingHttpHeader, hasPath, hasPort, hasScheme, removeAllFromHttpHeaders, removeFromHttpHeaders, removeMatchingFromHttpHeaders, setNewHttpHeaderLike, setToHttpHeaders, withHost, withHttpHeaders, withHttpHeaders, withNewHost, withNewHost, withNewHost, withNewPath, withNewPath, withNewPath, withNewPort, withNewPort, withNewPort, withNewPortLike, withNewScheme, withNewScheme, withNewScheme, withPath, withPort, withScheme
-
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.HTTPGetActionFluent
addAllToHttpHeaders, addNewHttpHeader, addNewHttpHeader, addNewHttpHeaderLike, addToHttpHeaders, addToHttpHeaders, buildFirstHttpHeader, buildHttpHeader, buildHttpHeaders, buildLastHttpHeader, buildMatchingHttpHeader, buildPort, editFirstHttpHeader, editHttpHeader, editLastHttpHeader, editMatchingHttpHeader, editOrNewPort, editOrNewPortLike, editPort, getHost, getHttpHeaders, getPath, getPort, getScheme, hasHost, hasHttpHeaders, hasMatchingHttpHeader, hasPath, hasPort, hasScheme, removeAllFromHttpHeaders, removeFromHttpHeaders, removeMatchingFromHttpHeaders, setNewHttpHeaderLike, setToHttpHeaders, withHost, withHttpHeaders, withHttpHeaders, withNewHost, withNewHost, withNewHost, withNewPath, withNewPath, withNewPath, withNewPort, withNewPort, withNewPort, withNewPortLike, withNewScheme, withNewScheme, withNewScheme, withPath, withPort, withScheme
-
-
-
-
Method Detail
-
and
public N and()
-
endHTTPGetActionObject
public N endHTTPGetActionObject()
- Specified by:
endHTTPGetActionObject
in interfaceWatchEventFluent.HTTPGetActionObjectNested<N>
-
-