UNPKG

@jkcfg/kubernetes

Version:
33 lines 693 B
{ "description": "RoleRef contains information that points to the role being used", "required": [ "apiGroup", "kind", "name" ], "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced", "type": [ "string", "null" ] }, "kind": { "description": "Kind is the type of resource being referenced", "type": [ "string", "null" ] }, "name": { "description": "Name is the name of resource being referenced", "type": [ "string", "null" ] } }, "$schema": "http://json-schema.org/schema#", "type": "object" }