Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachedApp ¶
type Cluster ¶
type Cluster struct {
Id string
ClusterId string
Name string
Region string
Status string
Plan string
Disk int
Replicas int
Organization fly.Organization
IpAssignments ManagedClusterIpAssignments
AttachedApps []AttachedApp
Version Version
}
Unified type for v1 and v2 MPG clusters
type ManagedClusterIpAssignments ¶
type ManagedClusterIpAssignments struct {
Direct string `json:"direct"`
}
Click to show internal directories.
Click to hide internal directories.