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,DoneableNamedCluster,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
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 Details
-
getCluster
Deprecated.This method has been deprecated, please use method buildCluster instead.- Returns:
- The buildable object.
-
buildCluster
Cluster buildCluster() -
withCluster
-
hasCluster
Boolean hasCluster() -
withNewCluster
NamedClusterFluent.ClusterNested<A> withNewCluster() -
withNewClusterLike
-
editCluster
NamedClusterFluent.ClusterNested<A> editCluster() -
editOrNewCluster
NamedClusterFluent.ClusterNested<A> editOrNewCluster() -
editOrNewClusterLike
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-