Package io.fabric8.kubernetes.api.model
Interface NamedClusterFluent.ClusterNested<N>
-
- All Superinterfaces:
ClusterFluent<NamedClusterFluent.ClusterNested<N>>
,Fluent<NamedClusterFluent.ClusterNested<N>>
,Nested<N>
- All Known Implementing Classes:
NamedClusterFluentImpl.ClusterNestedImpl
- Enclosing interface:
- NamedClusterFluent<A extends NamedClusterFluent<A>>
public static interface NamedClusterFluent.ClusterNested<N> extends Nested<N>, ClusterFluent<NamedClusterFluent.ClusterNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ClusterFluent
ClusterFluent.ExtensionsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endCluster()
-
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
-
-