Class ServingInfoFluent<A extends ServingInfoFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.ServingInfoFluent<A>
-
- Direct Known Subclasses:
ServingInfoBuilder
public class ServingInfoFluent<A extends ServingInfoFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classServingInfoFluent.NamedCertificatesNested<N>
-
Constructor Summary
Constructors Constructor Description ServingInfoFluent()ServingInfoFluent(ServingInfo instance)
-
Method Summary
-
-
-
Constructor Detail
-
ServingInfoFluent
public ServingInfoFluent()
-
ServingInfoFluent
public ServingInfoFluent(ServingInfo instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ServingInfo instance)
-
getBindAddress
public String getBindAddress()
-
hasBindAddress
public boolean hasBindAddress()
-
getBindNetwork
public String getBindNetwork()
-
hasBindNetwork
public boolean hasBindNetwork()
-
getCertFile
public String getCertFile()
-
hasCertFile
public boolean hasCertFile()
-
addAllToCipherSuites
public A addAllToCipherSuites(Collection<String> items)
-
removeAllFromCipherSuites
public A removeAllFromCipherSuites(Collection<String> items)
-
getCipherSuite
public String getCipherSuite(int index)
-
getFirstCipherSuite
public String getFirstCipherSuite()
-
getLastCipherSuite
public String getLastCipherSuite()
-
hasCipherSuites
public boolean hasCipherSuites()
-
getClientCA
public String getClientCA()
-
hasClientCA
public boolean hasClientCA()
-
getKeyFile
public String getKeyFile()
-
hasKeyFile
public boolean hasKeyFile()
-
getMinTLSVersion
public String getMinTLSVersion()
-
hasMinTLSVersion
public boolean hasMinTLSVersion()
-
addToNamedCertificates
public A addToNamedCertificates(int index, NamedCertificate item)
-
setToNamedCertificates
public A setToNamedCertificates(int index, NamedCertificate item)
-
addToNamedCertificates
public A addToNamedCertificates(NamedCertificate... items)
-
addAllToNamedCertificates
public A addAllToNamedCertificates(Collection<NamedCertificate> items)
-
removeFromNamedCertificates
public A removeFromNamedCertificates(NamedCertificate... items)
-
removeAllFromNamedCertificates
public A removeAllFromNamedCertificates(Collection<NamedCertificate> items)
-
removeMatchingFromNamedCertificates
public A removeMatchingFromNamedCertificates(Predicate<NamedCertificateBuilder> predicate)
-
buildNamedCertificates
public List<NamedCertificate> buildNamedCertificates()
-
buildNamedCertificate
public NamedCertificate buildNamedCertificate(int index)
-
buildFirstNamedCertificate
public NamedCertificate buildFirstNamedCertificate()
-
buildLastNamedCertificate
public NamedCertificate buildLastNamedCertificate()
-
buildMatchingNamedCertificate
public NamedCertificate buildMatchingNamedCertificate(Predicate<NamedCertificateBuilder> predicate)
-
hasMatchingNamedCertificate
public boolean hasMatchingNamedCertificate(Predicate<NamedCertificateBuilder> predicate)
-
withNamedCertificates
public A withNamedCertificates(List<NamedCertificate> namedCertificates)
-
withNamedCertificates
public A withNamedCertificates(NamedCertificate... namedCertificates)
-
hasNamedCertificates
public boolean hasNamedCertificates()
-
addNewNamedCertificate
public ServingInfoFluent.NamedCertificatesNested<A> addNewNamedCertificate()
-
addNewNamedCertificateLike
public ServingInfoFluent.NamedCertificatesNested<A> addNewNamedCertificateLike(NamedCertificate item)
-
setNewNamedCertificateLike
public ServingInfoFluent.NamedCertificatesNested<A> setNewNamedCertificateLike(int index, NamedCertificate item)
-
editNamedCertificate
public ServingInfoFluent.NamedCertificatesNested<A> editNamedCertificate(int index)
-
editFirstNamedCertificate
public ServingInfoFluent.NamedCertificatesNested<A> editFirstNamedCertificate()
-
editLastNamedCertificate
public ServingInfoFluent.NamedCertificatesNested<A> editLastNamedCertificate()
-
editMatchingNamedCertificate
public ServingInfoFluent.NamedCertificatesNested<A> editMatchingNamedCertificate(Predicate<NamedCertificateBuilder> predicate)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ServingInfoFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ServingInfoFluent<A>>
-
-