Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSEnvironment ¶
type AWSEnvironment struct {
RoleARN string
}
type AzureEnvironment ¶
type GCPEnvironment ¶ added in v0.7.1
type TokenCCOAuthConfig ¶
type TokenCCOAuthConfig struct { AWS *AWSEnvironment Azure *AzureEnvironment GCP *GCPEnvironment }
func LoadConfig ¶
func LoadConfig(scheme *runtime.Scheme, configFile string) (*configv1.ProjectConfig, *TokenCCOAuthConfig, ctrl.Options, error)
LoadConfig initializes the controller configuration, optionally overriding the defaults from a provided configuration file.
Click to show internal directories.
Click to hide internal directories.