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 class
ClusterFluentImpl.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:
getCertificateAuthority
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withCertificateAuthority
public A withCertificateAuthority(String certificateAuthority)
- Specified by:
withCertificateAuthority
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasCertificateAuthority
public Boolean hasCertificateAuthority()
- Specified by:
hasCertificateAuthority
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewCertificateAuthority
public A withNewCertificateAuthority(String arg1)
- Specified by:
withNewCertificateAuthority
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewCertificateAuthority
public A withNewCertificateAuthority(StringBuilder arg1)
- Specified by:
withNewCertificateAuthority
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewCertificateAuthority
public A withNewCertificateAuthority(StringBuffer arg1)
- Specified by:
withNewCertificateAuthority
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
getCertificateAuthorityData
public String getCertificateAuthorityData()
- Specified by:
getCertificateAuthorityData
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withCertificateAuthorityData
public A withCertificateAuthorityData(String certificateAuthorityData)
- Specified by:
withCertificateAuthorityData
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasCertificateAuthorityData
public Boolean hasCertificateAuthorityData()
- Specified by:
hasCertificateAuthorityData
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewCertificateAuthorityData
public A withNewCertificateAuthorityData(String arg1)
- Specified by:
withNewCertificateAuthorityData
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewCertificateAuthorityData
public A withNewCertificateAuthorityData(StringBuilder arg1)
- Specified by:
withNewCertificateAuthorityData
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewCertificateAuthorityData
public A withNewCertificateAuthorityData(StringBuffer arg1)
- Specified by:
withNewCertificateAuthorityData
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
addToExtensions
public A addToExtensions(int index, NamedExtension item)
- Specified by:
addToExtensions
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
setToExtensions
public A setToExtensions(int index, NamedExtension item)
- Specified by:
setToExtensions
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
addToExtensions
public A addToExtensions(NamedExtension... items)
- Specified by:
addToExtensions
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
addAllToExtensions
public A addAllToExtensions(Collection<NamedExtension> items)
- Specified by:
addAllToExtensions
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
removeFromExtensions
public A removeFromExtensions(NamedExtension... items)
- Specified by:
removeFromExtensions
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
removeAllFromExtensions
public A removeAllFromExtensions(Collection<NamedExtension> items)
- Specified by:
removeAllFromExtensions
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
removeMatchingFromExtensions
public A removeMatchingFromExtensions(Predicate<NamedExtensionBuilder> predicate)
- Specified by:
removeMatchingFromExtensions
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
getExtensions
@Deprecated public List<NamedExtension> getExtensions()
Deprecated.This method has been deprecated, please use method buildExtensions instead.- Specified by:
getExtensions
in interfaceClusterFluent<A extends ClusterFluent<A>>
- Returns:
- The buildable object.
-
buildExtensions
public List<NamedExtension> buildExtensions()
- Specified by:
buildExtensions
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
buildExtension
public NamedExtension buildExtension(int index)
- Specified by:
buildExtension
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
buildFirstExtension
public NamedExtension buildFirstExtension()
- Specified by:
buildFirstExtension
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
buildLastExtension
public NamedExtension buildLastExtension()
- Specified by:
buildLastExtension
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
buildMatchingExtension
public NamedExtension buildMatchingExtension(Predicate<NamedExtensionBuilder> predicate)
- Specified by:
buildMatchingExtension
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasMatchingExtension
public Boolean hasMatchingExtension(Predicate<NamedExtensionBuilder> predicate)
- Specified by:
hasMatchingExtension
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withExtensions
public A withExtensions(List<NamedExtension> extensions)
- Specified by:
withExtensions
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withExtensions
public A withExtensions(NamedExtension... extensions)
- Specified by:
withExtensions
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasExtensions
public Boolean hasExtensions()
- Specified by:
hasExtensions
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
addNewExtension
public ClusterFluent.ExtensionsNested<A> addNewExtension()
- Specified by:
addNewExtension
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
addNewExtensionLike
public ClusterFluent.ExtensionsNested<A> addNewExtensionLike(NamedExtension item)
- Specified by:
addNewExtensionLike
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
setNewExtensionLike
public ClusterFluent.ExtensionsNested<A> setNewExtensionLike(int index, NamedExtension item)
- Specified by:
setNewExtensionLike
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
editExtension
public ClusterFluent.ExtensionsNested<A> editExtension(int index)
- Specified by:
editExtension
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
editFirstExtension
public ClusterFluent.ExtensionsNested<A> editFirstExtension()
- Specified by:
editFirstExtension
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
editLastExtension
public ClusterFluent.ExtensionsNested<A> editLastExtension()
- Specified by:
editLastExtension
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
editMatchingExtension
public ClusterFluent.ExtensionsNested<A> editMatchingExtension(Predicate<NamedExtensionBuilder> predicate)
- Specified by:
editMatchingExtension
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
isInsecureSkipTlsVerify
public Boolean isInsecureSkipTlsVerify()
- Specified by:
isInsecureSkipTlsVerify
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withInsecureSkipTlsVerify
public A withInsecureSkipTlsVerify(Boolean insecureSkipTlsVerify)
- Specified by:
withInsecureSkipTlsVerify
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasInsecureSkipTlsVerify
public Boolean hasInsecureSkipTlsVerify()
- Specified by:
hasInsecureSkipTlsVerify
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewInsecureSkipTlsVerify
public A withNewInsecureSkipTlsVerify(String arg1)
- Specified by:
withNewInsecureSkipTlsVerify
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewInsecureSkipTlsVerify
public A withNewInsecureSkipTlsVerify(boolean arg1)
- Specified by:
withNewInsecureSkipTlsVerify
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
getProxyUrl
public String getProxyUrl()
- Specified by:
getProxyUrl
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withProxyUrl
public A withProxyUrl(String proxyUrl)
- Specified by:
withProxyUrl
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasProxyUrl
public Boolean hasProxyUrl()
- Specified by:
hasProxyUrl
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewProxyUrl
public A withNewProxyUrl(String arg1)
- Specified by:
withNewProxyUrl
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewProxyUrl
public A withNewProxyUrl(StringBuilder arg1)
- Specified by:
withNewProxyUrl
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewProxyUrl
public A withNewProxyUrl(StringBuffer arg1)
- Specified by:
withNewProxyUrl
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
getServer
public String getServer()
- Specified by:
getServer
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withServer
public A withServer(String server)
- Specified by:
withServer
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasServer
public Boolean hasServer()
- Specified by:
hasServer
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewServer
public A withNewServer(String arg1)
- Specified by:
withNewServer
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewServer
public A withNewServer(StringBuilder arg1)
- Specified by:
withNewServer
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewServer
public A withNewServer(StringBuffer arg1)
- Specified by:
withNewServer
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
getTlsServerName
public String getTlsServerName()
- Specified by:
getTlsServerName
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withTlsServerName
public A withTlsServerName(String tlsServerName)
- Specified by:
withTlsServerName
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
hasTlsServerName
public Boolean hasTlsServerName()
- Specified by:
hasTlsServerName
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewTlsServerName
public A withNewTlsServerName(String arg1)
- Specified by:
withNewTlsServerName
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewTlsServerName
public A withNewTlsServerName(StringBuilder arg1)
- Specified by:
withNewTlsServerName
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
withNewTlsServerName
public A withNewTlsServerName(StringBuffer arg1)
- Specified by:
withNewTlsServerName
in interfaceClusterFluent<A extends ClusterFluent<A>>
-
-