Package io.fabric8.kubernetes.api.model
Interface ConfigFluent.ClustersNested<N>
-
- All Superinterfaces:
Fluent<ConfigFluent.ClustersNested<N>>
,NamedClusterFluent<ConfigFluent.ClustersNested<N>>
,Nested<N>
- All Known Implementing Classes:
ConfigFluentImpl.ClustersNestedImpl
- Enclosing interface:
- ConfigFluent<A extends ConfigFluent<A>>
public static interface ConfigFluent.ClustersNested<N> extends Nested<N>, NamedClusterFluent<ConfigFluent.ClustersNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NamedClusterFluent
NamedClusterFluent.ClusterNested<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.NamedClusterFluent
buildCluster, editCluster, editOrNewCluster, editOrNewClusterLike, getCluster, getName, hasCluster, hasName, withCluster, withName, withNewCluster, withNewClusterLike, withNewName, withNewName, withNewName
-
-