UNPKG

@jkcfg/kubernetes

Version:
35 lines 729 B
{ "description": "BoundObjectReference is a reference to an object that a token is bound to.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": [ "string", "null" ] }, "kind": { "description": "Kind of the referent. Valid kinds are 'Pod' and 'Secret'.", "type": [ "string", "null" ] }, "name": { "description": "Name of the referent.", "type": [ "string", "null" ] }, "uid": { "description": "UID of the referent.", "type": [ "string", "null" ] } }, "type": "object", "$schema": "http://json-schema.org/schema#" }