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
Name | Type | Required | Description |
---|---|---|---|
kind | string | true | none |
metadata | object | false | Information relating to an object. |
» name | string | false | The name of the object. |
» labels | object | false | Identifying information used to identify objects within the system (e.g. giving a specific ’label’ to an object). |
»» additionalProperties | string | false | none |
» annotations | object | false | Non identifying information (i.e. information specific to the object itself). |
»» additionalProperties | any | false | none |
spec | ParameterSetSpec | true | none |
Enumerated Values
Property | Value |
---|---|
kind | ParameterSet |
ParameterSetSpec
parameters:
- parameter: string
value: string
annotations:
? property1
? property2
Properties
Name | Type | Required | Description |
---|---|---|---|
parameters | [Parameter] | true | A list of parameters belonging to this parameter set. |
Parameter
parameter: string
value: string
annotations:
? property1
? property2
A signal parameter definition.
Properties
Name | Type | Required | Description |
---|---|---|---|
parameter | string | true | The name of the parameter. |
value | string | false | The value of the parameter. |
annotations | object | false | Non identifying information (i.e. information specific to the object itself). |
» additionalProperties | any | false | none |
undefined