Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identity ¶
type Identity struct {
Name string `json:"name"` // Name is the name of the cluster
Flavor Flavor.Enum `json:"flavor"` // Flavor tells what kind of cluster it is
Complexity Complexity.Enum `json:"complexity"` // Mode is the mode of cluster; can be Simple, HighAvailability, HighVolume
Keypair *resources.KeyPair `json:"keypair"` // Keypair contains the key-pair used inside the Cluster
// AdminPassword contains the password of cladm account. This password
// is used to connect via Guacamole, but cannot be used with SSH
AdminPassword string `json:"admin_password"`
}
Identity contains the bare minimum information about a cluster
Click to show internal directories.
Click to hide internal directories.