Dev CRDs Extra CRDs 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/gatekeeper/properties/allowUserCRDs/properties/extraCRDs/items
Configure extra CRDs to allow for application developers.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | config/schemas/config.yaml* |
TYPE:
object
(Dev CRDs Extra CRDs)
EXAMPLES:
- group: example.com
names:
- resource.example.com
PROPERTIES:
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
group | string |
Optional | cannot be null | Welkin Apps Config |
names | array |
Optional | cannot be null | Welkin Apps Config |
group¶
Configure the group of the CRDs.
group
-
is optional
-
Type:
string
(CRD Group) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
(CRD Group)
names¶
Configure the names of the CRDs.
names
-
is optional
-
Type:
string[]
(CRD Name) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string[]
(CRD Name)
Return to the root config schema
Generated Sun Nov 17 03:51:36 UTC 2024 from elastisys/compliantkubernetes-apps@main