public class ClusterFluentImpl<T extends ClusterFluent<T>> extends BaseFluent<T> implements ClusterFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterFluentImpl.ExtensionsNestedImpl<N> |
ClusterFluent.ExtensionsNested<N>_visitables| Constructor and Description |
|---|
ClusterFluentImpl() |
ClusterFluentImpl(Cluster instance) |
public ClusterFluentImpl()
public ClusterFluentImpl(Cluster instance)
public String getApiVersion()
getApiVersion in interface ClusterFluent<T extends ClusterFluent<T>>public T withApiVersion(String apiVersion)
withApiVersion in interface ClusterFluent<T extends ClusterFluent<T>>public String getCertificateAuthority()
getCertificateAuthority in interface ClusterFluent<T extends ClusterFluent<T>>public T withCertificateAuthority(String certificateAuthority)
withCertificateAuthority in interface ClusterFluent<T extends ClusterFluent<T>>public String getCertificateAuthorityData()
getCertificateAuthorityData in interface ClusterFluent<T extends ClusterFluent<T>>public T withCertificateAuthorityData(String certificateAuthorityData)
withCertificateAuthorityData in interface ClusterFluent<T extends ClusterFluent<T>>public T addToExtensions(NamedExtension... items)
addToExtensions in interface ClusterFluent<T extends ClusterFluent<T>>public T removeFromExtensions(NamedExtension... items)
removeFromExtensions in interface ClusterFluent<T extends ClusterFluent<T>>public List<NamedExtension> getExtensions()
getExtensions in interface ClusterFluent<T extends ClusterFluent<T>>public T withExtensions(List<NamedExtension> extensions)
withExtensions in interface ClusterFluent<T extends ClusterFluent<T>>public T withExtensions(NamedExtension... extensions)
withExtensions in interface ClusterFluent<T extends ClusterFluent<T>>public ClusterFluent.ExtensionsNested<T> addNewExtension()
addNewExtension in interface ClusterFluent<T extends ClusterFluent<T>>public ClusterFluent.ExtensionsNested<T> addNewExtensionLike(NamedExtension item)
addNewExtensionLike in interface ClusterFluent<T extends ClusterFluent<T>>public Boolean isInsecureSkipTlsVerify()
isInsecureSkipTlsVerify in interface ClusterFluent<T extends ClusterFluent<T>>public T withInsecureSkipTlsVerify(Boolean insecureSkipTlsVerify)
withInsecureSkipTlsVerify in interface ClusterFluent<T extends ClusterFluent<T>>public String getServer()
getServer in interface ClusterFluent<T extends ClusterFluent<T>>public T withServer(String server)
withServer in interface ClusterFluent<T extends ClusterFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ClusterFluent<T extends ClusterFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ClusterFluent<T extends ClusterFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ClusterFluent<T extends ClusterFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ClusterFluent<T extends ClusterFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ClusterFluent<T extends ClusterFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ClusterFluent<T extends ClusterFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.