Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidcConfig asserts invalidConfigError.
Types ¶
type AuthConfigValues ¶
type AuthConfigValues struct {
ManagementCluster string `yaml:"managementCluster,omitempty"`
Bindings []Binding `yaml:"bindings,omitempty"`
Kubernetes Kubernetes `yaml:"kubernetes,omitempty"`
}
type Config ¶
type Config struct {
Client client.Client
Log logr.Logger
Target dextarget.DexTarget
ManagementClusterName string
ManagementClusterWriteAllGroups []string
// Deprecated: Use Target instead. App is kept for backward compatibility.
// If Target is nil and App is set, App will be wrapped in an AppTarget.
App *v1alpha1.App
}
type Kubernetes ¶ added in v0.8.0
type Kubernetes struct {
API KubernetesAPI `yaml:"api,omitempty"`
}
type KubernetesAPI ¶ added in v0.8.0
type KubernetesAPI struct {
Port int `yaml:"port,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.