UNPKG

@jkcfg/kubernetes

Version:
17 lines 528 B
{ "description": "A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.", "properties": { "matchExpressions": { "description": "A list of scope selector requirements by scope of the resources.", "type": [ "array", "null" ], "items": { "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScopedResourceSelectorRequirement" } } }, "$schema": "http://json-schema.org/schema#", "type": "object" }