Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VizziniConfig ¶
type VizziniConfig struct {
BBSAddress string `json:"bbs_address"`
BBSClientCertPath string `json:"bbs_client_cert_path"`
BBSClientKeyPath string `json:"bbs_client_key_path"`
SSHAddress string `json:"ssh_address"`
SSHPassword string `json:"ssh_password"`
RoutableDomainSuffix string `json:"routable_domain_suffix"`
HostAddress string `json:"host_addresss"`
EnableDeclarativeHealthcheck bool `json:"enable_declarative_healthcheck"`
EnableContainerProxyTests bool `json:"enable_container_proxy_tests"`
ProxyCAPath string `json:"proxy_ca_path"`
ProxyClientCertPath string `json:"proxy_client_cert_path"`
ProxyClientKeyPath string `json:"proxy_client_key_path"`
EnablePrivilegedContainerTests bool `json:"enable_privileged_container_tests"`
RepPlacementTags []string `json:"rep_placement_tags"`
MaxTaskRetries int `json:"max_task_retries"`
DefaultRootFS string `json:"default_rootfs"`
GraceTarballURL string `json:"grace_tarball_url"`
GraceTarballChecksum string `json:"grace_tarball_checksum"`
GraceBusyboxImageURL string `json:"grace_busybox_image_url"`
}
func NewVizziniConfig ¶
func NewVizziniConfig() (VizziniConfig, error)
Click to show internal directories.
Click to hide internal directories.