Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModeInCluster = "InCluster" ApplicationName = "runner" MonitorApplicationName = "monitor" AppProxyApplicationName = "app-proxy" EngineAppName = "codefresh-engine" NetworkTesterName = "cf-venona-network-tester" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodefreshAPI ¶
type CurrentVersion ¶
type KubernetesAPI ¶
type LocalVolumeMonitor ¶
type LocalVolumeMonitor struct {
Resources map[string]interface{}
}
type Values ¶
type Values struct { AppName string Mode string Image *Image DockerRegistry string AgentToken string ServerCert *certs.ServerCert CodefreshAPI *CodefreshAPI KubernetesAPI *KubernetesAPI Runner Runner VolumeProvisioner VolumeProvisioner LocalVolumeMonitor LocalVolumeMonitor Monitor Monitor AppProxy AppProxy AgentAPI *AgentAPI ClusterInCodefresh string DryRun bool Verbose bool Insecure bool RuntimeEnvironment string Version *Version ClusterId string Helm3 bool // need for define if monitor use cluster role or just role UseNamespaceWithRole bool AdditionalEnvVars map[string]string }
func (*Values) BuildValues ¶
type Version ¶
type Version struct {
Current *CurrentVersion
}
type VolumeProvisioner ¶
type VolumeProvisioner struct {
Resources map[string]interface{}
}
Click to show internal directories.
Click to hide internal directories.