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
{{ message }}
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: api/swagger-spec/autoscaling_v1.json
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1169,9 +1169,6 @@
1169
1169
"v1.DeleteOptions": {
1170
1170
"id": "v1.DeleteOptions",
1171
1171
"description": "DeleteOptions may be provided when deleting an API object",
1172
-
"required": [
1173
-
"gracePeriodSeconds"
1174
-
],
1175
1172
"properties": {
1176
1173
"kind": {
1177
1174
"type": "string",
@@ -1185,9 +1182,27 @@
1185
1182
"type": "integer",
1186
1183
"format": "int64",
1187
1184
"description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."
1185
+
},
1186
+
"preconditions": {
1187
+
"$ref": "v1.Preconditions",
1188
+
"description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
1189
+
}
1190
+
}
1191
+
},
1192
+
"v1.Preconditions": {
1193
+
"id": "v1.Preconditions",
1194
+
"description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
1195
+
"properties": {
1196
+
"uid": {
1197
+
"$ref": "types.UID",
1198
+
"description": "Specifies the target UID."
1188
1199
}
1189
1200
}
1190
1201
},
1202
+
"types.UID": {
1203
+
"id": "types.UID",
1204
+
"properties": {}
1205
+
},
1191
1206
"unversioned.APIResourceList": {
1192
1207
"id": "unversioned.APIResourceList",
1193
1208
"description": "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.",
Copy file name to clipboardExpand all lines: api/swagger-spec/batch_v1.json
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2410,9 +2410,6 @@
2410
2410
"v1.DeleteOptions": {
2411
2411
"id": "v1.DeleteOptions",
2412
2412
"description": "DeleteOptions may be provided when deleting an API object",
2413
-
"required": [
2414
-
"gracePeriodSeconds"
2415
-
],
2416
2413
"properties": {
2417
2414
"kind": {
2418
2415
"type": "string",
@@ -2426,9 +2423,27 @@
2426
2423
"type": "integer",
2427
2424
"format": "int64",
2428
2425
"description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."
2426
+
},
2427
+
"preconditions": {
2428
+
"$ref": "v1.Preconditions",
2429
+
"description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
2430
+
}
2431
+
}
2432
+
},
2433
+
"v1.Preconditions": {
2434
+
"id": "v1.Preconditions",
2435
+
"description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
2436
+
"properties": {
2437
+
"uid": {
2438
+
"$ref": "types.UID",
2439
+
"description": "Specifies the target UID."
2429
2440
}
2430
2441
}
2431
2442
},
2443
+
"types.UID": {
2444
+
"id": "types.UID",
2445
+
"properties": {}
2446
+
},
2432
2447
"unversioned.APIResourceList": {
2433
2448
"id": "unversioned.APIResourceList",
2434
2449
"description": "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.",
Copy file name to clipboardExpand all lines: api/swagger-spec/extensions_v1beta1.json
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7783,9 +7783,6 @@
7783
7783
"v1.DeleteOptions": {
7784
7784
"id": "v1.DeleteOptions",
7785
7785
"description": "DeleteOptions may be provided when deleting an API object",
7786
-
"required": [
7787
-
"gracePeriodSeconds"
7788
-
],
7789
7786
"properties": {
7790
7787
"kind": {
7791
7788
"type": "string",
@@ -7799,9 +7796,27 @@
7799
7796
"type": "integer",
7800
7797
"format": "int64",
7801
7798
"description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."
7799
+
},
7800
+
"preconditions": {
7801
+
"$ref": "v1.Preconditions",
7802
+
"description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
7803
+
}
7804
+
}
7805
+
},
7806
+
"v1.Preconditions": {
7807
+
"id": "v1.Preconditions",
7808
+
"description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
7809
+
"properties": {
7810
+
"uid": {
7811
+
"$ref": "types.UID",
7812
+
"description": "Specifies the target UID."
7802
7813
}
7803
7814
}
7804
7815
},
7816
+
"types.UID": {
7817
+
"id": "types.UID",
7818
+
"properties": {}
7819
+
},
7805
7820
"v1beta1.DeploymentList": {
7806
7821
"id": "v1beta1.DeploymentList",
7807
7822
"description": "DeploymentList is a list of Deployments.",
Copy file name to clipboardExpand all lines: api/swagger-spec/v1.json
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15118,9 +15118,6 @@
15118
15118
"v1.DeleteOptions": {
15119
15119
"id": "v1.DeleteOptions",
15120
15120
"description": "DeleteOptions may be provided when deleting an API object",
15121
-
"required": [
15122
-
"gracePeriodSeconds"
15123
-
],
15124
15121
"properties": {
15125
15122
"kind": {
15126
15123
"type": "string",
@@ -15134,9 +15131,27 @@
15134
15131
"type": "integer",
15135
15132
"format": "int64",
15136
15133
"description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."
15134
+
},
15135
+
"preconditions": {
15136
+
"$ref": "v1.Preconditions",
15137
+
"description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
15138
+
}
15139
+
}
15140
+
},
15141
+
"v1.Preconditions": {
15142
+
"id": "v1.Preconditions",
15143
+
"description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
15144
+
"properties": {
15145
+
"uid": {
15146
+
"$ref": "types.UID",
15147
+
"description": "Specifies the target UID."
15137
15148
}
15138
15149
}
15139
15150
},
15151
+
"types.UID": {
15152
+
"id": "types.UID",
15153
+
"properties": {}
15154
+
},
15140
15155
"v1.EndpointsList": {
15141
15156
"id": "v1.EndpointsList",
15142
15157
"description": "EndpointsList is a list of endpoints.",
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned.</p></td>
0 commit comments