Documentation ¶
Index ¶
- func ObserveAllowedRegistriesForImport(genericListers configobserver.Listers, recorder events.Recorder, ...) (map[string]interface{}, []error)
- func ObserveExternalRegistryHostnames(genericListers configobserver.Listers, recorder events.Recorder, ...) (map[string]interface{}, []error)
- func ObserveInternalRegistryHostname(genericListers configobserver.Listers, recorder events.Recorder, ...) (map[string]interface{}, []error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ObserveAllowedRegistriesForImport ¶
func ObserveAllowedRegistriesForImport(genericListers configobserver.Listers, recorder events.Recorder, existingConfig map[string]interface{}) (map[string]interface{}, []error)
ObserveAllowedRegistriesForImport maps the user provided list of allowed registries for importing images to the kube api server configuration.
func ObserveExternalRegistryHostnames ¶
func ObserveExternalRegistryHostnames(genericListers configobserver.Listers, recorder events.Recorder, existingConfig map[string]interface{}) (map[string]interface{}, []error)
ObserveExternalRegistryHostnames maps the user provided+generated external registry hostnames to the kube api server configuration.
func ObserveInternalRegistryHostname ¶
func ObserveInternalRegistryHostname(genericListers configobserver.Listers, recorder events.Recorder, existingConfig map[string]interface{}) (map[string]interface{}, []error)
ObserveInternalRegistryHostname reads the internal registry hostname from the cluster configuration as provided by the registry operator.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.