Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecPretty ¶
func ExecPrettyWithoutCmd ¶
Types ¶
type CastAIConfig ¶
type Config ¶
type Config struct { LogLevel string `envconfig:"LOG_LEVEL" default:"debug"` LogFormat string `envconfig:"LOG_FORMAT" default:"text"` ClusterName string `envconfig:"CLUSTER_NAME"` ClusterRegion string `envconfig:"CLUSTER_REGION"` ClusterControllerImageRepo string `envconfig:"CLUSTER_CONTROLLER_IMAGE_REPOSITORY" default:"us-docker.pkg.dev/castai-hub/library/cluster-controller"` ClusterControllerImageTag string `envconfig:"CLUSTER_CONTROLLER_IMAGE_TAG"` KubeContext string `envconfig:"KUBECONTEXT"` CastAI CastAIConfig GCP GCPConfig }
Click to show internal directories.
Click to hide internal directories.