Package io.fabric8.kubernetes.api.model
Class NamedClusterFluentImpl<A extends NamedClusterFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.NamedClusterFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,NamedClusterFluent<A>
- Direct Known Subclasses:
ConfigFluentImpl.ClustersNestedImpl,DoneableNamedCluster,NamedClusterBuilder,WatchEventFluentImpl.NamedClusterObjectNestedImpl
public class NamedClusterFluentImpl<A extends NamedClusterFluent<A>> extends BaseFluent<A> implements NamedClusterFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNamedClusterFluentImpl.ClusterNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NamedClusterFluent
NamedClusterFluent.ClusterNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description NamedClusterFluentImpl()NamedClusterFluentImpl(NamedCluster instance) -
Method Summary
Modifier and Type Method Description ClusterbuildCluster()NamedClusterFluent.ClusterNested<A>editCluster()NamedClusterFluent.ClusterNested<A>editOrNewCluster()NamedClusterFluent.ClusterNested<A>editOrNewClusterLike(Cluster item)booleanequals(Object o)ClustergetCluster()Deprecated.StringgetName()BooleanhasCluster()BooleanhasName()AwithCluster(Cluster cluster)AwithName(String name)NamedClusterFluent.ClusterNested<A>withNewCluster()NamedClusterFluent.ClusterNested<A>withNewClusterLike(Cluster item)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
Constructor Details
-
NamedClusterFluentImpl
public NamedClusterFluentImpl() -
NamedClusterFluentImpl
-
-
Method Details
-
getCluster
Deprecated.This method has been deprecated, please use method buildCluster instead.- Specified by:
getClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>- Returns:
- The buildable object.
-
buildCluster
- Specified by:
buildClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withCluster
- Specified by:
withClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
hasCluster
- Specified by:
hasClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withNewCluster
- Specified by:
withNewClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withNewClusterLike
- Specified by:
withNewClusterLikein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
editCluster
- Specified by:
editClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
editOrNewCluster
- Specified by:
editOrNewClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
editOrNewClusterLike
- Specified by:
editOrNewClusterLikein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
getName
- Specified by:
getNamein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withName
- Specified by:
withNamein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
equals
-