Package io.fabric8.kubernetes.api.model
Class HandlerFluentImpl.HttpGetNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.HTTPGetActionFluentImpl<HandlerFluent.HttpGetNested<N>>
-
- io.fabric8.kubernetes.api.model.HandlerFluentImpl.HttpGetNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<HandlerFluent.HttpGetNested<N>>
,Nested<N>
,Visitable<HandlerFluent.HttpGetNested<N>>
,HandlerFluent.HttpGetNested<N>
,HTTPGetActionFluent<HandlerFluent.HttpGetNested<N>>
- Enclosing class:
- HandlerFluentImpl<A extends HandlerFluent<A>>
public class HandlerFluentImpl.HttpGetNestedImpl<N> extends HTTPGetActionFluentImpl<HandlerFluent.HttpGetNested<N>> implements HandlerFluent.HttpGetNested<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
endHttpGet()
-
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()
-
endHttpGet
public N endHttpGet()
- Specified by:
endHttpGet
in interfaceHandlerFluent.HttpGetNested<N>
-
-