|
1054 | 1054 | "properties": {
|
1055 | 1055 | "name": {
|
1056 | 1056 | "type": "string",
|
1057 |
| - "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://releases.k8s.io/HEAD/docs/user-guide/identifiers.md#names" |
| 1057 | + "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names" |
1058 | 1058 | },
|
1059 | 1059 | "generateName": {
|
1060 | 1060 | "type": "string",
|
1061 | 1061 | "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#idempotency"
|
1062 | 1062 | },
|
1063 | 1063 | "namespace": {
|
1064 | 1064 | "type": "string",
|
1065 |
| - "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://releases.k8s.io/HEAD/docs/user-guide/namespaces.md" |
| 1065 | + "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces" |
1066 | 1066 | },
|
1067 | 1067 | "selfLink": {
|
1068 | 1068 | "type": "string",
|
1069 | 1069 | "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
|
1070 | 1070 | },
|
1071 | 1071 | "uid": {
|
1072 | 1072 | "type": "string",
|
1073 |
| - "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/user-guide/identifiers.md#uids" |
| 1073 | + "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids" |
1074 | 1074 | },
|
1075 | 1075 | "resourceVersion": {
|
1076 | 1076 | "type": "string",
|
|
1098 | 1098 | },
|
1099 | 1099 | "labels": {
|
1100 | 1100 | "type": "object",
|
1101 |
| - "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md" |
| 1101 | + "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels" |
1102 | 1102 | },
|
1103 | 1103 | "annotations": {
|
1104 | 1104 | "type": "object",
|
1105 |
| - "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://releases.k8s.io/HEAD/docs/user-guide/annotations.md" |
| 1105 | + "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations" |
1106 | 1106 | },
|
1107 | 1107 | "ownerReferences": {
|
1108 | 1108 | "type": "array",
|
|
1144 | 1144 | },
|
1145 | 1145 | "name": {
|
1146 | 1146 | "type": "string",
|
1147 |
| - "description": "Name of the referent. More info: http://releases.k8s.io/HEAD/docs/user-guide/identifiers.md#names" |
| 1147 | + "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names" |
1148 | 1148 | },
|
1149 | 1149 | "uid": {
|
1150 | 1150 | "type": "string",
|
1151 |
| - "description": "UID of the referent. More info: http://releases.k8s.io/HEAD/docs/user-guide/identifiers.md#uids" |
| 1151 | + "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids" |
1152 | 1152 | },
|
1153 | 1153 | "controller": {
|
1154 | 1154 | "type": "boolean",
|
|
1199 | 1199 | },
|
1200 | 1200 | "name": {
|
1201 | 1201 | "type": "string",
|
1202 |
| - "description": "Name of the referent; More info: http://releases.k8s.io/HEAD/docs/user-guide/identifiers.md#names" |
| 1202 | + "description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names" |
1203 | 1203 | },
|
1204 | 1204 | "apiVersion": {
|
1205 | 1205 | "type": "string",
|
|
0 commit comments