Documentation ¶
Overview ¶
Package config contains the dex-operator configuration structures and associated functions
Index ¶
Constants ¶
View Source
const ( // DefaultConfigMapFilename Configmap (in the conatiner) DefaultConfigMapFilename = "/etc/dex/cfg/config.yaml" // DefaultNodePort Default Dex port DefaultNodePort = 32000 // DefaultCertsDir the directory where certs are stored (in the container) DefaultCertsDir = "/etc/dex/tls" DefaultSharedPasswordLen = 16 )
View Source
const (
// DefaultClusterAdminRole admin role
DefaultClusterAdminRole = "cluster-admin"
)
Variables ¶
View Source
var ( // DefaultPrefix A prefix for all the resources created by the operator DefaultPrefix = "dexop" // DefaultDeployNumReplicas Default number of replicas for the Deployment DefaultDeployNumReplicas = 3 )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.