Documentation
¶
Index ¶
Constants ¶
View Source
const ( TokenHashAnnotationKey = api.InternalFlagPrefix + "tenant-token-hash" NetworkZoneAnnotationKey = api.InternalFlagPrefix + "network-zone" ProxyHashAnnotationKey = api.InternalFlagPrefix + "proxy-hash" NoProxyAnnotationKey = api.InternalFlagPrefix + "no-proxy" )
View Source
const (
DeploymentConfigFilename = "deployment.conf"
)
View Source
const (
LmcConditionType = "LogMonitoringConfig"
)
Variables ¶
This section is empty.
Functions ¶
func AddAnnotations ¶ added in v1.7.0
AddAnnotations adds the key-values to the provided map for values within the secret that may change, and should cause the user of the secret to be restarted, if they don't read the config during runtime. Can't use a single hash for the config, as part of the secret (endpoints) changes too often.
func GetSecretName ¶
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func NewReconciler ¶
func NewReconciler(clt client.Client, apiReader client.Reader) *Reconciler
Click to show internal directories.
Click to hide internal directories.