Extra Version 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/welcomingDashboard/properties/extraVersions/items
Additional component to list on the welcoming dashboard.
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
(Extra Version)
PROPERTIES:
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
name | string |
Required | cannot be null | Welkin Apps Config |
releasenotes | string |
Optional | cannot be null | Welkin Apps Config |
subdomain | string |
Optional | cannot be null | Welkin Apps Config |
url | string |
Optional | cannot be null | Welkin Apps Config |
version | string |
Optional | cannot be null | Welkin Apps Config |
name¶
Name of the component.
name
-
is required
-
Type:
string
-
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
EXAMPLES:
Dex
Postgres
releasenotes¶
Link to release notes for the component
releasenotes
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
CONSTRAINTS:
URI: the string must be a URI, according to RFC 3986
EXAMPLES:
https://elastisys.io/welkin/release-notes/
subdomain¶
Link to a subdomain of .global.baseDomain
subdomain
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
CONSTRAINTS:
hostname: the string must be a hostname, according to RFC 1123, section 2.1
url¶
Link to a full URL, instead of subdomain
url
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
CONSTRAINTS:
URI: the string must be a URI, according to RFC 3986
EXAMPLES:
https://www.postgresql.org/
version¶
Version number.
version
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
EXAMPLES:
v2.37
'11'
Return to the root config schema
Generated Sun Nov 17 03:51:36 UTC 2024 from elastisys/compliantkubernetes-apps@main