Documentation
¶
Index ¶
Constants ¶
View Source
const LabelName = "cloud87.rshell"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerLabel ¶
type DockerLabel struct {
Cluster string `json:"cluster"`
SubnetIds []string `json:"subnets"`
SecurityGroupIds []string `json:"security_groups"`
AssignPublicIp bool `json:"public"`
Port int32 `json:"port"`
Path string `json:"path,omitempty"`
}
func (*DockerLabel) ToJSON ¶
func (obj *DockerLabel) ToJSON() string
Click to show internal directories.
Click to hide internal directories.