Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForwardConfig ¶
type Service ¶
type Service struct {
Name string `json:"name" yaml:"name"`
Label string `json:"label" yaml:"label"`
Tags []string `json:"tags" yaml:"tags"`
Plan string `json:"plan" yaml:"plan"`
Credentials map[string]interface{} `json:"credentials" yaml:"credentials"`
SyslogDrainURL *string `json:"syslog_drain_url" yaml:"syslog_drain_url,omitempty"`
Provider *string `json:"provider" yaml:"provider,omitempty"`
VolumeMounts []string `json:"volume_mounts" yaml:"volume_mounts,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.