Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterSpec ¶
type ClusterSpec struct {
NodeCount float32 `json:"nodeCount"`
NodeSizeGiB float32 `json:"nodeSizeGiB"`
Version ClusterSpecVersion `json:"version,omitempty"`
Options ClusterSpecOptions `json:"options,omitempty"`
Locations []string `json:"locations,omitempty"`
}
type ClusterSpecOptions ¶
type ClusterSpecVersion ¶
type ClusterSpecVersion string
const ( ClusterSpecVersion1617 ClusterSpecVersion = "1.6.17" ClusterSpecVersion1522 ClusterSpecVersion = "1.5.22" )
type ClusterStatus ¶
type MemcacheCluster ¶
type MemcacheCluster struct {
Id string `json:"id,omitempty"`
Name base.Name `json:"name,omitempty"`
Kind base.Kind `json:"kind,omitempty"`
Version float32 `json:"version"`
Description string `json:"description,omitempty"`
Tags base.Tags `json:"tags,omitempty"`
Created string `json:"created,omitempty"`
LastModified string `json:"lastModified,omitempty"`
Links base.Links `json:"links,omitempty"`
Spec MemcacheClusterSpec `json:"spec,omitempty"`
Status ClusterStatus `json:"status,omitempty"`
}
type MemcacheClusterSpec ¶
type MemcacheClusterSpec struct {
NodeCount float32 `json:"nodeCount"`
NodeSizeGiB float32 `json:"nodeSizeGiB"`
Version MemcacheClusterSpecVersion `json:"version,omitempty"`
Options MemcacheClusterSpecOptions `json:"options,omitempty"`
Locations []string `json:"locations,omitempty"`
}
type MemcacheClusterSpecVersion ¶
type MemcacheClusterSpecVersion string
const ( MemcacheClusterSpecVersion1617 MemcacheClusterSpecVersion = "1.6.17" MemcacheClusterSpecVersion1522 MemcacheClusterSpecVersion = "1.5.22" )
Click to show internal directories.
Click to hide internal directories.