UNPKG

@jkcfg/kubernetes

Version:
31 lines 726 B
{ "description": "A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.", "required": [ "key", "values" ], "properties": { "key": { "description": "The label key that the selector applies to.", "type": [ "string", "null" ] }, "values": { "description": "An array of string values. One value must match the label to be selected. Each entry in Values is ORed.", "type": [ "array", "null" ], "items": { "type": [ "string", "null" ] } } }, "$schema": "http://json-schema.org/schema#", "type": "object" }