Class ServingInfoBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.ServingInfoFluent<ServingInfoBuilder>
-
- io.fabric8.openshift.api.model.config.v1.ServingInfoBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ServingInfo>,io.fabric8.kubernetes.api.builder.Visitable<ServingInfoBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ServingInfo,ServingInfoBuilder>
public class ServingInfoBuilder extends ServingInfoFluent<ServingInfoBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ServingInfo,ServingInfoBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.ServingInfoFluent
ServingInfoFluent.NamedCertificatesNested<N>
-
-
Constructor Summary
Constructors Constructor Description ServingInfoBuilder()ServingInfoBuilder(ServingInfo instance)ServingInfoBuilder(ServingInfoFluent<?> fluent)ServingInfoBuilder(ServingInfoFluent<?> fluent, ServingInfo instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServingInfobuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.ServingInfoFluent
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, getMinTLSVersion, hasAdditionalProperties, hasBindAddress, hasBindNetwork, hasCertFile, hasCipherSuites, hasClientCA, hashCode, hasKeyFile, hasMatchingCipherSuite, hasMatchingNamedCertificate, hasMinTLSVersion, hasNamedCertificates, removeAllFromCipherSuites, removeAllFromNamedCertificates, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCipherSuites, removeFromNamedCertificates, removeMatchingFromNamedCertificates, setNewNamedCertificateLike, setToCipherSuites, setToNamedCertificates, toString, withAdditionalProperties, withBindAddress, withBindNetwork, withCertFile, withCipherSuites, withCipherSuites, withClientCA, withKeyFile, withMinTLSVersion, withNamedCertificates, withNamedCertificates
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ServingInfoBuilder
public ServingInfoBuilder()
-
ServingInfoBuilder
public ServingInfoBuilder(ServingInfoFluent<?> fluent)
-
ServingInfoBuilder
public ServingInfoBuilder(ServingInfoFluent<?> fluent, ServingInfo instance)
-
ServingInfoBuilder
public ServingInfoBuilder(ServingInfo instance)
-
-
Method Detail
-
build
public ServingInfo build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ServingInfo>
-
-