Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
URL string `yaml:"url"`
PrivateKeyPath string `yaml:"privateKeyPath"`
AppID int64 `yaml:"appID"`
Installations []Installation `yanl:"installations"`
}
type Installation ¶
type Output ¶
type Output struct {
KubernetesSecret *OutputKubernetesSecret `yaml:"kubernetesSecret"`
}
type OutputKubernetesSecret ¶
Click to show internal directories.
Click to hide internal directories.