Class HTTPServingInfoBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.HTTPServingInfoFluent<HTTPServingInfoBuilder>
-
- io.fabric8.openshift.api.model.config.v1.HTTPServingInfoBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<HTTPServingInfo>,io.fabric8.kubernetes.api.builder.Visitable<HTTPServingInfoBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<HTTPServingInfo,HTTPServingInfoBuilder>
public class HTTPServingInfoBuilder extends HTTPServingInfoFluent<HTTPServingInfoBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<HTTPServingInfo,HTTPServingInfoBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.HTTPServingInfoFluent
HTTPServingInfoFluent.NamedCertificatesNested<N>
-
-
Constructor Summary
Constructors Constructor Description HTTPServingInfoBuilder()HTTPServingInfoBuilder(HTTPServingInfo instance)HTTPServingInfoBuilder(HTTPServingInfoFluent<?> fluent)HTTPServingInfoBuilder(HTTPServingInfoFluent<?> fluent, HTTPServingInfo instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HTTPServingInfobuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.HTTPServingInfoFluent
addAllToCipherSuites, addAllToNamedCertificates, addNewNamedCertificate, addNewNamedCertificateLike, addToAdditionalProperties, addToAdditionalProperties, addToCipherSuites, addToCipherSuites, addToNamedCertificates, addToNamedCertificates, buildFirstNamedCertificate, buildLastNamedCertificate, buildMatchingNamedCertificate, buildNamedCertificate, buildNamedCertificates, copyInstance, editFirstNamedCertificate, editLastNamedCertificate, editMatchingNamedCertificate, editNamedCertificate, equals, getAdditionalProperties, getBindAddress, getBindNetwork, getCertFile, getCipherSuite, getCipherSuites, getClientCA, getFirstCipherSuite, getKeyFile, getLastCipherSuite, getMatchingCipherSuite, getMaxRequestsInFlight, getMinTLSVersion, getRequestTimeoutSeconds, hasAdditionalProperties, hasBindAddress, hasBindNetwork, hasCertFile, hasCipherSuites, hasClientCA, hashCode, hasKeyFile, hasMatchingCipherSuite, hasMatchingNamedCertificate, hasMaxRequestsInFlight, hasMinTLSVersion, hasNamedCertificates, hasRequestTimeoutSeconds, removeAllFromCipherSuites, removeAllFromNamedCertificates, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCipherSuites, removeFromNamedCertificates, removeMatchingFromNamedCertificates, setNewNamedCertificateLike, setToCipherSuites, setToNamedCertificates, toString, withAdditionalProperties, withBindAddress, withBindNetwork, withCertFile, withCipherSuites, withCipherSuites, withClientCA, withKeyFile, withMaxRequestsInFlight, withMinTLSVersion, withNamedCertificates, withNamedCertificates, withRequestTimeoutSeconds
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
HTTPServingInfoBuilder
public HTTPServingInfoBuilder()
-
HTTPServingInfoBuilder
public HTTPServingInfoBuilder(HTTPServingInfoFluent<?> fluent)
-
HTTPServingInfoBuilder
public HTTPServingInfoBuilder(HTTPServingInfoFluent<?> fluent, HTTPServingInfo instance)
-
HTTPServingInfoBuilder
public HTTPServingInfoBuilder(HTTPServingInfo instance)
-
-
Method Detail
-
build
public HTTPServingInfo build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<HTTPServingInfo>
-
-