Package io.fabric8.kubernetes.api.model
Class NamedClusterFluentImpl.ClusterNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ClusterFluentImpl<NamedClusterFluent.ClusterNested<N>>
-
- io.fabric8.kubernetes.api.model.NamedClusterFluentImpl.ClusterNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<NamedClusterFluent.ClusterNested<N>>
,Nested<N>
,Visitable<NamedClusterFluent.ClusterNested<N>>
,ClusterFluent<NamedClusterFluent.ClusterNested<N>>
,NamedClusterFluent.ClusterNested<N>
- Enclosing class:
- NamedClusterFluentImpl<A extends NamedClusterFluent<A>>
public class NamedClusterFluentImpl.ClusterNestedImpl<N> extends ClusterFluentImpl<NamedClusterFluent.ClusterNested<N>> implements NamedClusterFluent.ClusterNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ClusterFluentImpl
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endCluster()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ClusterFluentImpl
addAllToExtensions, addNewExtension, addNewExtensionLike, addToExtensions, addToExtensions, buildExtension, buildExtensions, buildFirstExtension, buildLastExtension, buildMatchingExtension, editExtension, editFirstExtension, editLastExtension, editMatchingExtension, equals, getCertificateAuthority, getCertificateAuthorityData, getExtensions, getProxyUrl, getServer, getTlsServerName, hasCertificateAuthority, hasCertificateAuthorityData, hasExtensions, hashCode, hasInsecureSkipTlsVerify, hasMatchingExtension, hasProxyUrl, hasServer, hasTlsServerName, isInsecureSkipTlsVerify, removeAllFromExtensions, removeFromExtensions, removeMatchingFromExtensions, setNewExtensionLike, setToExtensions, withCertificateAuthority, withCertificateAuthorityData, withExtensions, withExtensions, withInsecureSkipTlsVerify, withNewCertificateAuthority, withNewCertificateAuthority, withNewCertificateAuthority, withNewCertificateAuthorityData, withNewCertificateAuthorityData, withNewCertificateAuthorityData, withNewInsecureSkipTlsVerify, withNewInsecureSkipTlsVerify, withNewProxyUrl, withNewProxyUrl, withNewProxyUrl, withNewServer, withNewServer, withNewServer, withNewTlsServerName, withNewTlsServerName, withNewTlsServerName, withProxyUrl, withServer, withTlsServerName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ClusterFluent
addAllToExtensions, addNewExtension, addNewExtensionLike, addToExtensions, addToExtensions, buildExtension, buildExtensions, buildFirstExtension, buildLastExtension, buildMatchingExtension, editExtension, editFirstExtension, editLastExtension, editMatchingExtension, getCertificateAuthority, getCertificateAuthorityData, getExtensions, getProxyUrl, getServer, getTlsServerName, hasCertificateAuthority, hasCertificateAuthorityData, hasExtensions, hasInsecureSkipTlsVerify, hasMatchingExtension, hasProxyUrl, hasServer, hasTlsServerName, isInsecureSkipTlsVerify, removeAllFromExtensions, removeFromExtensions, removeMatchingFromExtensions, setNewExtensionLike, setToExtensions, withCertificateAuthority, withCertificateAuthorityData, withExtensions, withExtensions, withInsecureSkipTlsVerify, withNewCertificateAuthority, withNewCertificateAuthority, withNewCertificateAuthority, withNewCertificateAuthorityData, withNewCertificateAuthorityData, withNewCertificateAuthorityData, withNewInsecureSkipTlsVerify, withNewInsecureSkipTlsVerify, withNewProxyUrl, withNewProxyUrl, withNewProxyUrl, withNewServer, withNewServer, withNewServer, withNewTlsServerName, withNewTlsServerName, withNewTlsServerName, withProxyUrl, withServer, withTlsServerName
-
-
-
-
Method Detail
-
and
public N and()
-
endCluster
public N endCluster()
- Specified by:
endCluster
in interfaceNamedClusterFluent.ClusterNested<N>
-
-