Global image registry Schema¶
Note
This is auto-generated documentation from a JSON schema that is under construction, this will improve over time.
Return to the root config schema
https://raw.githubusercontent.com/elastisys/compliantkubernetes-apps/main/config/schemas/config.yaml#/properties/images/properties/global/properties/registry
If enabled it will be used as the registry of images that don't supply their own.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | config/schemas/config.yaml* |
TYPE:
object
(Global image registry)
PROPERTIES:
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
enabled | boolean |
Required | cannot be null | Welkin Apps Config |
uri | string |
Optional | cannot be null | Welkin Apps Config |
enabled¶
enabled
-
is required
-
Type:
boolean
(Enable the global image registry) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
boolean
(Enable the global image registry)
uri¶
uri
-
is optional
-
Type:
string
(Global image registry URI) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
(Global image registry URI)
CONSTRAINTS:
pattern: the string must match the following regular expression:
\..*
EXAMPLES:
registry.k8s.io
Return to the root config schema
Generated Thu Jun 5 11:49:40 UTC 2025 from elastisys/compliantkubernetes-apps@main