You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/latest/dev-workspace-template.json
+9-3
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,8 @@
42
42
"type": "array",
43
43
"items": {
44
44
"type": "string"
45
-
}
45
+
},
46
+
"x-kubernetes-list-type": "set"
46
47
},
47
48
"generateName": {
48
49
"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 return a 409.\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency",
@@ -99,7 +100,8 @@
99
100
}
100
101
},
101
102
"additionalProperties": false
102
-
}
103
+
},
104
+
"x-kubernetes-list-type": "atomic"
103
105
},
104
106
"name": {
105
107
"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: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names",
@@ -148,7 +150,11 @@
148
150
}
149
151
},
150
152
"additionalProperties": false
151
-
}
153
+
},
154
+
"x-kubernetes-list-map-keys": [
155
+
"uid"
156
+
],
157
+
"x-kubernetes-list-type": "map"
152
158
},
153
159
"resourceVersion": {
154
160
"description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
Copy file name to clipboardExpand all lines: schemas/latest/dev-workspace.json
+9-3
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,8 @@
42
42
"type": "array",
43
43
"items": {
44
44
"type": "string"
45
-
}
45
+
},
46
+
"x-kubernetes-list-type": "set"
46
47
},
47
48
"generateName": {
48
49
"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 return a 409.\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency",
@@ -99,7 +100,8 @@
99
100
}
100
101
},
101
102
"additionalProperties": false
102
-
}
103
+
},
104
+
"x-kubernetes-list-type": "atomic"
103
105
},
104
106
"name": {
105
107
"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: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names",
@@ -148,7 +150,11 @@
148
150
}
149
151
},
150
152
"additionalProperties": false
151
-
}
153
+
},
154
+
"x-kubernetes-list-map-keys": [
155
+
"uid"
156
+
],
157
+
"x-kubernetes-list-type": "map"
152
158
},
153
159
"resourceVersion": {
154
160
"description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
Copy file name to clipboardExpand all lines: schemas/latest/ide-targeted/dev-workspace-template.json
+6
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@
49
49
"items": {
50
50
"type": "string"
51
51
},
52
+
"x-kubernetes-list-type": "set",
52
53
"markdownDescription": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."
53
54
},
54
55
"generateName": {
@@ -118,6 +119,7 @@
118
119
"additionalProperties": false,
119
120
"markdownDescription": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to."
120
121
},
122
+
"x-kubernetes-list-type": "atomic",
121
123
"markdownDescription": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object."
122
124
},
123
125
"name": {
@@ -177,6 +179,10 @@
177
179
"additionalProperties": false,
178
180
"markdownDescription": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field."
179
181
},
182
+
"x-kubernetes-list-map-keys": [
183
+
"uid"
184
+
],
185
+
"x-kubernetes-list-type": "map",
180
186
"markdownDescription": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
0 commit comments