Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoDockerPushURL = errors.New("ERROR: Docker push URL not configured, set it with 'flynn docker set-push-url'")
Functions ¶
func CACertPath ¶
func DefaultPath ¶
func DefaultPath() string
func RemoveGlobalGitConfig ¶
func RemoveGlobalGitConfig(gitURL string)
func WriteGlobalGitConfig ¶
Types ¶
type Cluster ¶
type Cluster struct { Name string `json:"name"` Key string `json:"key"` TLSPin string `json:"tls_pin" toml:"TLSPin,omitempty"` ControllerURL string `json:"controller_url"` GitURL string `json:"git_url"` DockerPushURL string `json:"docker_push_url"` }
func (*Cluster) DockerPushHost ¶
type Config ¶
func (*Config) SetDefault ¶
Click to show internal directories.
Click to hide internal directories.