UNPKG

@jkcfg/kubernetes

Version:
24 lines 576 B
{ "$schema": "http://json-schema.org/schema#", "required": [ "items" ], "type": "object", "description": "ClusterRoleList is a collection of ClusterRoles", "properties": { "items": { "items": { "$ref": "_definitions.json#/definitions/v1alpha1.ClusterRole" }, "type": [ "array", "null" ], "description": "Items is a list of ClusterRoles" }, "metadata": { "description": "Standard object's metadata.", "$ref": "_definitions.json#/definitions/unversioned.ListMeta" } } }