Interface Cluster.DefinitionStages.WithProperties
- All Known Subinterfaces:
Cluster.Definition, Cluster.DefinitionStages.WithCreate
- Enclosing interface:
Cluster.DefinitionStages
public static interface Cluster.DefinitionStages.WithProperties
The stage of the Cluster definition allowing to specify properties.
-
Method Summary
Modifier and TypeMethodDescriptionwithProperties(ClusterResourceProperties properties) Specifies the properties property: Gets or sets the properties.
-
Method Details
-
withProperties
Specifies the properties property: Gets or sets the properties. Define cluster specific properties..- Parameters:
properties- Gets or sets the properties. Define cluster specific properties.- Returns:
- the next definition stage.
-