Package io.fabric8.kubernetes.api.model
Interface HTTPGetActionFluent<A extends HTTPGetActionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
HandlerFluent.HttpGetNested<N>
,ProbeFluent.HttpGetNested<N>
,WatchEventFluent.HTTPGetActionObjectNested<N>
- All Known Implementing Classes:
DoneableHTTPGetAction
,HandlerFluentImpl.HttpGetNestedImpl
,HTTPGetActionBuilder
,HTTPGetActionFluentImpl
,ProbeFluentImpl.HttpGetNestedImpl
,WatchEventFluentImpl.HTTPGetActionObjectNestedImpl
public interface HTTPGetActionFluent<A extends HTTPGetActionFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
HTTPGetActionFluent.HttpHeadersNested<N>
static interface
HTTPGetActionFluent.PortNested<N>
-
Method Summary
-
Method Details
-
getHost
String getHost() -
withHost
-
hasHost
Boolean hasHost() -
withNewHost
-
withNewHost
-
withNewHost
-
addToHttpHeaders
-
setToHttpHeaders
-
addToHttpHeaders
-
addAllToHttpHeaders
-
removeFromHttpHeaders
-
removeAllFromHttpHeaders
-
removeMatchingFromHttpHeaders
-
getHttpHeaders
Deprecated.This method has been deprecated, please use method buildHttpHeaders instead.- Returns:
- The buildable object.
-
buildHttpHeaders
List<HTTPHeader> buildHttpHeaders() -
buildHttpHeader
-
buildFirstHttpHeader
HTTPHeader buildFirstHttpHeader() -
buildLastHttpHeader
HTTPHeader buildLastHttpHeader() -
buildMatchingHttpHeader
-
hasMatchingHttpHeader
-
withHttpHeaders
-
withHttpHeaders
-
hasHttpHeaders
Boolean hasHttpHeaders() -
addNewHttpHeader
-
addNewHttpHeader
HTTPGetActionFluent.HttpHeadersNested<A> addNewHttpHeader() -
addNewHttpHeaderLike
-
setNewHttpHeaderLike
-
editHttpHeader
-
editFirstHttpHeader
HTTPGetActionFluent.HttpHeadersNested<A> editFirstHttpHeader() -
editLastHttpHeader
HTTPGetActionFluent.HttpHeadersNested<A> editLastHttpHeader() -
editMatchingHttpHeader
HTTPGetActionFluent.HttpHeadersNested<A> editMatchingHttpHeader(Predicate<HTTPHeaderBuilder> predicate) -
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
withNewPath
-
withNewPath
-
withNewPath
-
getPort
Deprecated.This method has been deprecated, please use method buildPort instead.- Returns:
- The buildable object.
-
buildPort
IntOrString buildPort() -
withPort
-
hasPort
Boolean hasPort() -
withNewPort
-
withNewPort
-
withNewPort
HTTPGetActionFluent.PortNested<A> withNewPort() -
withNewPortLike
-
editPort
HTTPGetActionFluent.PortNested<A> editPort() -
editOrNewPort
HTTPGetActionFluent.PortNested<A> editOrNewPort() -
editOrNewPortLike
-
getScheme
String getScheme() -
withScheme
-
hasScheme
Boolean hasScheme() -
withNewScheme
-
withNewScheme
-
withNewScheme
-