Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterSKU ¶
type ClusterSKU struct {
Name string `header:"name" json:"name"`
Price string `header:"cost" json:"rate"`
ReplicaPrice string `header:"cost per extra replica" json:"replica_rate"`
Provider string `header:"provider,-" json:"provider"`
InstanceType string `header:"instance type,n/a" json:"instance_type"`
CPU string `header:"cpu" json:"cpu"`
Memory string `header:"memory" json:"memory"`
Storage string `header:"storage,n/a" json:"storage"`
// contains filtered or unexported fields
}
func (*ClusterSKU) MarshalCSVValue ¶
func (c *ClusterSKU) MarshalCSVValue() interface{}
func (*ClusterSKU) MarshalJSON ¶
func (c *ClusterSKU) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.