schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
kustomization.json
generators
Generators is a list of files containing custom generators
{"items": {"type": "string"}, "type": "array"}
kustomization.json
helmCharts
HelmCharts is a list of helm chart configuration instances
{"items": {}, "type": "array"}
kustomization.json
helmGlobals
HelmGlobals contains helm configuration that isn't chart specific
{"properties": {"chartHome": {"type": "string"}, "configHome": {"type": "string"}}, "additionalProperties": false, "type": "object"}
kustomization.json
chartHome
ChartHome is a file path, relative to the kustomization root, to a directory containing a subdirectory for each chart to be included in the kustomization
{"type": "string"}
kustomization.json
configHome
ConfigHome defines a value that kustomize should pass to helm via the HELM_CONFIG_HOME environment variable
{"type": "string"}
kustomization.json
images
Images is a list of (image name, new name, new tag or digest) for changing image names, tags or digests. This can also be achieved with a patch, but this operator is simpler to specify.
{"items": {}, "type": "array"}
kustomization.json
labels
Labels to add to all objects but not selectors
{"items": {}, "type": "array"}
kustomization.json
metadata
Contains metadata about a Resource
{}
kustomization.json
namePrefix
NamePrefix will prefix the names of all resources mentioned in the kustomization file including generated configmaps and secrets
{"type": "string"}
kustomization.json
nameSuffix
NameSuffix will suffix the names of all resources mentioned in the kustomization file including generated configmaps and secrets
{"type": "string"}
kustomization.json
namespace
Namespace to add to all objects
{"type": "string"}
kustomization.json
replacements
Substitute field(s) in N target(s) with a field from a source
{"type": "array", "items": {"oneOf": [{}, {}]}}
kustomization.json
openapi
OpenAPI contains information about what kubernetes schema to use
{"patternProperties": {".*": {"type": "string"}}, "type": "object"}
kustomization.json
patches
Apply a patch to multiple resources
{"items": {"oneOf": [{}, {}]}, "type": "array"}
kustomization.json
patchesJson6902
JSONPatches is a list of JSONPatch for applying JSON patch. See http://jsonpatch.com
{"items": {}, "type": "array"}
kustomization.json
patchesStrategicMerge
PatchesStrategicMerge specifies the relative path to a file containing a strategic merge patch. URLs and globs are not supported
{"items": {"type": "string"}, "type": "array"}
kustomization.json
replicas
Replicas is a list of (resource name, count) for changing number of replicas for a resources. It will match any group and kind that has a matching name and that is one of: Deployment, ReplicationController, Replicaset, Statefulset.
{"items": {}, "type": "array"}
kustomization.json
resources
Resources specifies relative paths to files holding YAML representations of kubernetes API objects. URLs and globs not supported.
{"items": {"type": "string"}, "type": "array"}
kustomization.json
components
Components are relative paths or git repository URLs specifying a directory containing a kustomization.yaml file of Kind Component.
{"items": {"type": "string"}, "type": "array"}
kustomization.json
secretGenerator
SecretGenerator is a list of secrets to generate from local data (one secret per list item)
{"items": {}, "type": "array"}
kustomization.json
transformers
Transformers is a list of files containing transformers
{"items": {"type": "string"}, "type": "array"}
kustomization.json
validators
Validators is a list of files containing validators
{"items": {"type": "string"}, "type": "array"}
kustomization.json
vars
Allows things modified by kustomize to be injected into a container specification. A var is a name (e.g. FOO) associated with a field in a specific resource instance. The field must contain a value of type string, and defaults to the name field of the instance
{"items": {}, "type": "array"}
kustomization.json
pairs
Pairs contains the key-value pairs for labels to add
{"patternProperties": {".*": {"type": "string"}}}
kustomization.json
includeSelectors
IncludeSelectors inidicates should transformer include the fieldSpecs for selectors
{"type": "boolean"}
kustomization.json
includeTemplates
IncludeTemplates inidicates should transformer include the template labels
{"type": "boolean"}
kustomization.json
fields
FieldSpec completely specifies a kustomizable field in a k8s API object. It helps define the operands of transformations
{"items": {}, "type": "array"}
kustomization.json
path
relative file path for a json patch file inside a kustomization
{"type": "string"}
kustomization.json
target
Refers to a Kubernetes object that the json patch will be applied to. It must refer to a Kubernetes resource under the purview of this kustomization
{}
kustomization.json
patch
inline json patch
{"type": "string"}
kustomization.json
target
Refers to a Kubernetes object that the json patch will be applied to. It must refer to a Kubernetes resource under the purview of this kustomization
{}
kustomization.json
op
The operation
{"type": "string", "enum": ["add", "remove", "replace", "move", "copy", "test"]}
kustomization.json
from
The source location.
{"type": "string"}
kustomization.json
path
The target location.
{"type": "string"}
kustomization.json
target
Refers to a Kubernetes object that the patch will be applied to. It must refer to a Kubernetes resource under the purview of this kustomization
{}
kustomization.json
target
Refers to a Kubernetes object that the patch will be applied to. It must refer to a Kubernetes resource under the purview of this kustomization
{}
kustomization.json
source
The source of the value
{"type": "object", "properties": {"group": {"type": "string"}, "version": {"type": "string"}, "kind": {"type": "string"}, "name": {"type": "string"}, "namespace": {"type": "string"}, "fieldPath": {"type": "string"}, "options": {"type": "object", "properties": {"delimiter": {"type": "string"}, "index": {"type": "number"...
kustomization.json
group
The group of the referent
{"type": "string"}
kustomization.json
version
The version of the referent
{"type": "string"}
kustomization.json
kind
The kind of the referent
{"type": "string"}
kustomization.json
name
The name of the referent
{"type": "string"}
kustomization.json
namespace
The namespace of the referent
{"type": "string"}
kustomization.json
fieldPath
The structured path to the source value
{"type": "string"}
kustomization.json
targets
The N fields to write the value to
{"type": "array", "items": {"required": ["select"], "type": "object", "properties": {"select": {"type": "object", "properties": {"group": {"type": "string"}, "version": {"type": "string"}, "kind": {"type": "string"}, "name": {"type": "string"}, "namespace": {"type": "string"}}}, "reject": {"type": "array", "items": {"t...
kustomization.json
select
Include objects that match this
{"type": "object", "properties": {"group": {"type": "string"}, "version": {"type": "string"}, "kind": {"type": "string"}, "name": {"type": "string"}, "namespace": {"type": "string"}}}
kustomization.json
group
The group of the referent
{"type": "string"}
kustomization.json
version
The version of the referent
{"type": "string"}
kustomization.json
kind
The kind of the referent
{"type": "string"}
kustomization.json
name
The name of the referent
{"type": "string"}
kustomization.json
namespace
The namespace of the referent
{"type": "string"}
kustomization.json
reject
Exclude objects that match this
{"type": "array", "items": {"type": "object", "properties": {"group": {"type": "string"}, "version": {"type": "string"}, "kind": {"type": "string"}, "name": {"type": "string"}, "namespace": {"type": "string"}}}}
kustomization.json
items
Exclude objects that match this
{"type": "object", "properties": {"group": {"type": "string"}, "version": {"type": "string"}, "kind": {"type": "string"}, "name": {"type": "string"}, "namespace": {"type": "string"}}}
kustomization.json
group
The group of the referent
{"type": "string"}
kustomization.json
version
The version of the referent
{"type": "string"}
kustomization.json
kind
The kind of the referent
{"type": "string"}
kustomization.json
name
The name of the referent
{"type": "string"}
kustomization.json
namespace
The namespace of the referent
{"type": "string"}
kustomization.json
fieldPaths
The structured path(s) to the target nodes
{"type": "array", "items": {"type": "string"}}
kustomization.json
items
The structured path to the source value
{"type": "string"}
kustomization.json
SecretArgs
SecretArgs contains the metadata of how to generate a secret
{"properties": {"KVSources": {"items": {}, "type": "array"}, "behavior": {"enum": ["create", "replace", "merge"]}, "env": {"type": "string"}, "envs": {"items": {"type": "string"}, "type": "array"}, "files": {"items": {"type": "string"}, "type": "array"}, "literals": {"items": {"type": "string"}, "type": "array"}, "name...
kustomization.json
name
Name - actually the partial name - of the generated resource
{"type": "string"}
kustomization.json
namespace
Namespace for the secret, optional
{"type": "string"}
kustomization.json
type
Type of the secret, optional
{"type": "string"}
kustomization.json
Var
Represents a variable whose value will be sourced from a field in a Kubernetes object.
{"required": ["name", "objref"], "properties": {"fieldref": {}, "name": {"type": "string"}, "objref": {}}, "additionalProperties": false, "type": "object"}
kustomization.json
fieldref
Refers to the field of the object referred to by objref whose value will be extracted for use in replacing $(FOO)
{}
kustomization.json
name
Value of identifier name e.g. FOO used in container args, annotations, Appears in pod template as $(FOO)
{"type": "string"}
kustomization.json
objref
Refers to a Kubernetes resource under the purview of this kustomization
{}
sil-kit-participant-configuration.json
JSON schema for SIL Kit Participant configuration files
{"$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": {"Name": {"type": "string"}, "Network": {"type": "string"}, "UseTraceSinks": {"type": "array"}, "Replay": {"type": "object", "properties": {"UseTraceSource": {"type": "string"}, "Direction": {"type": "string", "enum": [...
sil-kit-participant-configuration.json
Description
Free text commenting on or summarizing this configuration. Optional
{"type": "string", "default": ""}
sil-kit-participant-configuration.json
Name
Name of the endpoint
{"type": "string"}
sil-kit-participant-configuration.json
Network
Name of the network. Optional; Defaults to the endpoint name
{"type": "string"}
sil-kit-participant-configuration.json
UseTraceSinks
Names of trace sinks to use
{"type": "array"}
sil-kit-participant-configuration.json
UseTraceSource
Name of a trace source used as a simulation message source for this controller
{"type": "string"}
sil-kit-participant-configuration.json
Direction
Filter messages to use from the trace source by their direction. May be Send, Receive or Both
{"type": "string", "enum": ["Send", "Receive", "Both"]}
sil-kit-participant-configuration.json
ChannelName
Name of an MDF channel in the trace source
{"type": "string"}
sil-kit-participant-configuration.json
ChannelSource
Name of an MDF channel's source information object
{"type": "string"}
sil-kit-participant-configuration.json
ChannelPath
Path of an MDF channel's source information object
{"type": "string"}
sil-kit-participant-configuration.json
GroupName
Name of an MDF channel group
{"type": "string"}
sil-kit-participant-configuration.json
GroupSource
Name of an MDF channel group's source information object
{"type": "string"}
sil-kit-participant-configuration.json
GroupPath
Path of an MDF channel group's source information object
{"type": "string"}
sil-kit-participant-configuration.json
gColdstartAttempts
Number of attempts for a cold start before giving up (range 2-31)
{"type": "integer", "minimum": 2, "maximum": 31}
sil-kit-participant-configuration.json
gCycleCountMax
Max cycle count value in a given cluster (range 7-63, must be an odd integer)
{"type": "integer", "minimum": 7, "maximum": 63}
sil-kit-participant-configuration.json
gdActionPointOffset
Time offset for a static slot in macroticks (range 1 - 63)
{"type": "integer", "minimum": 1, "maximum": 63}
sil-kit-participant-configuration.json
gdDynamicSlotIdlePhase
Duration of the idle phase within a dynamic slot in gdMiniSlots (range 0 - 2)
{"type": "integer", "minimum": 0, "maximum": 2}
sil-kit-participant-configuration.json
gdMiniSlot
Duration of a mini slot in macroticks (2 - 63)
{"type": "integer", "minimum": 2, "maximum": 63}
sil-kit-participant-configuration.json
gdMiniSlotActionPointOffset
Time offset for a mini slot in macroticks (range 1- 31)
{"type": "integer", "minimum": 1, "maximum": 31}
sil-kit-participant-configuration.json
gdStaticSlot
Duration of a static slot in macroticks (range 3 - 664)
{"type": "integer", "minimum": 3, "maximum": 664}
sil-kit-participant-configuration.json
gdSymbolWindow
Duration of the symbol window in macroticks (range 0 - 162)
{"type": "integer", "minimum": 0, "maximum": 162}
sil-kit-participant-configuration.json
gdSymbolWindowActionPointOffset
Time offset for a static symbol windows in macroticks (range 1 - 63)
{"type": "integer", "minimum": 1, "maximum": 63}
sil-kit-participant-configuration.json
gdTSSTransmitter
Duration of TSS (Transmission Start Sequence) in gdBits (range 1 - 15)
{"type": "integer", "minimum": 1, "maximum": 15}
sil-kit-participant-configuration.json
gdWakeupTxActive
Duration of LOW Phase of a wakeup symbol in gdBit (range 15 - 60)
{"type": "integer", "minimum": 15, "maximum": 60}
sil-kit-participant-configuration.json
gdWakeupTxIdle
Duration of the idle of a wakeup symbol in gdBit (45 - 180)
{"type": "integer", "minimum": 45, "maximum": 180}
sil-kit-participant-configuration.json
gListenNoise
Upper limit for the startup listen timeout and wakeup listen timeout in the presence of noise; Used as a multiplier of pdListenTimeout (range 2 - 16)
{"type": "integer", "minimum": 2, "maximum": 16}
sil-kit-participant-configuration.json
gMacroPerCycle
Number of macroticks per cycle (range 8 - 16000)
{"type": "integer", "minimum": 8, "maximum": 16000}
sil-kit-participant-configuration.json
gMaxWithoutClockCorrectionFatal
Threshold used for testing the vClockCorrectionFailed counter (range 1 - 15)
{"type": "integer", "minimum": 1, "maximum": 15}
sil-kit-participant-configuration.json
gMaxWithoutClockCorrectionPassive
Threshold used for testing the vClockCorrectionFailed counter (range 1 - 15)
{"type": "integer", "minimum": 1, "maximum": 15}
sil-kit-participant-configuration.json
gNumberOfMiniSlots
Number of mini slots (range 0 - 7988)
{"type": "integer", "minimum": 0, "maximum": 7988}
sil-kit-participant-configuration.json
gNumberOfStaticSlots
Number of static slots in a cycle (range 2 - 1023)
{"type": "integer", "minimum": 2, "maximum": 1023}
sil-kit-participant-configuration.json
gPayloadLengthStatic
Length of the payload of a static frame in 16-Bits words (range 0 - 127)
{"type": "integer", "minimum": 0, "maximum": 127}
sil-kit-participant-configuration.json
gSyncFrameIDCountMax
Maximum number of distinct sync frame identifiers present in a given cluster (range 2 - 15)
{"type": "integer", "minimum": 2, "maximum": 15}