Skip to content

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 Compliant Kubernetes Apps Config
releasenotes string Optional cannot be null Compliant Kubernetes Apps Config
subdomain string Optional cannot be null Compliant Kubernetes Apps Config
url string Optional cannot be null Compliant Kubernetes Apps Config
version string Optional cannot be null Compliant Kubernetes Apps Config

name

Name of the component.

name

TYPE:

string

EXAMPLES:

Dex
Postgres

releasenotes

Link to release notes for the component

releasenotes

TYPE:

string

CONSTRAINTS:

URI: the string must be a URI, according to RFC 3986

EXAMPLES:

https://elastisys.io/compliantkubernetes/release-notes/

subdomain

Link to a subdomain of .global.baseDomain

subdomain

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

TYPE:

string

CONSTRAINTS:

URI: the string must be a URI, according to RFC 3986

EXAMPLES:

https://www.postgresql.org/

version

Version number.

version

TYPE:

string

EXAMPLES:

v2.37
'11'

Return to the root config schema


Generated Sun Jun 23 03:48:25 UTC 2024 from elastisys/compliantkubernetes-apps@main