Overboard


LabelSelectorRequirement Type

Record fields

Record Field Description

key

Full Usage: key

Field type: string
Field type: string

operator

Full Usage: operator

Field type: MatchExpressionOperator
Field type: MatchExpressionOperator

values

Full Usage: values

Field type: string list
Field type: string list

Static members

Static member Description

LabelSelectorRequirement.ToK8sModel(labelSelectorRequirement)

Full Usage: LabelSelectorRequirement.ToK8sModel(labelSelectorRequirement)

Parameters:
Returns: (type)
labelSelectorRequirement : LabelSelectorRequirement
Returns: (type)

LabelSelectorRequirement.fromMatchLabel (key, value)

Full Usage: LabelSelectorRequirement.fromMatchLabel (key, value)

Parameters:
    key : string
    value : string

Returns: LabelSelectorRequirement
key : string
value : string
Returns: LabelSelectorRequirement