mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
add delete precondition
This commit is contained in:
@@ -1169,9 +1169,6 @@
|
||||
"v1.DeleteOptions": {
|
||||
"id": "v1.DeleteOptions",
|
||||
"description": "DeleteOptions may be provided when deleting an API object",
|
||||
"required": [
|
||||
"gracePeriodSeconds"
|
||||
],
|
||||
"properties": {
|
||||
"kind": {
|
||||
"type": "string",
|
||||
@@ -1185,9 +1182,27 @@
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"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."
|
||||
},
|
||||
"preconditions": {
|
||||
"$ref": "v1.Preconditions",
|
||||
"description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.Preconditions": {
|
||||
"id": "v1.Preconditions",
|
||||
"description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
|
||||
"properties": {
|
||||
"uid": {
|
||||
"$ref": "types.UID",
|
||||
"description": "Specifies the target UID."
|
||||
}
|
||||
}
|
||||
},
|
||||
"types.UID": {
|
||||
"id": "types.UID",
|
||||
"properties": {}
|
||||
},
|
||||
"unversioned.APIResourceList": {
|
||||
"id": "unversioned.APIResourceList",
|
||||
"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.",
|
||||
|
||||
@@ -2410,9 +2410,6 @@
|
||||
"v1.DeleteOptions": {
|
||||
"id": "v1.DeleteOptions",
|
||||
"description": "DeleteOptions may be provided when deleting an API object",
|
||||
"required": [
|
||||
"gracePeriodSeconds"
|
||||
],
|
||||
"properties": {
|
||||
"kind": {
|
||||
"type": "string",
|
||||
@@ -2426,9 +2423,27 @@
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"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."
|
||||
},
|
||||
"preconditions": {
|
||||
"$ref": "v1.Preconditions",
|
||||
"description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.Preconditions": {
|
||||
"id": "v1.Preconditions",
|
||||
"description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
|
||||
"properties": {
|
||||
"uid": {
|
||||
"$ref": "types.UID",
|
||||
"description": "Specifies the target UID."
|
||||
}
|
||||
}
|
||||
},
|
||||
"types.UID": {
|
||||
"id": "types.UID",
|
||||
"properties": {}
|
||||
},
|
||||
"unversioned.APIResourceList": {
|
||||
"id": "unversioned.APIResourceList",
|
||||
"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.",
|
||||
|
||||
@@ -7783,9 +7783,6 @@
|
||||
"v1.DeleteOptions": {
|
||||
"id": "v1.DeleteOptions",
|
||||
"description": "DeleteOptions may be provided when deleting an API object",
|
||||
"required": [
|
||||
"gracePeriodSeconds"
|
||||
],
|
||||
"properties": {
|
||||
"kind": {
|
||||
"type": "string",
|
||||
@@ -7799,9 +7796,27 @@
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"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."
|
||||
},
|
||||
"preconditions": {
|
||||
"$ref": "v1.Preconditions",
|
||||
"description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.Preconditions": {
|
||||
"id": "v1.Preconditions",
|
||||
"description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
|
||||
"properties": {
|
||||
"uid": {
|
||||
"$ref": "types.UID",
|
||||
"description": "Specifies the target UID."
|
||||
}
|
||||
}
|
||||
},
|
||||
"types.UID": {
|
||||
"id": "types.UID",
|
||||
"properties": {}
|
||||
},
|
||||
"v1beta1.DeploymentList": {
|
||||
"id": "v1beta1.DeploymentList",
|
||||
"description": "DeploymentList is a list of Deployments.",
|
||||
|
||||
@@ -15118,9 +15118,6 @@
|
||||
"v1.DeleteOptions": {
|
||||
"id": "v1.DeleteOptions",
|
||||
"description": "DeleteOptions may be provided when deleting an API object",
|
||||
"required": [
|
||||
"gracePeriodSeconds"
|
||||
],
|
||||
"properties": {
|
||||
"kind": {
|
||||
"type": "string",
|
||||
@@ -15134,9 +15131,27 @@
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"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."
|
||||
},
|
||||
"preconditions": {
|
||||
"$ref": "v1.Preconditions",
|
||||
"description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.Preconditions": {
|
||||
"id": "v1.Preconditions",
|
||||
"description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
|
||||
"properties": {
|
||||
"uid": {
|
||||
"$ref": "types.UID",
|
||||
"description": "Specifies the target UID."
|
||||
}
|
||||
}
|
||||
},
|
||||
"types.UID": {
|
||||
"id": "types.UID",
|
||||
"properties": {}
|
||||
},
|
||||
"v1.EndpointsList": {
|
||||
"id": "v1.EndpointsList",
|
||||
"description": "EndpointsList is a list of endpoints.",
|
||||
|
||||
Reference in New Issue
Block a user