You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
returnclitools.FailureResponse(clitools.ExitOnInvalidArgument("the number of masters cannot be changed yet: count cannot be included in 'master-sizing' flag"))
GetFlavor(ctx context.Context) (clusterflavor.Enum, fail.Error) // returns the flavor of the cluster
55
54
GetComplexity(ctx context.Context) (clustercomplexity.Enum, fail.Error) // returns the complexity of the cluster
@@ -62,7 +61,6 @@ type Cluster interface {
62
61
ListInstalledFeatures(ctx context.Context) ([]Feature, fail.Error) // returns the list of installed features on the Cluster
63
62
ListMasters(ctx context.Context) (IndexedListOfClusterNodes, fail.Error) // lists the node instances corresponding to masters (if there is such masters in the flavor...)
64
63
ListNodes(ctx context.Context) (IndexedListOfClusterNodes, fail.Error) // lists node instances corresponding to the nodes in the cluster
65
-
LookupNode(ctx context.Context, refstring) (bool, fail.Error) // tells if the ID of the host passed as parameter is a node
66
64
RemoveFeature(ctx context.Context, namestring, vars data.Map, settingsFeatureSettings) (Results, fail.Error) // removes feature from cluster
67
65
Shrink(ctx context.Context, namestring, countuint) ([]*propertiesv3.ClusterNode, fail.Error) // reduce the size of the cluster of 'count' nodes (the last created)
68
66
Start(ctx context.Context) fail.Error// starts the cluster
0 commit comments