Package io.fabric8.kubernetes.api.model
Class ClusterFluentImpl<A extends ClusterFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ClusterFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,ClusterFluent<A>
- Direct Known Subclasses:
ClusterBuilder,NamedClusterFluentImpl.ClusterNestedImpl,WatchEventFluentImpl.ClusterObjectNestedImpl
public class ClusterFluentImpl<A extends ClusterFluent<A>> extends BaseFluent<A> implements ClusterFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classClusterFluentImpl.ExtensionsNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ClusterFluent
ClusterFluent.ExtensionsNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ClusterFluentImpl()ClusterFluentImpl(Cluster instance)
-
Method Summary
-
-
-
Constructor Detail
-
ClusterFluentImpl
public ClusterFluentImpl()
-
ClusterFluentImpl
public ClusterFluentImpl(Cluster instance)
-
-
Method Detail
-
getCertificateAuthority
public String getCertificateAuthority()
- Specified by:
getCertificateAuthorityin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withCertificateAuthority
public A withCertificateAuthority(String certificateAuthority)
- Specified by:
withCertificateAuthorityin interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasCertificateAuthority
public Boolean hasCertificateAuthority()
- Specified by:
hasCertificateAuthorityin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewCertificateAuthority
public A withNewCertificateAuthority(String arg1)
- Specified by:
withNewCertificateAuthorityin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewCertificateAuthority
public A withNewCertificateAuthority(StringBuilder arg1)
- Specified by:
withNewCertificateAuthorityin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewCertificateAuthority
public A withNewCertificateAuthority(StringBuffer arg1)
- Specified by:
withNewCertificateAuthorityin interfaceClusterFluent<A extends ClusterFluent<A>>
-
getCertificateAuthorityData
public String getCertificateAuthorityData()
- Specified by:
getCertificateAuthorityDatain interfaceClusterFluent<A extends ClusterFluent<A>>
-
withCertificateAuthorityData
public A withCertificateAuthorityData(String certificateAuthorityData)
- Specified by:
withCertificateAuthorityDatain interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasCertificateAuthorityData
public Boolean hasCertificateAuthorityData()
- Specified by:
hasCertificateAuthorityDatain interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewCertificateAuthorityData
public A withNewCertificateAuthorityData(String arg1)
- Specified by:
withNewCertificateAuthorityDatain interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewCertificateAuthorityData
public A withNewCertificateAuthorityData(StringBuilder arg1)
- Specified by:
withNewCertificateAuthorityDatain interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewCertificateAuthorityData
public A withNewCertificateAuthorityData(StringBuffer arg1)
- Specified by:
withNewCertificateAuthorityDatain interfaceClusterFluent<A extends ClusterFluent<A>>
-
addToExtensions
public A addToExtensions(int index, NamedExtension item)
- Specified by:
addToExtensionsin interfaceClusterFluent<A extends ClusterFluent<A>>
-
setToExtensions
public A setToExtensions(int index, NamedExtension item)
- Specified by:
setToExtensionsin interfaceClusterFluent<A extends ClusterFluent<A>>
-
addToExtensions
public A addToExtensions(NamedExtension... items)
- Specified by:
addToExtensionsin interfaceClusterFluent<A extends ClusterFluent<A>>
-
addAllToExtensions
public A addAllToExtensions(Collection<NamedExtension> items)
- Specified by:
addAllToExtensionsin interfaceClusterFluent<A extends ClusterFluent<A>>
-
removeFromExtensions
public A removeFromExtensions(NamedExtension... items)
- Specified by:
removeFromExtensionsin interfaceClusterFluent<A extends ClusterFluent<A>>
-
removeAllFromExtensions
public A removeAllFromExtensions(Collection<NamedExtension> items)
- Specified by:
removeAllFromExtensionsin interfaceClusterFluent<A extends ClusterFluent<A>>
-
removeMatchingFromExtensions
public A removeMatchingFromExtensions(Predicate<NamedExtensionBuilder> predicate)
- Specified by:
removeMatchingFromExtensionsin interfaceClusterFluent<A extends ClusterFluent<A>>
-
getExtensions
@Deprecated public List<NamedExtension> getExtensions()
Deprecated.This method has been deprecated, please use method buildExtensions instead.- Specified by:
getExtensionsin interfaceClusterFluent<A extends ClusterFluent<A>>- Returns:
- The buildable object.
-
buildExtensions
public List<NamedExtension> buildExtensions()
- Specified by:
buildExtensionsin interfaceClusterFluent<A extends ClusterFluent<A>>
-
buildExtension
public NamedExtension buildExtension(int index)
- Specified by:
buildExtensionin interfaceClusterFluent<A extends ClusterFluent<A>>
-
buildFirstExtension
public NamedExtension buildFirstExtension()
- Specified by:
buildFirstExtensionin interfaceClusterFluent<A extends ClusterFluent<A>>
-
buildLastExtension
public NamedExtension buildLastExtension()
- Specified by:
buildLastExtensionin interfaceClusterFluent<A extends ClusterFluent<A>>
-
buildMatchingExtension
public NamedExtension buildMatchingExtension(Predicate<NamedExtensionBuilder> predicate)
- Specified by:
buildMatchingExtensionin interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasMatchingExtension
public Boolean hasMatchingExtension(Predicate<NamedExtensionBuilder> predicate)
- Specified by:
hasMatchingExtensionin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withExtensions
public A withExtensions(List<NamedExtension> extensions)
- Specified by:
withExtensionsin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withExtensions
public A withExtensions(NamedExtension... extensions)
- Specified by:
withExtensionsin interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasExtensions
public Boolean hasExtensions()
- Specified by:
hasExtensionsin interfaceClusterFluent<A extends ClusterFluent<A>>
-
addNewExtension
public ClusterFluent.ExtensionsNested<A> addNewExtension()
- Specified by:
addNewExtensionin interfaceClusterFluent<A extends ClusterFluent<A>>
-
addNewExtensionLike
public ClusterFluent.ExtensionsNested<A> addNewExtensionLike(NamedExtension item)
- Specified by:
addNewExtensionLikein interfaceClusterFluent<A extends ClusterFluent<A>>
-
setNewExtensionLike
public ClusterFluent.ExtensionsNested<A> setNewExtensionLike(int index, NamedExtension item)
- Specified by:
setNewExtensionLikein interfaceClusterFluent<A extends ClusterFluent<A>>
-
editExtension
public ClusterFluent.ExtensionsNested<A> editExtension(int index)
- Specified by:
editExtensionin interfaceClusterFluent<A extends ClusterFluent<A>>
-
editFirstExtension
public ClusterFluent.ExtensionsNested<A> editFirstExtension()
- Specified by:
editFirstExtensionin interfaceClusterFluent<A extends ClusterFluent<A>>
-
editLastExtension
public ClusterFluent.ExtensionsNested<A> editLastExtension()
- Specified by:
editLastExtensionin interfaceClusterFluent<A extends ClusterFluent<A>>
-
editMatchingExtension
public ClusterFluent.ExtensionsNested<A> editMatchingExtension(Predicate<NamedExtensionBuilder> predicate)
- Specified by:
editMatchingExtensionin interfaceClusterFluent<A extends ClusterFluent<A>>
-
isInsecureSkipTlsVerify
public Boolean isInsecureSkipTlsVerify()
- Specified by:
isInsecureSkipTlsVerifyin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withInsecureSkipTlsVerify
public A withInsecureSkipTlsVerify(Boolean insecureSkipTlsVerify)
- Specified by:
withInsecureSkipTlsVerifyin interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasInsecureSkipTlsVerify
public Boolean hasInsecureSkipTlsVerify()
- Specified by:
hasInsecureSkipTlsVerifyin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewInsecureSkipTlsVerify
public A withNewInsecureSkipTlsVerify(String arg1)
- Specified by:
withNewInsecureSkipTlsVerifyin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewInsecureSkipTlsVerify
public A withNewInsecureSkipTlsVerify(boolean arg1)
- Specified by:
withNewInsecureSkipTlsVerifyin interfaceClusterFluent<A extends ClusterFluent<A>>
-
getProxyUrl
public String getProxyUrl()
- Specified by:
getProxyUrlin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withProxyUrl
public A withProxyUrl(String proxyUrl)
- Specified by:
withProxyUrlin interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasProxyUrl
public Boolean hasProxyUrl()
- Specified by:
hasProxyUrlin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewProxyUrl
public A withNewProxyUrl(String arg1)
- Specified by:
withNewProxyUrlin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewProxyUrl
public A withNewProxyUrl(StringBuilder arg1)
- Specified by:
withNewProxyUrlin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewProxyUrl
public A withNewProxyUrl(StringBuffer arg1)
- Specified by:
withNewProxyUrlin interfaceClusterFluent<A extends ClusterFluent<A>>
-
getServer
public String getServer()
- Specified by:
getServerin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withServer
public A withServer(String server)
- Specified by:
withServerin interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasServer
public Boolean hasServer()
- Specified by:
hasServerin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewServer
public A withNewServer(String arg1)
- Specified by:
withNewServerin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewServer
public A withNewServer(StringBuilder arg1)
- Specified by:
withNewServerin interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewServer
public A withNewServer(StringBuffer arg1)
- Specified by:
withNewServerin interfaceClusterFluent<A extends ClusterFluent<A>>
-
getTlsServerName
public String getTlsServerName()
- Specified by:
getTlsServerNamein interfaceClusterFluent<A extends ClusterFluent<A>>
-
withTlsServerName
public A withTlsServerName(String tlsServerName)
- Specified by:
withTlsServerNamein interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasTlsServerName
public Boolean hasTlsServerName()
- Specified by:
hasTlsServerNamein interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewTlsServerName
public A withNewTlsServerName(String arg1)
- Specified by:
withNewTlsServerNamein interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewTlsServerName
public A withNewTlsServerName(StringBuilder arg1)
- Specified by:
withNewTlsServerNamein interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewTlsServerName
public A withNewTlsServerName(StringBuffer arg1)
- Specified by:
withNewTlsServerNamein interfaceClusterFluent<A extends ClusterFluent<A>>
-
-