Class V1HTTPGetActionFluentImpl<A extends V1HTTPGetActionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1HTTPGetActionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1HTTPGetActionFluent<A>
- Direct Known Subclasses:
V1HTTPGetActionBuilder
public class V1HTTPGetActionFluentImpl<A extends V1HTTPGetActionFluent<A>>
extends BaseFluent<A>
implements V1HTTPGetActionFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1HTTPGetActionFluent
V1HTTPGetActionFluent.HttpHeadersNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1HTTPGetActionFluentImpl(io.kubernetes.client.openapi.models.V1HTTPGetAction instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToHttpHeaders(Collection<io.kubernetes.client.openapi.models.V1HTTPHeader> items) addNewHttpHeaderLike(io.kubernetes.client.openapi.models.V1HTTPHeader item) addToHttpHeaders(io.kubernetes.client.openapi.models.V1HTTPHeader... items) addToHttpHeaders(Integer index, io.kubernetes.client.openapi.models.V1HTTPHeader item) io.kubernetes.client.openapi.models.V1HTTPHeaderio.kubernetes.client.openapi.models.V1HTTPHeaderbuildHttpHeader(Integer index) List<io.kubernetes.client.openapi.models.V1HTTPHeader>io.kubernetes.client.openapi.models.V1HTTPHeaderio.kubernetes.client.openapi.models.V1HTTPHeaderbuildMatchingHttpHeader(Predicate<V1HTTPHeaderBuilder> predicate) editHttpHeader(Integer index) editMatchingHttpHeader(Predicate<V1HTTPHeaderBuilder> predicate) booleangetHost()List<io.kubernetes.client.openapi.models.V1HTTPHeader>Deprecated.getPath()io.kubernetes.client.custom.IntOrStringgetPort()inthashCode()hasHost()hasMatchingHttpHeader(Predicate<V1HTTPHeaderBuilder> predicate) hasPath()hasPort()removeAllFromHttpHeaders(Collection<io.kubernetes.client.openapi.models.V1HTTPHeader> items) removeFromHttpHeaders(io.kubernetes.client.openapi.models.V1HTTPHeader... items) setNewHttpHeaderLike(Integer index, io.kubernetes.client.openapi.models.V1HTTPHeader item) setToHttpHeaders(Integer index, io.kubernetes.client.openapi.models.V1HTTPHeader item) toString()withHttpHeaders(io.kubernetes.client.openapi.models.V1HTTPHeader... httpHeaders) withHttpHeaders(List<io.kubernetes.client.openapi.models.V1HTTPHeader> httpHeaders) withNewPort(int value) withNewPort(String value) withPort(io.kubernetes.client.custom.IntOrString port) withScheme(String scheme) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1HTTPGetActionFluentImpl
public V1HTTPGetActionFluentImpl() -
V1HTTPGetActionFluentImpl
public V1HTTPGetActionFluentImpl(io.kubernetes.client.openapi.models.V1HTTPGetAction instance)
-
-
Method Details
-
getHost
- Specified by:
getHostin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
withHost
- Specified by:
withHostin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
hasHost
- Specified by:
hasHostin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
addToHttpHeaders
- Specified by:
addToHttpHeadersin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
setToHttpHeaders
- Specified by:
setToHttpHeadersin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
addToHttpHeaders
- Specified by:
addToHttpHeadersin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
addAllToHttpHeaders
- Specified by:
addAllToHttpHeadersin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
removeFromHttpHeaders
- Specified by:
removeFromHttpHeadersin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
removeAllFromHttpHeaders
public A removeAllFromHttpHeaders(Collection<io.kubernetes.client.openapi.models.V1HTTPHeader> items) - Specified by:
removeAllFromHttpHeadersin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
removeMatchingFromHttpHeaders
- Specified by:
removeMatchingFromHttpHeadersin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
getHttpHeaders
Deprecated.This method has been deprecated, please use method buildHttpHeaders instead.- Specified by:
getHttpHeadersin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>- Returns:
- The buildable object.
-
buildHttpHeaders
- Specified by:
buildHttpHeadersin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
buildHttpHeader
- Specified by:
buildHttpHeaderin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
buildFirstHttpHeader
public io.kubernetes.client.openapi.models.V1HTTPHeader buildFirstHttpHeader()- Specified by:
buildFirstHttpHeaderin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
buildLastHttpHeader
public io.kubernetes.client.openapi.models.V1HTTPHeader buildLastHttpHeader()- Specified by:
buildLastHttpHeaderin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
buildMatchingHttpHeader
public io.kubernetes.client.openapi.models.V1HTTPHeader buildMatchingHttpHeader(Predicate<V1HTTPHeaderBuilder> predicate) - Specified by:
buildMatchingHttpHeaderin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
hasMatchingHttpHeader
- Specified by:
hasMatchingHttpHeaderin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
withHttpHeaders
- Specified by:
withHttpHeadersin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
withHttpHeaders
- Specified by:
withHttpHeadersin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
hasHttpHeaders
- Specified by:
hasHttpHeadersin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
addNewHttpHeader
- Specified by:
addNewHttpHeaderin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
addNewHttpHeaderLike
public V1HTTPGetActionFluent.HttpHeadersNested<A> addNewHttpHeaderLike(io.kubernetes.client.openapi.models.V1HTTPHeader item) - Specified by:
addNewHttpHeaderLikein interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
setNewHttpHeaderLike
public V1HTTPGetActionFluent.HttpHeadersNested<A> setNewHttpHeaderLike(Integer index, io.kubernetes.client.openapi.models.V1HTTPHeader item) - Specified by:
setNewHttpHeaderLikein interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
editHttpHeader
- Specified by:
editHttpHeaderin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
editFirstHttpHeader
- Specified by:
editFirstHttpHeaderin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
editLastHttpHeader
- Specified by:
editLastHttpHeaderin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
editMatchingHttpHeader
public V1HTTPGetActionFluent.HttpHeadersNested<A> editMatchingHttpHeader(Predicate<V1HTTPHeaderBuilder> predicate) - Specified by:
editMatchingHttpHeaderin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
getPath
- Specified by:
getPathin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
withPath
- Specified by:
withPathin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
hasPath
- Specified by:
hasPathin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
getPort
public io.kubernetes.client.custom.IntOrString getPort()- Specified by:
getPortin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
withPort
- Specified by:
withPortin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
hasPort
- Specified by:
hasPortin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
withNewPort
- Specified by:
withNewPortin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
withNewPort
- Specified by:
withNewPortin interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
getScheme
- Specified by:
getSchemein interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
withScheme
- Specified by:
withSchemein interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
hasScheme
- Specified by:
hasSchemein interfaceV1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1HTTPGetActionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1HTTPGetActionFluent<A>>
-
toString
-