UNPKG

@jkcfg/kubernetes

Version:
21 lines 944 B
{ "$schema": "http://json-schema.org/schema#", "type": "object", "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.", "properties": { "selfLink": { "type": [ "string", "null" ], "description": "SelfLink is a URL representing this object. Populated by the system. Read-only." }, "resourceVersion": { "type": [ "string", "null" ], "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency" } } }