Host Alias 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/prometheusBlackboxExporter/properties/hostAliases/items
Configure a host alias to resolve internally within the Pod.
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
(Host Alias)
PROPERTIES:
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
hostNames | array |
Optional | cannot be null | Welkin Apps Config |
ip | string |
Optional | cannot be null | Welkin Apps Config |
hostNames¶
Configure the hostname for the host alias.
hostNames
-
is optional
-
Type:
string[]
(Host Name) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string[]
(Host Name)
ip¶
Configure the IP address for the host alias.
ip
-
is optional
-
Type:
string
(IP Address) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
(IP Address)
CONSTRAINTS:
IPv4: the string must be an IPv4 address (dotted quad), according to RFC 2673, section 3.2
Return to the root config schema
Generated Sun Nov 17 03:51:36 UTC 2024 from elastisys/compliantkubernetes-apps@main