Package io.fabric8.kubernetes.api.model
Interface NamedClusterFluent<A extends NamedClusterFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ConfigFluent.ClustersNested<N>,WatchEventFluent.NamedClusterObjectNested<N>
- All Known Implementing Classes:
ConfigFluentImpl.ClustersNestedImpl,NamedClusterBuilder,NamedClusterFluentImpl,WatchEventFluentImpl.NamedClusterObjectNestedImpl
public interface NamedClusterFluent<A extends NamedClusterFluent<A>> extends Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNamedClusterFluent.ClusterNested<N>
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ClusterbuildCluster()NamedClusterFluent.ClusterNested<A>editCluster()NamedClusterFluent.ClusterNested<A>editOrNewCluster()NamedClusterFluent.ClusterNested<A>editOrNewClusterLike(Cluster item)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)
-
-
-
Method Detail
-
getCluster
@Deprecated Cluster getCluster()
Deprecated.This method has been deprecated, please use method buildCluster instead.- Returns:
- The buildable object.
-
buildCluster
Cluster buildCluster()
-
hasCluster
Boolean hasCluster()
-
withNewCluster
NamedClusterFluent.ClusterNested<A> withNewCluster()
-
withNewClusterLike
NamedClusterFluent.ClusterNested<A> withNewClusterLike(Cluster item)
-
editCluster
NamedClusterFluent.ClusterNested<A> editCluster()
-
editOrNewCluster
NamedClusterFluent.ClusterNested<A> editOrNewCluster()
-
editOrNewClusterLike
NamedClusterFluent.ClusterNested<A> editOrNewClusterLike(Cluster item)
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
-