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,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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description NamedClusterFluentImpl()NamedClusterFluentImpl(NamedCluster instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods 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()inthashCode()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 Detail
-
NamedClusterFluentImpl
public NamedClusterFluentImpl()
-
NamedClusterFluentImpl
public NamedClusterFluentImpl(NamedCluster instance)
-
-
Method Detail
-
getCluster
@Deprecated public Cluster 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
public Cluster buildCluster()
- Specified by:
buildClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withCluster
public A withCluster(Cluster cluster)
- Specified by:
withClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
hasCluster
public Boolean hasCluster()
- Specified by:
hasClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withNewCluster
public NamedClusterFluent.ClusterNested<A> withNewCluster()
- Specified by:
withNewClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withNewClusterLike
public NamedClusterFluent.ClusterNested<A> withNewClusterLike(Cluster item)
- Specified by:
withNewClusterLikein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
editCluster
public NamedClusterFluent.ClusterNested<A> editCluster()
- Specified by:
editClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
editOrNewCluster
public NamedClusterFluent.ClusterNested<A> editOrNewCluster()
- Specified by:
editOrNewClusterin interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
editOrNewClusterLike
public NamedClusterFluent.ClusterNested<A> editOrNewClusterLike(Cluster item)
- Specified by:
editOrNewClusterLikein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
getName
public String getName()
- Specified by:
getNamein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceNamedClusterFluent<A extends NamedClusterFluent<A>>
-
-