Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct { ReconcilePeriod time.Duration `env:"RECONCILE_PERIOD"` MaxConcurrentReconciles int `env:"MAX_CONCURRENT_RECONCILES"` ClusterPodCidr string `env:"CLUSTER_POD_CIDR" required:"true"` // default 10.42.0.0/16 ClusterServiceCidr string `env:"CLUSTER_SVC_CIDR" required:"true"` // default 10.43.0.0/16 DnsHostedZone string `env:"DNS_HOSTED_ZONE" required:"true"` ClusterInternalDns string `env:"CLUSTER_INTERNAL_DNS" default:"cluster.local"` DefaultIngressClass string `env:"DEFAULT_INGRESS_CLASS" required:"true"` EnvironmentIngressName string `env:"ENVIRONMENT_INGRESS_NAME" default:"env-ingress"` }
func GetEnvOrDie ¶
func GetEnvOrDie() *Env
Click to show internal directories.
Click to hide internal directories.