Package io.fabric8.kubernetes.api.model
Class DoneableNamedCluster
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.NamedClusterFluentImpl<DoneableNamedCluster>
io.fabric8.kubernetes.api.model.DoneableNamedCluster
- All Implemented Interfaces:
Fluent<DoneableNamedCluster>,Visitable<DoneableNamedCluster>,Doneable<NamedCluster>,NamedClusterFluent<DoneableNamedCluster>
public class DoneableNamedCluster extends NamedClusterFluentImpl<DoneableNamedCluster> implements Doneable<NamedCluster>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.NamedClusterFluentImpl
NamedClusterFluentImpl.ClusterNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NamedClusterFluent
NamedClusterFluent.ClusterNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableNamedCluster(Function<NamedCluster,NamedCluster> function)DoneableNamedCluster(NamedCluster item)DoneableNamedCluster(NamedCluster item, Function<NamedCluster,NamedCluster> function) -
Method Summary
Modifier and Type Method Description NamedClusterdone()Methods inherited from class io.fabric8.kubernetes.api.model.NamedClusterFluentImpl
buildCluster, editCluster, editOrNewCluster, editOrNewClusterLike, equals, getCluster, getName, hasCluster, hasName, withCluster, withName, withNewCluster, withNewClusterLike, withNewName, withNewName, withNewName
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<NamedCluster>
-