Commit c7129ff3 authored by mbohlool's avatar mbohlool

Update federation OpenAPI spec

parent f8863791
...@@ -675,6 +675,20 @@ ...@@ -675,6 +675,20 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.DeleteOptions" "$ref": "#/definitions/v1.DeleteOptions"
} }
},
{
"uniqueItems": true,
"type": "integer",
"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.",
"name": "gracePeriodSeconds",
"in": "query"
},
{
"uniqueItems": true,
"type": "boolean",
"description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
"name": "orphanDependents",
"in": "query"
} }
], ],
"responses": { "responses": {
...@@ -1037,6 +1051,20 @@ ...@@ -1037,6 +1051,20 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.DeleteOptions" "$ref": "#/definitions/v1.DeleteOptions"
} }
},
{
"uniqueItems": true,
"type": "integer",
"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.",
"name": "gracePeriodSeconds",
"in": "query"
},
{
"uniqueItems": true,
"type": "boolean",
"description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
"name": "orphanDependents",
"in": "query"
} }
], ],
"responses": { "responses": {
...@@ -1399,6 +1427,20 @@ ...@@ -1399,6 +1427,20 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.DeleteOptions" "$ref": "#/definitions/v1.DeleteOptions"
} }
},
{
"uniqueItems": true,
"type": "integer",
"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.",
"name": "gracePeriodSeconds",
"in": "query"
},
{
"uniqueItems": true,
"type": "boolean",
"description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
"name": "orphanDependents",
"in": "query"
} }
], ],
"responses": { "responses": {
...@@ -1761,6 +1803,20 @@ ...@@ -1761,6 +1803,20 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.DeleteOptions" "$ref": "#/definitions/v1.DeleteOptions"
} }
},
{
"uniqueItems": true,
"type": "integer",
"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.",
"name": "gracePeriodSeconds",
"in": "query"
},
{
"uniqueItems": true,
"type": "boolean",
"description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
"name": "orphanDependents",
"in": "query"
} }
], ],
"responses": { "responses": {
...@@ -2067,6 +2123,20 @@ ...@@ -2067,6 +2123,20 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.DeleteOptions" "$ref": "#/definitions/v1.DeleteOptions"
} }
},
{
"uniqueItems": true,
"type": "integer",
"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.",
"name": "gracePeriodSeconds",
"in": "query"
},
{
"uniqueItems": true,
"type": "boolean",
"description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
"name": "orphanDependents",
"in": "query"
} }
], ],
"responses": { "responses": {
...@@ -4193,6 +4263,20 @@ ...@@ -4193,6 +4263,20 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.DeleteOptions" "$ref": "#/definitions/v1.DeleteOptions"
} }
},
{
"uniqueItems": true,
"type": "integer",
"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.",
"name": "gracePeriodSeconds",
"in": "query"
},
{
"uniqueItems": true,
"type": "boolean",
"description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
"name": "orphanDependents",
"in": "query"
} }
], ],
"responses": { "responses": {
...@@ -4682,6 +4766,20 @@ ...@@ -4682,6 +4766,20 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.DeleteOptions" "$ref": "#/definitions/v1.DeleteOptions"
} }
},
{
"uniqueItems": true,
"type": "integer",
"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.",
"name": "gracePeriodSeconds",
"in": "query"
},
{
"uniqueItems": true,
"type": "boolean",
"description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
"name": "orphanDependents",
"in": "query"
} }
], ],
"responses": { "responses": {
...@@ -5359,6 +5457,20 @@ ...@@ -5359,6 +5457,20 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.DeleteOptions" "$ref": "#/definitions/v1.DeleteOptions"
} }
},
{
"uniqueItems": true,
"type": "integer",
"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.",
"name": "gracePeriodSeconds",
"in": "query"
},
{
"uniqueItems": true,
"type": "boolean",
"description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
"name": "orphanDependents",
"in": "query"
} }
], ],
"responses": { "responses": {
...@@ -5848,6 +5960,20 @@ ...@@ -5848,6 +5960,20 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.DeleteOptions" "$ref": "#/definitions/v1.DeleteOptions"
} }
},
{
"uniqueItems": true,
"type": "integer",
"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.",
"name": "gracePeriodSeconds",
"in": "query"
},
{
"uniqueItems": true,
"type": "boolean",
"description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
"name": "orphanDependents",
"in": "query"
} }
], ],
"responses": { "responses": {
...@@ -7574,6 +7700,20 @@ ...@@ -7574,6 +7700,20 @@
"schema": { "schema": {
"$ref": "#/definitions/v1.DeleteOptions" "$ref": "#/definitions/v1.DeleteOptions"
} }
},
{
"uniqueItems": true,
"type": "integer",
"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.",
"name": "gracePeriodSeconds",
"in": "query"
},
{
"uniqueItems": true,
"type": "boolean",
"description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
"name": "orphanDependents",
"in": "query"
} }
], ],
"responses": { "responses": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment