Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ContainerImage is the main ZooKeeper running container. ContainerImage = common.ContainerNamePrefix + "zookeeper:" + common.Version // ClientPort is the port at which the clients will connect ClientPort = 2181 // DefaultHeapMB is the default zookeeper java heap size DefaultHeapMB = 4096 )
Variables ¶
This section is empty.
Functions ¶
func GenDefaultCreateServiceRequest ¶
func GenDefaultCreateServiceRequest(platform string, region string, azs []string, cluster string, service string, replicas int64, volSizeGB int64, res *common.Resources) *manage.CreateServiceRequest
GenDefaultCreateServiceRequest returns the default service creation request.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.