Schema: ParameterSet

(v0.0.1)

ParameterSet

kind: ParameterSet
metadata:
  name: string
  labels:
    property1: string
    property2: string
  annotations:
    ? property1
    ? property2
spec:
  parameters:
    - parameter: string
      value: string
      annotations:
        ? property1
        ? property2

A parameter_set definition.

Properties

NameTypeRequiredDescription
kindstringtruenone
metadataobjectfalseInformation relating to an object.
» namestringfalseThe name of the object.
» labelsobjectfalseIdentifying information used to identify objects within the system (e.g. giving a specific ’label’ to an object).
»» additionalPropertiesstringfalsenone
» annotationsobjectfalseNon identifying information (i.e. information specific to the object itself).
»» additionalPropertiesanyfalsenone
specParameterSetSpectruenone

Enumerated Values

PropertyValue
kindParameterSet

ParameterSetSpec

parameters:
  - parameter: string
    value: string
    annotations:
      ? property1
      ? property2

Properties

NameTypeRequiredDescription
parameters[Parameter]trueA list of parameters belonging to this parameter set.

Parameter

parameter: string
value: string
annotations:
  ? property1
  ? property2

A signal parameter definition.

Properties

NameTypeRequiredDescription
parameterstringtrueThe name of the parameter.
valuestringfalseThe value of the parameter.
annotationsobjectfalseNon identifying information (i.e. information specific to the object itself).
» additionalPropertiesanyfalsenone

undefined