From 999947381ec78af3fca7fdafc5bbd4e968882b3b Mon Sep 17 00:00:00 2001 From: Antoine Pelisse Date: Wed, 14 Nov 2018 08:37:08 -0800 Subject: [PATCH] Run various generation scripts --- api/openapi-spec/swagger.json | 819 ++++++++++++++++++ ...admissionregistration.k8s.io_v1alpha1.json | 8 + .../admissionregistration.k8s.io_v1beta1.json | 16 + api/swagger-spec/apps_v1.json | 96 ++ api/swagger-spec/apps_v1beta1.json | 56 ++ api/swagger-spec/apps_v1beta2.json | 96 ++ .../auditregistration.k8s.io_v1alpha1.json | 8 + api/swagger-spec/autoscaling_v1.json | 16 + api/swagger-spec/autoscaling_v2beta1.json | 16 + api/swagger-spec/autoscaling_v2beta2.json | 16 + api/swagger-spec/batch_v1.json | 16 + api/swagger-spec/batch_v1beta1.json | 16 + api/swagger-spec/batch_v2alpha1.json | 16 + .../certificates.k8s.io_v1beta1.json | 16 + .../coordination.k8s.io_v1beta1.json | 8 + api/swagger-spec/events.k8s.io_v1beta1.json | 8 + api/swagger-spec/extensions_v1beta1.json | 104 +++ api/swagger-spec/networking.k8s.io_v1.json | 8 + api/swagger-spec/policy_v1beta1.json | 24 + .../rbac.authorization.k8s.io_v1.json | 32 + .../rbac.authorization.k8s.io_v1alpha1.json | 32 + .../rbac.authorization.k8s.io_v1beta1.json | 32 + .../scheduling.k8s.io_v1alpha1.json | 8 + .../scheduling.k8s.io_v1beta1.json | 8 + .../settings.k8s.io_v1alpha1.json | 8 + api/swagger-spec/storage.k8s.io_v1.json | 8 + api/swagger-spec/storage.k8s.io_v1alpha1.json | 8 + api/swagger-spec/storage.k8s.io_v1beta1.json | 16 + api/swagger-spec/v1.json | 192 ++++ .../v1alpha1/operations.html | 8 + .../v1beta1/operations.html | 16 + docs/api-reference/apps/v1/operations.html | 96 ++ .../apps/v1beta1/operations.html | 56 ++ .../apps/v1beta2/operations.html | 96 ++ .../v1alpha1/operations.html | 8 + .../autoscaling/v1/operations.html | 16 + .../autoscaling/v2beta1/operations.html | 16 + .../autoscaling/v2beta2/operations.html | 16 + docs/api-reference/batch/v1/operations.html | 16 + .../batch/v1beta1/operations.html | 16 + .../batch/v2alpha1/operations.html | 16 + .../v1beta1/operations.html | 16 + .../v1beta1/operations.html | 8 + .../events.k8s.io/v1beta1/operations.html | 8 + .../extensions/v1beta1/operations.html | 104 +++ .../networking.k8s.io/v1/operations.html | 8 + .../policy/v1beta1/operations.html | 24 + .../v1/operations.html | 32 + .../v1alpha1/operations.html | 32 + .../v1beta1/operations.html | 32 + .../v1alpha1/operations.html | 8 + .../scheduling.k8s.io/v1beta1/operations.html | 8 + .../settings.k8s.io/v1alpha1/operations.html | 8 + .../storage.k8s.io/v1/operations.html | 8 + .../storage.k8s.io/v1alpha1/operations.html | 8 + .../storage.k8s.io/v1beta1/operations.html | 16 + docs/api-reference/v1/operations.html | 192 ++++ .../pkg/apis/meta/v1/generated.pb.go | 564 +++++++----- .../pkg/apis/meta/v1/generated.proto | 19 + .../meta/v1/types_swagger_doc_generated.go | 12 +- .../pkg/apis/meta/v1/validation/validation.go | 2 +- .../pkg/apis/meta/v1/zz_generated.deepcopy.go | 35 + 62 files changed, 3031 insertions(+), 196 deletions(-) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 79599da887a..dd7780109f6 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -1391,6 +1391,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -1923,6 +1930,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -2455,6 +2469,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -2987,6 +3008,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -3519,6 +3547,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -3693,6 +3728,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -4225,6 +4267,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -5573,6 +5622,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -6105,6 +6161,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -6637,6 +6700,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -6811,6 +6881,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -6985,6 +7062,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -7517,6 +7601,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -7691,6 +7782,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -8223,6 +8321,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -8755,6 +8860,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -9201,6 +9313,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -9899,6 +10018,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -10167,6 +10293,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -10410,6 +10543,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -10926,6 +11066,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -11600,6 +11747,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -12220,6 +12374,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -12386,6 +12547,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -18409,6 +18577,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -19174,6 +19349,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -19690,6 +19872,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -20704,6 +20893,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -20870,6 +21066,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -21668,6 +21871,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -21834,6 +22044,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -22599,6 +22816,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -22765,6 +22989,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -23883,6 +24114,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -24415,6 +24653,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -24589,6 +24834,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -25121,6 +25373,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -25295,6 +25554,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -25469,6 +25735,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -26001,6 +26274,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -26175,6 +26455,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -26349,6 +26636,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -26881,6 +27175,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -27055,6 +27356,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -27229,6 +27537,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -29890,6 +30205,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -30422,6 +30744,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -30694,6 +31023,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -30868,6 +31204,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -31400,6 +31743,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -31574,6 +31924,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -31748,6 +32105,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -33737,6 +34101,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -34269,6 +34640,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -34443,6 +34821,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -34975,6 +35360,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -35149,6 +35541,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -35323,6 +35722,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -35855,6 +36261,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -36029,6 +36442,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -36203,6 +36623,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -36735,6 +37162,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -36909,6 +37343,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -37083,6 +37524,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -39561,6 +40009,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -41505,6 +41960,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -41679,6 +42141,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -42684,6 +43153,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -42858,6 +43334,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -43863,6 +44346,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -44037,6 +44527,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -45075,6 +45572,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -45249,6 +45753,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -46254,6 +46765,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -46428,6 +46946,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -47433,6 +47958,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -47607,6 +48139,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -48533,6 +49072,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -48776,6 +49322,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -49686,6 +50239,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -50724,6 +51284,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -51970,6 +52537,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -52144,6 +52718,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -52676,6 +53257,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -52948,6 +53536,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -53122,6 +53717,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -53654,6 +54256,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -53828,6 +54437,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -54360,6 +54976,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -54892,6 +55515,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -55066,6 +55696,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -55240,6 +55877,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -55414,6 +56058,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -56042,6 +56693,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -58632,6 +59290,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -59670,6 +60335,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -59844,6 +60516,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -60472,6 +61151,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -61590,6 +62276,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -62090,6 +62783,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -62598,6 +63298,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -63114,6 +63821,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -64967,6 +65681,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -65467,6 +66188,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -65975,6 +66703,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -66491,6 +67226,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -68344,6 +69086,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -68844,6 +69593,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -69352,6 +70108,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -69868,6 +70631,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -71770,6 +72540,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -72535,6 +73312,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -73341,6 +74125,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -74371,6 +75162,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -75136,6 +75934,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -75901,6 +76706,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { @@ -76417,6 +77229,13 @@ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "name": "dryRun", "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "responses": { diff --git a/api/swagger-spec/admissionregistration.k8s.io_v1alpha1.json b/api/swagger-spec/admissionregistration.k8s.io_v1alpha1.json index 760383f904b..bfda03af2c1 100644 --- a/api/swagger-spec/admissionregistration.k8s.io_v1alpha1.json +++ b/api/swagger-spec/admissionregistration.k8s.io_v1alpha1.json @@ -523,6 +523,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/admissionregistration.k8s.io_v1beta1.json b/api/swagger-spec/admissionregistration.k8s.io_v1beta1.json index 6a821b6f102..20a54e17786 100644 --- a/api/swagger-spec/admissionregistration.k8s.io_v1beta1.json +++ b/api/swagger-spec/admissionregistration.k8s.io_v1beta1.json @@ -523,6 +523,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1262,6 +1270,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/apps_v1.json b/api/swagger-spec/apps_v1.json index 92f4384a8be..c987a112219 100644 --- a/api/swagger-spec/apps_v1.json +++ b/api/swagger-spec/apps_v1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1588,6 +1596,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2191,6 +2207,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2791,6 +2815,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3394,6 +3426,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3580,6 +3620,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -4180,6 +4228,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -4783,6 +4839,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -4969,6 +5033,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -5569,6 +5641,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -6172,6 +6252,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -6358,6 +6446,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/apps_v1beta1.json b/api/swagger-spec/apps_v1beta1.json index 25d42421316..5b291c3d6c1 100644 --- a/api/swagger-spec/apps_v1beta1.json +++ b/api/swagger-spec/apps_v1beta1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1588,6 +1596,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2278,6 +2294,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2464,6 +2488,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3064,6 +3096,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3667,6 +3707,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3853,6 +3901,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/apps_v1beta2.json b/api/swagger-spec/apps_v1beta2.json index 564206b58bd..99f72e2153d 100644 --- a/api/swagger-spec/apps_v1beta2.json +++ b/api/swagger-spec/apps_v1beta2.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1588,6 +1596,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2191,6 +2207,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2791,6 +2815,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3394,6 +3426,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3580,6 +3620,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -4180,6 +4228,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -4783,6 +4839,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -4969,6 +5033,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -5569,6 +5641,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -6172,6 +6252,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -6358,6 +6446,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/auditregistration.k8s.io_v1alpha1.json b/api/swagger-spec/auditregistration.k8s.io_v1alpha1.json index f343ad53022..82057665380 100644 --- a/api/swagger-spec/auditregistration.k8s.io_v1alpha1.json +++ b/api/swagger-spec/auditregistration.k8s.io_v1alpha1.json @@ -523,6 +523,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/autoscaling_v1.json b/api/swagger-spec/autoscaling_v1.json index 1ff98843a5b..f334f5b4c5f 100644 --- a/api/swagger-spec/autoscaling_v1.json +++ b/api/swagger-spec/autoscaling_v1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1174,6 +1182,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/autoscaling_v2beta1.json b/api/swagger-spec/autoscaling_v2beta1.json index 580d4c3aa52..74cb99654ce 100644 --- a/api/swagger-spec/autoscaling_v2beta1.json +++ b/api/swagger-spec/autoscaling_v2beta1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1174,6 +1182,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/autoscaling_v2beta2.json b/api/swagger-spec/autoscaling_v2beta2.json index 242d7b09a5f..34ae795dcc3 100644 --- a/api/swagger-spec/autoscaling_v2beta2.json +++ b/api/swagger-spec/autoscaling_v2beta2.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1174,6 +1182,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/batch_v1.json b/api/swagger-spec/batch_v1.json index 6606e7e4d89..99f03ea37c1 100644 --- a/api/swagger-spec/batch_v1.json +++ b/api/swagger-spec/batch_v1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1174,6 +1182,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/batch_v1beta1.json b/api/swagger-spec/batch_v1beta1.json index c2e784862a5..58968b8023a 100644 --- a/api/swagger-spec/batch_v1beta1.json +++ b/api/swagger-spec/batch_v1beta1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1174,6 +1182,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/batch_v2alpha1.json b/api/swagger-spec/batch_v2alpha1.json index 71fc53e7a82..a56e240569a 100644 --- a/api/swagger-spec/batch_v2alpha1.json +++ b/api/swagger-spec/batch_v2alpha1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1174,6 +1182,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/certificates.k8s.io_v1beta1.json b/api/swagger-spec/certificates.k8s.io_v1beta1.json index 445e9654cd0..16a10f12b55 100644 --- a/api/swagger-spec/certificates.k8s.io_v1beta1.json +++ b/api/swagger-spec/certificates.k8s.io_v1beta1.json @@ -523,6 +523,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -946,6 +954,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/coordination.k8s.io_v1beta1.json b/api/swagger-spec/coordination.k8s.io_v1beta1.json index 16f3ac23755..9417a23bcde 100644 --- a/api/swagger-spec/coordination.k8s.io_v1beta1.json +++ b/api/swagger-spec/coordination.k8s.io_v1beta1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/events.k8s.io_v1beta1.json b/api/swagger-spec/events.k8s.io_v1beta1.json index 33cdcb4a570..3c457cffbf8 100644 --- a/api/swagger-spec/events.k8s.io_v1beta1.json +++ b/api/swagger-spec/events.k8s.io_v1beta1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index 04e99d247d3..f12f3fe8390 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1174,6 +1182,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1774,6 +1790,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2464,6 +2488,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2650,6 +2682,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3250,6 +3290,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3853,6 +3901,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -4453,6 +4509,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -5422,6 +5486,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -6209,6 +6281,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -6812,6 +6892,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -6998,6 +7086,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -7184,6 +7280,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/networking.k8s.io_v1.json b/api/swagger-spec/networking.k8s.io_v1.json index 75ca58373ee..c9feeb35c1d 100644 --- a/api/swagger-spec/networking.k8s.io_v1.json +++ b/api/swagger-spec/networking.k8s.io_v1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/policy_v1beta1.json b/api/swagger-spec/policy_v1beta1.json index 342bafaef1f..9d3dffb72e0 100644 --- a/api/swagger-spec/policy_v1beta1.json +++ b/api/swagger-spec/policy_v1beta1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1174,6 +1182,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1726,6 +1742,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/rbac.authorization.k8s.io_v1.json b/api/swagger-spec/rbac.authorization.k8s.io_v1.json index cecec6ee5dd..8bda6ecced4 100644 --- a/api/swagger-spec/rbac.authorization.k8s.io_v1.json +++ b/api/swagger-spec/rbac.authorization.k8s.io_v1.json @@ -507,6 +507,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1230,6 +1238,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2001,6 +2017,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3002,6 +3026,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json b/api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json index 5fe99accc6a..557b7dac56a 100644 --- a/api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json +++ b/api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json @@ -507,6 +507,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1230,6 +1238,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2001,6 +2017,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3002,6 +3026,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/rbac.authorization.k8s.io_v1beta1.json b/api/swagger-spec/rbac.authorization.k8s.io_v1beta1.json index aff81dc59b1..0f6a8b0bdd3 100644 --- a/api/swagger-spec/rbac.authorization.k8s.io_v1beta1.json +++ b/api/swagger-spec/rbac.authorization.k8s.io_v1beta1.json @@ -507,6 +507,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1230,6 +1238,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2001,6 +2017,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3002,6 +3026,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/scheduling.k8s.io_v1alpha1.json b/api/swagger-spec/scheduling.k8s.io_v1alpha1.json index de94bbbaea2..7aa95ab4a7c 100644 --- a/api/swagger-spec/scheduling.k8s.io_v1alpha1.json +++ b/api/swagger-spec/scheduling.k8s.io_v1alpha1.json @@ -523,6 +523,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/scheduling.k8s.io_v1beta1.json b/api/swagger-spec/scheduling.k8s.io_v1beta1.json index 22e1f4418ce..3afdac15809 100644 --- a/api/swagger-spec/scheduling.k8s.io_v1beta1.json +++ b/api/swagger-spec/scheduling.k8s.io_v1beta1.json @@ -523,6 +523,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/settings.k8s.io_v1alpha1.json b/api/swagger-spec/settings.k8s.io_v1alpha1.json index c5cdc9fef78..3b1bcd23b30 100644 --- a/api/swagger-spec/settings.k8s.io_v1alpha1.json +++ b/api/swagger-spec/settings.k8s.io_v1alpha1.json @@ -571,6 +571,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/storage.k8s.io_v1.json b/api/swagger-spec/storage.k8s.io_v1.json index 4edd53d9281..25928467d68 100644 --- a/api/swagger-spec/storage.k8s.io_v1.json +++ b/api/swagger-spec/storage.k8s.io_v1.json @@ -523,6 +523,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/storage.k8s.io_v1alpha1.json b/api/swagger-spec/storage.k8s.io_v1alpha1.json index 109ea3b8150..d11b9ff24f5 100644 --- a/api/swagger-spec/storage.k8s.io_v1alpha1.json +++ b/api/swagger-spec/storage.k8s.io_v1alpha1.json @@ -523,6 +523,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/storage.k8s.io_v1beta1.json b/api/swagger-spec/storage.k8s.io_v1beta1.json index 5f977c6994b..3abcc0b7831 100644 --- a/api/swagger-spec/storage.k8s.io_v1beta1.json +++ b/api/swagger-spec/storage.k8s.io_v1beta1.json @@ -523,6 +523,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1262,6 +1270,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 3b07a21663c..9ae2b62cc6d 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -798,6 +798,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -1815,6 +1823,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -2832,6 +2848,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -3849,6 +3873,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -4723,6 +4755,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -5146,6 +5186,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -5690,6 +5738,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -6535,6 +6591,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -7127,6 +7191,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -7730,6 +7802,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -8282,6 +8362,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -8639,6 +8727,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -9231,6 +9327,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -11108,6 +11212,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -11708,6 +11820,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -12725,6 +12845,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -13328,6 +13456,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -13514,6 +13650,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -14114,6 +14258,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -14717,6 +14869,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -15317,6 +15477,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -16334,6 +16502,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -17248,6 +17424,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", @@ -18451,6 +18635,14 @@ "required": false, "allowMultiple": false }, + { + "type": "boolean", + "paramType": "query", + "name": "force", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "required": false, + "allowMultiple": false + }, { "type": "string", "paramType": "path", diff --git a/docs/api-reference/admissionregistration.k8s.io/v1alpha1/operations.html b/docs/api-reference/admissionregistration.k8s.io/v1alpha1/operations.html index cec8d6646ac..aa83fc58e28 100755 --- a/docs/api-reference/admissionregistration.k8s.io/v1alpha1/operations.html +++ b/docs/api-reference/admissionregistration.k8s.io/v1alpha1/operations.html @@ -1392,6 +1392,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the InitializerConfiguration

diff --git a/docs/api-reference/admissionregistration.k8s.io/v1beta1/operations.html b/docs/api-reference/admissionregistration.k8s.io/v1beta1/operations.html index 591710d0eac..36701089ac7 100755 --- a/docs/api-reference/admissionregistration.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/admissionregistration.k8s.io/v1beta1/operations.html @@ -1392,6 +1392,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the MutatingWebhookConfiguration

@@ -2421,6 +2429,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the ValidatingWebhookConfiguration

diff --git a/docs/api-reference/apps/v1/operations.html b/docs/api-reference/apps/v1/operations.html index 83da59a1989..7c90fa544d6 100755 --- a/docs/api-reference/apps/v1/operations.html +++ b/docs/api-reference/apps/v1/operations.html @@ -1965,6 +1965,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -3050,6 +3058,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -3450,6 +3466,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -4535,6 +4559,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -4935,6 +4967,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -5335,6 +5375,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -6420,6 +6468,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -6820,6 +6876,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -7220,6 +7284,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -8305,6 +8377,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -8705,6 +8785,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -9105,6 +9193,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/apps/v1beta1/operations.html b/docs/api-reference/apps/v1beta1/operations.html index 735d5c49247..a849d15db45 100755 --- a/docs/api-reference/apps/v1beta1/operations.html +++ b/docs/api-reference/apps/v1beta1/operations.html @@ -1790,6 +1790,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -2875,6 +2883,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -3428,6 +3444,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -3828,6 +3852,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -4913,6 +4945,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -5313,6 +5353,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -5713,6 +5761,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/apps/v1beta2/operations.html b/docs/api-reference/apps/v1beta2/operations.html index 8caa44b1293..1fb07f7b44e 100755 --- a/docs/api-reference/apps/v1beta2/operations.html +++ b/docs/api-reference/apps/v1beta2/operations.html @@ -1965,6 +1965,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -3050,6 +3058,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -3450,6 +3466,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -4535,6 +4559,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -4935,6 +4967,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -5335,6 +5375,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -6420,6 +6468,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -6820,6 +6876,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -7220,6 +7284,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -8305,6 +8377,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -8705,6 +8785,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -9105,6 +9193,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/auditregistration.k8s.io/v1alpha1/operations.html b/docs/api-reference/auditregistration.k8s.io/v1alpha1/operations.html index a987f303209..3319f288fe7 100755 --- a/docs/api-reference/auditregistration.k8s.io/v1alpha1/operations.html +++ b/docs/api-reference/auditregistration.k8s.io/v1alpha1/operations.html @@ -1392,6 +1392,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the AuditSink

diff --git a/docs/api-reference/autoscaling/v1/operations.html b/docs/api-reference/autoscaling/v1/operations.html index d42859fe3eb..98129d80103 100755 --- a/docs/api-reference/autoscaling/v1/operations.html +++ b/docs/api-reference/autoscaling/v1/operations.html @@ -1615,6 +1615,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -2015,6 +2023,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/autoscaling/v2beta1/operations.html b/docs/api-reference/autoscaling/v2beta1/operations.html index 2191f082570..e5979e9c3e6 100755 --- a/docs/api-reference/autoscaling/v2beta1/operations.html +++ b/docs/api-reference/autoscaling/v2beta1/operations.html @@ -1615,6 +1615,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -2015,6 +2023,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/autoscaling/v2beta2/operations.html b/docs/api-reference/autoscaling/v2beta2/operations.html index 06de82acf6e..750f17521cb 100755 --- a/docs/api-reference/autoscaling/v2beta2/operations.html +++ b/docs/api-reference/autoscaling/v2beta2/operations.html @@ -1615,6 +1615,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -2015,6 +2023,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/batch/v1/operations.html b/docs/api-reference/batch/v1/operations.html index 1e3399f6220..6ba6f453d13 100755 --- a/docs/api-reference/batch/v1/operations.html +++ b/docs/api-reference/batch/v1/operations.html @@ -1615,6 +1615,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -2015,6 +2023,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/batch/v1beta1/operations.html b/docs/api-reference/batch/v1beta1/operations.html index 05ce546c269..c16b6fd95bd 100755 --- a/docs/api-reference/batch/v1beta1/operations.html +++ b/docs/api-reference/batch/v1beta1/operations.html @@ -1615,6 +1615,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -2015,6 +2023,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/batch/v2alpha1/operations.html b/docs/api-reference/batch/v2alpha1/operations.html index 168eb2799ce..eb19f4ea43d 100755 --- a/docs/api-reference/batch/v2alpha1/operations.html +++ b/docs/api-reference/batch/v2alpha1/operations.html @@ -1615,6 +1615,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -2015,6 +2023,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/certificates.k8s.io/v1beta1/operations.html b/docs/api-reference/certificates.k8s.io/v1beta1/operations.html index af2861d8a6a..02761d26ffe 100755 --- a/docs/api-reference/certificates.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/certificates.k8s.io/v1beta1/operations.html @@ -1392,6 +1392,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the CertificateSigningRequest

@@ -1900,6 +1908,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the CertificateSigningRequest

diff --git a/docs/api-reference/coordination.k8s.io/v1beta1/operations.html b/docs/api-reference/coordination.k8s.io/v1beta1/operations.html index 60a415b046b..be7a2ea0a60 100755 --- a/docs/api-reference/coordination.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/coordination.k8s.io/v1beta1/operations.html @@ -1615,6 +1615,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/events.k8s.io/v1beta1/operations.html b/docs/api-reference/events.k8s.io/v1beta1/operations.html index 917cb38b85f..2d0b4f33186 100755 --- a/docs/api-reference/events.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/events.k8s.io/v1beta1/operations.html @@ -1615,6 +1615,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/extensions/v1beta1/operations.html b/docs/api-reference/extensions/v1beta1/operations.html index 5c2b8b33d0b..9fa395c12b4 100755 --- a/docs/api-reference/extensions/v1beta1/operations.html +++ b/docs/api-reference/extensions/v1beta1/operations.html @@ -1965,6 +1965,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -2365,6 +2373,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -3450,6 +3466,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -4003,6 +4027,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -4403,6 +4435,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -5488,6 +5528,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -5888,6 +5936,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -6973,6 +7029,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -8058,6 +8122,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -8458,6 +8530,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -8858,6 +8938,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -9258,6 +9346,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -10470,6 +10566,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the PodSecurityPolicy

diff --git a/docs/api-reference/networking.k8s.io/v1/operations.html b/docs/api-reference/networking.k8s.io/v1/operations.html index c173cfca0bb..dedad178c51 100755 --- a/docs/api-reference/networking.k8s.io/v1/operations.html +++ b/docs/api-reference/networking.k8s.io/v1/operations.html @@ -1440,6 +1440,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/policy/v1beta1/operations.html b/docs/api-reference/policy/v1beta1/operations.html index 8b0e4e305ef..6af0fc699d3 100755 --- a/docs/api-reference/policy/v1beta1/operations.html +++ b/docs/api-reference/policy/v1beta1/operations.html @@ -1440,6 +1440,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -1840,6 +1848,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -3052,6 +3068,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the PodSecurityPolicy

diff --git a/docs/api-reference/rbac.authorization.k8s.io/v1/operations.html b/docs/api-reference/rbac.authorization.k8s.io/v1/operations.html index 6fd8313d76b..a47288aa8d2 100755 --- a/docs/api-reference/rbac.authorization.k8s.io/v1/operations.html +++ b/docs/api-reference/rbac.authorization.k8s.io/v1/operations.html @@ -1376,6 +1376,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the ClusterRoleBinding

@@ -2389,6 +2397,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the ClusterRole

@@ -3450,6 +3466,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -4519,6 +4543,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/rbac.authorization.k8s.io/v1alpha1/operations.html b/docs/api-reference/rbac.authorization.k8s.io/v1alpha1/operations.html index 362be5f3664..47f10824d33 100755 --- a/docs/api-reference/rbac.authorization.k8s.io/v1alpha1/operations.html +++ b/docs/api-reference/rbac.authorization.k8s.io/v1alpha1/operations.html @@ -1376,6 +1376,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the ClusterRoleBinding

@@ -2389,6 +2397,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the ClusterRole

@@ -3450,6 +3466,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -4519,6 +4543,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/rbac.authorization.k8s.io/v1beta1/operations.html b/docs/api-reference/rbac.authorization.k8s.io/v1beta1/operations.html index 7f663d2955c..0b5e0fb5475 100755 --- a/docs/api-reference/rbac.authorization.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/rbac.authorization.k8s.io/v1beta1/operations.html @@ -1376,6 +1376,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the ClusterRoleBinding

@@ -2389,6 +2397,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the ClusterRole

@@ -3450,6 +3466,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -4519,6 +4543,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/scheduling.k8s.io/v1alpha1/operations.html b/docs/api-reference/scheduling.k8s.io/v1alpha1/operations.html index 6d853cf3980..7f90f788766 100755 --- a/docs/api-reference/scheduling.k8s.io/v1alpha1/operations.html +++ b/docs/api-reference/scheduling.k8s.io/v1alpha1/operations.html @@ -1392,6 +1392,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the PriorityClass

diff --git a/docs/api-reference/scheduling.k8s.io/v1beta1/operations.html b/docs/api-reference/scheduling.k8s.io/v1beta1/operations.html index 41c2853ace8..99f316efc8e 100755 --- a/docs/api-reference/scheduling.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/scheduling.k8s.io/v1beta1/operations.html @@ -1392,6 +1392,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the PriorityClass

diff --git a/docs/api-reference/settings.k8s.io/v1alpha1/operations.html b/docs/api-reference/settings.k8s.io/v1alpha1/operations.html index 2e98a7ea791..0f063cc3ea6 100755 --- a/docs/api-reference/settings.k8s.io/v1alpha1/operations.html +++ b/docs/api-reference/settings.k8s.io/v1alpha1/operations.html @@ -1440,6 +1440,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

diff --git a/docs/api-reference/storage.k8s.io/v1/operations.html b/docs/api-reference/storage.k8s.io/v1/operations.html index 15ad8bb7119..a7f6e077d38 100755 --- a/docs/api-reference/storage.k8s.io/v1/operations.html +++ b/docs/api-reference/storage.k8s.io/v1/operations.html @@ -1392,6 +1392,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the StorageClass

diff --git a/docs/api-reference/storage.k8s.io/v1alpha1/operations.html b/docs/api-reference/storage.k8s.io/v1alpha1/operations.html index 300715e598a..77d81c2843c 100755 --- a/docs/api-reference/storage.k8s.io/v1alpha1/operations.html +++ b/docs/api-reference/storage.k8s.io/v1alpha1/operations.html @@ -1392,6 +1392,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the VolumeAttachment

diff --git a/docs/api-reference/storage.k8s.io/v1beta1/operations.html b/docs/api-reference/storage.k8s.io/v1beta1/operations.html index 0d48d92ca4b..43a08b44c65 100755 --- a/docs/api-reference/storage.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/storage.k8s.io/v1beta1/operations.html @@ -1392,6 +1392,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the StorageClass

@@ -2421,6 +2429,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the VolumeAttachment

diff --git a/docs/api-reference/v1/operations.html b/docs/api-reference/v1/operations.html index da2acd1777e..a4d80b01e8e 100755 --- a/docs/api-reference/v1/operations.html +++ b/docs/api-reference/v1/operations.html @@ -2883,6 +2883,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -3968,6 +3976,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -5053,6 +5069,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -6138,6 +6162,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -7223,6 +7255,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -7623,6 +7663,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -8708,6 +8756,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -11584,6 +11640,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -12669,6 +12733,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -13754,6 +13826,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -14154,6 +14234,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -14554,6 +14642,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -15639,6 +15735,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -16039,6 +16143,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -17124,6 +17236,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -18209,6 +18329,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -19117,6 +19245,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -20687,6 +20823,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

namespace

object name and auth scope, such as for teams and projects

@@ -21243,6 +21387,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the Namespace

@@ -21751,6 +21903,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the Namespace

@@ -22780,6 +22940,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the Node

@@ -24246,6 +24414,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the Node

@@ -25450,6 +25626,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the PersistentVolume

@@ -25826,6 +26010,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +

QueryParameter

+

force

+

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

+

false

+

boolean

+ + +

PathParameter

name

name of the PersistentVolume

diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go index e8868572610..2ed5cce562c 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go +++ b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go @@ -56,6 +56,7 @@ limitations under the License. ObjectMeta OwnerReference Patch + PatchOptions Preconditions RootPaths ServerAddressByClientCIDR @@ -232,59 +233,63 @@ func (m *Patch) Reset() { *m = Patch{} } func (*Patch) ProtoMessage() {} func (*Patch) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{31} } +func (m *PatchOptions) Reset() { *m = PatchOptions{} } +func (*PatchOptions) ProtoMessage() {} +func (*PatchOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{32} } + func (m *Preconditions) Reset() { *m = Preconditions{} } func (*Preconditions) ProtoMessage() {} -func (*Preconditions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{32} } +func (*Preconditions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{33} } func (m *RootPaths) Reset() { *m = RootPaths{} } func (*RootPaths) ProtoMessage() {} -func (*RootPaths) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{33} } +func (*RootPaths) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{34} } func (m *ServerAddressByClientCIDR) Reset() { *m = ServerAddressByClientCIDR{} } func (*ServerAddressByClientCIDR) ProtoMessage() {} func (*ServerAddressByClientCIDR) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{34} + return fileDescriptorGenerated, []int{35} } func (m *Status) Reset() { *m = Status{} } func (*Status) ProtoMessage() {} -func (*Status) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{35} } +func (*Status) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{36} } func (m *StatusCause) Reset() { *m = StatusCause{} } func (*StatusCause) ProtoMessage() {} -func (*StatusCause) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{36} } +func (*StatusCause) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{37} } func (m *StatusDetails) Reset() { *m = StatusDetails{} } func (*StatusDetails) ProtoMessage() {} -func (*StatusDetails) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{37} } +func (*StatusDetails) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{38} } func (m *Time) Reset() { *m = Time{} } func (*Time) ProtoMessage() {} -func (*Time) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{38} } +func (*Time) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{39} } func (m *Timestamp) Reset() { *m = Timestamp{} } func (*Timestamp) ProtoMessage() {} -func (*Timestamp) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{39} } +func (*Timestamp) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{40} } func (m *TypeMeta) Reset() { *m = TypeMeta{} } func (*TypeMeta) ProtoMessage() {} -func (*TypeMeta) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{40} } +func (*TypeMeta) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{41} } func (m *UpdateOptions) Reset() { *m = UpdateOptions{} } func (*UpdateOptions) ProtoMessage() {} -func (*UpdateOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{41} } +func (*UpdateOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{42} } func (m *Verbs) Reset() { *m = Verbs{} } func (*Verbs) ProtoMessage() {} -func (*Verbs) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{42} } +func (*Verbs) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{43} } func (m *VersionedFieldSet) Reset() { *m = VersionedFieldSet{} } func (*VersionedFieldSet) ProtoMessage() {} -func (*VersionedFieldSet) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{43} } +func (*VersionedFieldSet) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{44} } func (m *WatchEvent) Reset() { *m = WatchEvent{} } func (*WatchEvent) ProtoMessage() {} -func (*WatchEvent) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{44} } +func (*WatchEvent) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{45} } func init() { proto.RegisterType((*APIGroup)(nil), "k8s.io.apimachinery.pkg.apis.meta.v1.APIGroup") @@ -319,6 +324,7 @@ func init() { proto.RegisterType((*ObjectMeta)(nil), "k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta") proto.RegisterType((*OwnerReference)(nil), "k8s.io.apimachinery.pkg.apis.meta.v1.OwnerReference") proto.RegisterType((*Patch)(nil), "k8s.io.apimachinery.pkg.apis.meta.v1.Patch") + proto.RegisterType((*PatchOptions)(nil), "k8s.io.apimachinery.pkg.apis.meta.v1.PatchOptions") proto.RegisterType((*Preconditions)(nil), "k8s.io.apimachinery.pkg.apis.meta.v1.Preconditions") proto.RegisterType((*RootPaths)(nil), "k8s.io.apimachinery.pkg.apis.meta.v1.RootPaths") proto.RegisterType((*ServerAddressByClientCIDR)(nil), "k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR") @@ -1689,6 +1695,49 @@ func (m *Patch) MarshalTo(dAtA []byte) (int, error) { return i, nil } +func (m *PatchOptions) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *PatchOptions) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if len(m.DryRun) > 0 { + for _, s := range m.DryRun { + dAtA[i] = 0xa + i++ + l = len(s) + for l >= 1<<7 { + dAtA[i] = uint8(uint64(l)&0x7f | 0x80) + l >>= 7 + i++ + } + dAtA[i] = uint8(l) + i++ + i += copy(dAtA[i:], s) + } + } + if m.Force != nil { + dAtA[i] = 0x10 + i++ + if *m.Force { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i++ + } + return i, nil +} + func (m *Preconditions) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -2600,6 +2649,21 @@ func (m *Patch) Size() (n int) { return n } +func (m *PatchOptions) Size() (n int) { + var l int + _ = l + if len(m.DryRun) > 0 { + for _, s := range m.DryRun { + l = len(s) + n += 1 + l + sovGenerated(uint64(l)) + } + } + if m.Force != nil { + n += 2 + } + return n +} + func (m *Preconditions) Size() (n int) { var l int _ = l @@ -3113,6 +3177,17 @@ func (this *Patch) String() string { }, "") return s } +func (this *PatchOptions) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&PatchOptions{`, + `DryRun:` + fmt.Sprintf("%v", this.DryRun) + `,`, + `Force:` + valueToStringGenerated(this.Force) + `,`, + `}`, + }, "") + return s +} func (this *Preconditions) String() string { if this == nil { return "nil" @@ -8028,6 +8103,106 @@ func (m *Patch) Unmarshal(dAtA []byte) error { } return nil } +func (m *PatchOptions) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: PatchOptions: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: PatchOptions: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field DryRun", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.DryRun = append(m.DryRun, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Force", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + b := bool(v != 0) + m.Force = &b + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *Preconditions) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -9549,186 +9724,187 @@ func init() { } var fileDescriptorGenerated = []byte{ - // 2889 bytes of a gzipped FileDescriptorProto + // 2909 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0x4d, 0x6c, 0x24, 0x47, - 0xf5, 0x77, 0xcf, 0x78, 0xc6, 0x33, 0x6f, 0x66, 0xd6, 0x76, 0xc5, 0xf9, 0x67, 0xe2, 0x3f, 0x78, - 0x9c, 0x0e, 0x0a, 0x1b, 0xb2, 0x19, 0xc7, 0x4e, 0x08, 0xcb, 0x02, 0x01, 0xb7, 0x3f, 0x56, 0x56, - 0xd6, 0xbb, 0xa3, 0x72, 0x76, 0x23, 0xc2, 0x0a, 0xd2, 0xee, 0x2e, 0x8f, 0x1b, 0xf7, 0x74, 0x4f, - 0xaa, 0x7b, 0xbc, 0x36, 0x1c, 0x08, 0x12, 0x11, 0x1c, 0x10, 0xca, 0x11, 0x81, 0x84, 0xb2, 0x82, - 0x0b, 0xe2, 0xc6, 0x89, 0x0b, 0x9c, 0x90, 0xc8, 0x8d, 0x48, 0x5c, 0x72, 0x40, 0xa3, 0x64, 0x38, - 0x20, 0xc4, 0x01, 0x71, 0xf5, 0x09, 0x55, 0x75, 0x75, 0x75, 0xf5, 0x8c, 0x67, 0xdd, 0xb3, 0x49, - 0x10, 0x27, 0x4f, 0xbf, 0xef, 0xaa, 0x7a, 0xf5, 0xde, 0xaf, 0xaa, 0x0c, 0xbb, 0x47, 0x57, 0x83, - 0xa6, 0xe3, 0xaf, 0x1c, 0xf5, 0xf6, 0x09, 0xf5, 0x48, 0x48, 0x82, 0x95, 0x63, 0xe2, 0xd9, 0x3e, - 0x5d, 0x11, 0x0c, 0xb3, 0xeb, 0x74, 0x4c, 0xeb, 0xd0, 0xf1, 0x08, 0x3d, 0x5d, 0xe9, 0x1e, 0xb5, - 0x19, 0x21, 0x58, 0xe9, 0x90, 0xd0, 0x5c, 0x39, 0x5e, 0x5d, 0x69, 0x13, 0x8f, 0x50, 0x33, 0x24, - 0x76, 0xb3, 0x4b, 0xfd, 0xd0, 0x47, 0x9f, 0x89, 0xb4, 0x9a, 0xaa, 0x56, 0xb3, 0x7b, 0xd4, 0x66, - 0x84, 0xa0, 0xc9, 0xb4, 0x9a, 0xc7, 0xab, 0x8b, 0xcf, 0xb6, 0x9d, 0xf0, 0xb0, 0xb7, 0xdf, 0xb4, - 0xfc, 0xce, 0x4a, 0xdb, 0x6f, 0xfb, 0x2b, 0x5c, 0x79, 0xbf, 0x77, 0xc0, 0xbf, 0xf8, 0x07, 0xff, - 0x15, 0x19, 0x5d, 0x1c, 0x1b, 0x0a, 0xed, 0x79, 0xa1, 0xd3, 0x21, 0xc3, 0x51, 0x2c, 0xbe, 0x78, - 0x91, 0x42, 0x60, 0x1d, 0x92, 0x8e, 0x39, 0xac, 0xa7, 0xff, 0x29, 0x0f, 0xa5, 0xf5, 0xd6, 0xce, - 0x75, 0xea, 0xf7, 0xba, 0x68, 0x19, 0xa6, 0x3d, 0xb3, 0x43, 0xea, 0xda, 0xb2, 0x76, 0xb9, 0x6c, - 0x54, 0xdf, 0xed, 0x37, 0xa6, 0x06, 0xfd, 0xc6, 0xf4, 0x4d, 0xb3, 0x43, 0x30, 0xe7, 0x20, 0x17, - 0x4a, 0xc7, 0x84, 0x06, 0x8e, 0xef, 0x05, 0xf5, 0xdc, 0x72, 0xfe, 0x72, 0x65, 0xed, 0xa5, 0x66, - 0x96, 0xf1, 0x37, 0xb9, 0x83, 0x3b, 0x91, 0xea, 0xb6, 0x4f, 0x37, 0x9d, 0xc0, 0xf2, 0x8f, 0x09, - 0x3d, 0x35, 0xe6, 0x84, 0x97, 0x92, 0x60, 0x06, 0x58, 0x7a, 0x40, 0x3f, 0xd0, 0x60, 0xae, 0x4b, - 0xc9, 0x01, 0xa1, 0x94, 0xd8, 0x82, 0x5f, 0xcf, 0x2f, 0x6b, 0x1f, 0x83, 0xdb, 0xba, 0x70, 0x3b, - 0xd7, 0x1a, 0xb2, 0x8f, 0x47, 0x3c, 0xa2, 0x5f, 0x6a, 0xb0, 0x18, 0x10, 0x7a, 0x4c, 0xe8, 0xba, - 0x6d, 0x53, 0x12, 0x04, 0xc6, 0xe9, 0x86, 0xeb, 0x10, 0x2f, 0xdc, 0xd8, 0xd9, 0xc4, 0x41, 0x7d, - 0x9a, 0xcf, 0xc3, 0x57, 0xb3, 0x05, 0xb4, 0x37, 0xce, 0x8e, 0xa1, 0x8b, 0x88, 0x16, 0xc7, 0x8a, - 0x04, 0xf8, 0x01, 0x61, 0xe8, 0x07, 0x50, 0x8d, 0x17, 0xf2, 0x86, 0x13, 0x84, 0xe8, 0x0e, 0x14, - 0xdb, 0xec, 0x23, 0xa8, 0x6b, 0x3c, 0xc0, 0x66, 0xb6, 0x00, 0x63, 0x1b, 0xc6, 0x25, 0x11, 0x4f, - 0x91, 0x7f, 0x06, 0x58, 0x58, 0xd3, 0x7f, 0x9f, 0x87, 0xca, 0x7a, 0x6b, 0x07, 0x93, 0xc0, 0xef, - 0x51, 0x8b, 0x64, 0x48, 0x9a, 0x35, 0x00, 0xf6, 0x37, 0xe8, 0x9a, 0x16, 0xb1, 0xeb, 0xb9, 0x65, - 0xed, 0x72, 0xc9, 0x40, 0x42, 0x0e, 0x6e, 0x4a, 0x0e, 0x56, 0xa4, 0x98, 0xd5, 0x23, 0xc7, 0xb3, - 0xf9, 0x6a, 0x2b, 0x56, 0x5f, 0x76, 0x3c, 0x1b, 0x73, 0x0e, 0xba, 0x01, 0x85, 0x63, 0x42, 0xf7, - 0xd9, 0xfc, 0xb3, 0x84, 0x78, 0x26, 0xdb, 0xf0, 0xee, 0x30, 0x15, 0xa3, 0x3c, 0xe8, 0x37, 0x0a, - 0xfc, 0x27, 0x8e, 0x8c, 0xa0, 0x26, 0x40, 0x70, 0xe8, 0xd3, 0x90, 0x87, 0x53, 0x2f, 0x2c, 0xe7, - 0x2f, 0x97, 0x8d, 0x4b, 0x2c, 0xbe, 0x3d, 0x49, 0xc5, 0x8a, 0x04, 0xba, 0x0a, 0xd5, 0xc0, 0xf1, - 0xda, 0x3d, 0xd7, 0xa4, 0x8c, 0x50, 0x2f, 0xf2, 0x38, 0x17, 0x44, 0x9c, 0xd5, 0x3d, 0x85, 0x87, - 0x53, 0x92, 0xcc, 0x93, 0x65, 0x86, 0xa4, 0xed, 0x53, 0x87, 0x04, 0xf5, 0x99, 0xc4, 0xd3, 0x86, - 0xa4, 0x62, 0x45, 0x02, 0x3d, 0x09, 0x05, 0x3e, 0xf3, 0xf5, 0x12, 0x77, 0x51, 0x13, 0x2e, 0x0a, - 0x7c, 0x59, 0x70, 0xc4, 0x43, 0x4f, 0xc3, 0x8c, 0xd8, 0x35, 0xf5, 0x32, 0x17, 0x9b, 0x15, 0x62, - 0x33, 0x71, 0x5a, 0xc7, 0x7c, 0xfd, 0xb7, 0x1a, 0xcc, 0x2a, 0xeb, 0xc7, 0x73, 0xe5, 0x2a, 0x54, - 0xdb, 0xca, 0x4e, 0x11, 0x6b, 0x29, 0x47, 0xa3, 0xee, 0x22, 0x9c, 0x92, 0x44, 0x04, 0xca, 0x54, - 0x58, 0x8a, 0x2b, 0xc2, 0x6a, 0xe6, 0x44, 0x8b, 0x63, 0x48, 0x3c, 0x29, 0xc4, 0x00, 0x27, 0x96, - 0xf5, 0xbf, 0x6b, 0x3c, 0xe9, 0xe2, 0x1a, 0x81, 0x2e, 0x2b, 0x75, 0x48, 0xe3, 0x53, 0x58, 0x1d, - 0x53, 0x43, 0x2e, 0xd8, 0xbc, 0xb9, 0xff, 0x89, 0xcd, 0x7b, 0xad, 0xf4, 0xd3, 0x77, 0x1a, 0x53, - 0x6f, 0xfe, 0x75, 0x79, 0x4a, 0x7f, 0x4b, 0x83, 0xda, 0x06, 0x25, 0x66, 0x48, 0x6e, 0x75, 0x43, - 0x3e, 0x02, 0x1d, 0x8a, 0x36, 0x3d, 0xc5, 0x3d, 0x4f, 0x8c, 0x14, 0xd8, 0xa6, 0xdc, 0xe4, 0x14, - 0x2c, 0x38, 0xa8, 0x05, 0x0b, 0x8e, 0x67, 0xb9, 0x3d, 0x9b, 0xdc, 0xf6, 0x1c, 0xcf, 0x09, 0x1d, - 0xd3, 0x75, 0xbe, 0x23, 0x37, 0xdb, 0xa7, 0x44, 0x74, 0x0b, 0x3b, 0xe7, 0xc8, 0xe0, 0x73, 0x35, - 0xf5, 0x1f, 0xe6, 0xa1, 0xb6, 0x49, 0x5c, 0x92, 0xc4, 0xb1, 0x0d, 0xa8, 0x4d, 0x4d, 0x8b, 0xb4, - 0x08, 0x75, 0x7c, 0x7b, 0x8f, 0x58, 0xbe, 0x67, 0x07, 0x3c, 0x55, 0xf2, 0xc6, 0xff, 0x0d, 0xfa, - 0x0d, 0x74, 0x7d, 0x84, 0x8b, 0xcf, 0xd1, 0x40, 0x2e, 0xd4, 0xba, 0x94, 0xff, 0x76, 0x42, 0xd1, - 0x48, 0xd8, 0x06, 0x7e, 0x3e, 0xdb, 0x1a, 0xb4, 0x54, 0x55, 0x63, 0x7e, 0xd0, 0x6f, 0xd4, 0x52, - 0x24, 0x9c, 0x36, 0x8e, 0xbe, 0x06, 0x73, 0x3e, 0xed, 0x1e, 0x9a, 0xde, 0x26, 0xe9, 0x12, 0xcf, - 0x26, 0x5e, 0x18, 0xf0, 0xa2, 0x52, 0x32, 0x16, 0x58, 0xf9, 0xbf, 0x35, 0xc4, 0xc3, 0x23, 0xd2, - 0xe8, 0x35, 0x98, 0xef, 0x52, 0xbf, 0x6b, 0xb6, 0x4d, 0x66, 0xb1, 0xe5, 0xbb, 0x8e, 0x75, 0xca, - 0x8b, 0x4e, 0xd9, 0xb8, 0x32, 0xe8, 0x37, 0xe6, 0x5b, 0xc3, 0xcc, 0xb3, 0x7e, 0xe3, 0x11, 0x3e, - 0x75, 0x8c, 0x92, 0x30, 0xf1, 0xa8, 0x19, 0x65, 0x6d, 0x0b, 0xe3, 0xd6, 0x56, 0xdf, 0x81, 0xd2, - 0x66, 0x8f, 0x72, 0x2d, 0xf4, 0x15, 0x28, 0xd9, 0xe2, 0xb7, 0x98, 0xf9, 0x27, 0xe2, 0xfe, 0x19, - 0xcb, 0x9c, 0xf5, 0x1b, 0x35, 0xd6, 0xf1, 0x9b, 0x31, 0x01, 0x4b, 0x15, 0xfd, 0x2e, 0xd4, 0xb6, - 0x4e, 0xba, 0x3e, 0x0d, 0xe3, 0x35, 0x7d, 0x0a, 0x8a, 0x84, 0x13, 0xb8, 0xb5, 0x52, 0x52, 0xf4, - 0x23, 0x31, 0x2c, 0xb8, 0xac, 0x08, 0x91, 0x13, 0xd3, 0x0a, 0x45, 0x42, 0xc9, 0x22, 0xb4, 0xc5, - 0x88, 0x38, 0xe2, 0xe9, 0x3f, 0xd7, 0x00, 0x6d, 0x3b, 0xc4, 0xb5, 0x59, 0x9d, 0xbb, 0x63, 0xba, - 0x3d, 0xd2, 0x32, 0x1d, 0x9a, 0xa1, 0x41, 0x58, 0x50, 0x38, 0x66, 0xe2, 0x22, 0x13, 0x9e, 0xcb, - 0x96, 0x09, 0xdc, 0x15, 0x77, 0x63, 0xfc, 0x7f, 0x1c, 0x0f, 0xff, 0x3c, 0xeb, 0x37, 0x20, 0x61, - 0xe2, 0xc8, 0xb6, 0xfe, 0xb3, 0x1c, 0xcc, 0x71, 0x6a, 0xcb, 0x0c, 0x0f, 0xb7, 0x5c, 0xd2, 0x21, - 0x5e, 0x88, 0x9e, 0x81, 0xf2, 0x41, 0x1c, 0xb1, 0x08, 0xb0, 0x36, 0xe8, 0x37, 0xca, 0x72, 0x18, - 0x38, 0xe1, 0xa3, 0x57, 0x21, 0x7f, 0x44, 0x4e, 0x45, 0xc9, 0xb8, 0x3a, 0x41, 0x90, 0xa9, 0xf9, - 0x30, 0x2a, 0x22, 0xd8, 0xfc, 0xcb, 0xe4, 0x14, 0x33, 0x8b, 0xe8, 0x5b, 0xf1, 0xf8, 0xf3, 0x0f, - 0x39, 0xfe, 0xc7, 0x1e, 0x3c, 0x76, 0xd4, 0x80, 0x82, 0xe3, 0xd9, 0xe4, 0x84, 0xa7, 0x6d, 0x21, - 0x6a, 0x7f, 0x3b, 0x8c, 0x80, 0x23, 0xba, 0xfe, 0x67, 0x0d, 0x4a, 0x5c, 0x6d, 0x8f, 0x84, 0xc8, - 0x84, 0x99, 0x0e, 0xe9, 0xec, 0x13, 0x1a, 0x43, 0x87, 0x17, 0x27, 0x08, 0x48, 0x99, 0xdd, 0xa4, - 0x09, 0xed, 0x46, 0xe6, 0x70, 0x6c, 0x17, 0xbd, 0x0e, 0x25, 0xeb, 0xd0, 0x71, 0x6d, 0x4a, 0x3c, - 0x31, 0x9f, 0x6b, 0x13, 0xf8, 0xd8, 0x23, 0xe1, 0x4d, 0xdf, 0x26, 0x09, 0x76, 0xdc, 0x10, 0xb6, - 0xb0, 0xb4, 0xaa, 0xff, 0x43, 0x83, 0xaa, 0x2a, 0x8c, 0xbe, 0xaf, 0x41, 0xa5, 0x9b, 0x04, 0xc7, - 0x57, 0xfb, 0xe1, 0x87, 0xf6, 0x59, 0xe1, 0xba, 0xa2, 0x10, 0xcf, 0xfa, 0x8d, 0x91, 0x0c, 0xc3, - 0xaa, 0x4f, 0x74, 0x1b, 0xf2, 0x01, 0x09, 0x45, 0x9a, 0x37, 0x27, 0x1b, 0xb1, 0xf1, 0x08, 0xcb, - 0x99, 0x3d, 0xc2, 0xdc, 0xc8, 0xb5, 0xc2, 0xcc, 0x9e, 0xfe, 0x6f, 0x0d, 0x94, 0x45, 0x67, 0x08, - 0xe3, 0xc0, 0xf5, 0xcd, 0x90, 0x7f, 0x89, 0xac, 0xe6, 0x08, 0x63, 0x5b, 0x52, 0xb1, 0x22, 0xc1, - 0x9a, 0xa9, 0xe3, 0x09, 0xe9, 0x1c, 0x4f, 0x10, 0xde, 0x4c, 0x77, 0x04, 0x0d, 0x4b, 0x2e, 0x5a, - 0x85, 0x4a, 0x10, 0x52, 0xc7, 0x6b, 0xdf, 0x91, 0xe9, 0x5a, 0x36, 0x66, 0xd9, 0x34, 0xec, 0x25, - 0x64, 0xac, 0xca, 0xa0, 0x17, 0xa0, 0xba, 0xef, 0xfb, 0x2e, 0x31, 0xbd, 0x48, 0x67, 0x9a, 0x17, - 0x90, 0x39, 0xd6, 0xec, 0x0d, 0x85, 0x8e, 0x53, 0x52, 0xbc, 0x66, 0xf4, 0x5c, 0xb7, 0x5e, 0xe0, - 0xd2, 0x49, 0xcd, 0xe8, 0xb9, 0x2e, 0xe6, 0x1c, 0xfd, 0xbe, 0x06, 0x70, 0x9d, 0xc8, 0x42, 0xb6, - 0x0e, 0xb3, 0x31, 0x5a, 0x48, 0x83, 0x98, 0xc7, 0x84, 0xee, 0x2c, 0x4e, 0xb3, 0xf1, 0xb0, 0xfc, - 0x27, 0xd0, 0x43, 0xef, 0x42, 0x99, 0x43, 0x27, 0x86, 0x5a, 0x13, 0x1c, 0xa7, 0x3d, 0x00, 0xc7, - 0xc5, 0xb0, 0x37, 0x37, 0x0e, 0xf6, 0x2a, 0x48, 0xc1, 0x85, 0x5a, 0xa4, 0x1b, 0x23, 0xf1, 0x4c, - 0x1e, 0xae, 0x40, 0x29, 0x1e, 0xb8, 0xf0, 0x22, 0x77, 0x51, 0x6c, 0x08, 0x4b, 0x09, 0xc5, 0xdb, - 0x21, 0xa4, 0x60, 0x60, 0x36, 0x67, 0x0a, 0x2c, 0xcd, 0x3d, 0x18, 0x96, 0x2a, 0x9e, 0xbe, 0x07, - 0xf5, 0x71, 0xc7, 0xb6, 0x8f, 0x00, 0x54, 0xb3, 0x87, 0xa2, 0xff, 0x44, 0x83, 0x39, 0xd5, 0x52, - 0xf6, 0xe5, 0xcb, 0xee, 0xe4, 0xe2, 0x03, 0x8e, 0x32, 0x23, 0xbf, 0xd0, 0x60, 0x21, 0x35, 0xb4, - 0x89, 0x56, 0x7c, 0x82, 0xa0, 0xd4, 0xe4, 0xc8, 0x4f, 0x90, 0x1c, 0x2b, 0x50, 0xd9, 0x91, 0x79, - 0x9f, 0xa1, 0xe3, 0xeb, 0x7f, 0xd0, 0xa0, 0xaa, 0x68, 0x04, 0xe8, 0x2e, 0xcc, 0x30, 0xc0, 0xe5, - 0x78, 0x6d, 0xd1, 0x73, 0x32, 0x9e, 0x22, 0x14, 0x23, 0xc9, 0xb8, 0x5a, 0x91, 0x25, 0x1c, 0x9b, - 0x44, 0x2d, 0x28, 0x52, 0x12, 0xf4, 0xdc, 0xb8, 0xf4, 0x5e, 0xc9, 0x88, 0xf7, 0x43, 0x33, 0xec, - 0x05, 0x11, 0x28, 0xc3, 0x5c, 0x1f, 0x0b, 0x3b, 0xfa, 0x5f, 0x72, 0x50, 0xbb, 0x61, 0xee, 0x13, - 0x77, 0x8f, 0xb8, 0xc4, 0x0a, 0x7d, 0x8a, 0xbe, 0x0b, 0x95, 0x8e, 0x19, 0x5a, 0x87, 0x9c, 0x1a, - 0x77, 0xce, 0xcd, 0x6c, 0x8e, 0x52, 0x96, 0x9a, 0xbb, 0x89, 0x99, 0x2d, 0x2f, 0xa4, 0xa7, 0xc6, - 0x23, 0x71, 0xb3, 0x51, 0x38, 0x58, 0xf5, 0xc6, 0x6f, 0x4a, 0xf8, 0xf7, 0xd6, 0x49, 0x97, 0x9d, - 0x2e, 0x26, 0xbf, 0xa0, 0x49, 0x85, 0x80, 0xc9, 0x1b, 0x3d, 0x87, 0x46, 0x9d, 0x4e, 0xde, 0x94, - 0xec, 0x0e, 0xd9, 0xc7, 0x23, 0x1e, 0x17, 0x5f, 0x82, 0xb9, 0xe1, 0xe0, 0xd1, 0x5c, 0x84, 0x9a, - 0x78, 0x2e, 0x44, 0x70, 0x67, 0x41, 0x85, 0x7b, 0x65, 0x81, 0x51, 0xae, 0xe5, 0xae, 0x6a, 0xfa, - 0xaf, 0x34, 0xa8, 0x8f, 0x0b, 0x04, 0x7d, 0x5a, 0x31, 0x74, 0x0e, 0x88, 0xda, 0x82, 0x92, 0xdf, - 0x25, 0xd4, 0x0c, 0x7d, 0x2a, 0xf2, 0xfc, 0xe9, 0x38, 0x77, 0x6f, 0x09, 0xfa, 0x59, 0xbf, 0xf1, - 0x68, 0xca, 0x7c, 0xcc, 0xc0, 0x52, 0x95, 0x21, 0x72, 0x1e, 0x0f, 0x3b, 0x25, 0x48, 0x44, 0xce, - 0x9b, 0x52, 0x80, 0x05, 0x47, 0xff, 0x9d, 0x06, 0xd3, 0xfc, 0xdc, 0x7c, 0x17, 0x4a, 0x6c, 0xfe, - 0x6c, 0x33, 0x34, 0x05, 0x9e, 0xc8, 0xd8, 0xd4, 0x99, 0xf6, 0x2e, 0x09, 0xcd, 0x64, 0x7f, 0xc5, - 0x14, 0x2c, 0x2d, 0x22, 0x0c, 0x05, 0x27, 0x24, 0x9d, 0x78, 0x21, 0x9f, 0x1d, 0x6b, 0x5a, 0xdc, - 0xf1, 0x35, 0xb1, 0x79, 0x6f, 0xeb, 0x24, 0x24, 0x1e, 0x5b, 0x8c, 0xa4, 0x18, 0xec, 0x30, 0x1b, - 0x38, 0x32, 0xa5, 0xff, 0x5a, 0x03, 0xe9, 0x8a, 0x6d, 0xf7, 0x80, 0xb8, 0x07, 0x37, 0x1c, 0xef, - 0x48, 0x4c, 0xab, 0x0c, 0x67, 0x4f, 0xd0, 0xb1, 0x94, 0x38, 0xaf, 0xc5, 0xe6, 0x26, 0x6c, 0xb1, - 0x57, 0xa0, 0x64, 0xf9, 0x5e, 0xe8, 0x78, 0xbd, 0x91, 0xfa, 0xb2, 0x21, 0xe8, 0x58, 0x4a, 0xe8, - 0xef, 0xe5, 0xa1, 0xc2, 0x62, 0x8d, 0x7b, 0xfc, 0x97, 0xa0, 0xe6, 0xaa, 0xab, 0x27, 0x62, 0x7e, - 0x54, 0x98, 0x48, 0xef, 0x47, 0x9c, 0x96, 0x65, 0xca, 0x07, 0x11, 0x68, 0x12, 0xca, 0xb9, 0xb4, - 0xf2, 0xb6, 0xca, 0xc4, 0x69, 0x59, 0x56, 0x67, 0xef, 0xb1, 0xbc, 0x16, 0x27, 0x47, 0x39, 0xb5, - 0xaf, 0x32, 0x22, 0x8e, 0x78, 0xe7, 0xcd, 0xcf, 0xf4, 0x84, 0xf3, 0x73, 0x0d, 0x2e, 0xb1, 0x85, - 0xf4, 0x7b, 0x61, 0x7c, 0xbc, 0x2e, 0xf0, 0x43, 0x1e, 0x1a, 0xf4, 0x1b, 0x97, 0x5e, 0x49, 0x71, - 0xf0, 0x90, 0xe4, 0x58, 0xf8, 0x52, 0x7c, 0x58, 0xf8, 0xc2, 0x46, 0xed, 0x3a, 0x1d, 0x27, 0xac, - 0xcf, 0xf0, 0x20, 0xe4, 0xa8, 0x6f, 0x30, 0x22, 0x8e, 0x78, 0xa9, 0x25, 0x2d, 0x5d, 0xb8, 0xa4, - 0x6f, 0x40, 0x79, 0xd7, 0xb1, 0xa8, 0xcf, 0xc6, 0xc2, 0x1a, 0x53, 0x90, 0xba, 0x45, 0x90, 0x05, - 0x3c, 0x1e, 0x63, 0xcc, 0x67, 0xa1, 0x78, 0xa6, 0xe7, 0x07, 0x02, 0x9f, 0xca, 0x50, 0x6e, 0x32, - 0x22, 0x8e, 0x78, 0xd7, 0x16, 0x58, 0x3f, 0xfa, 0xd1, 0xfd, 0xc6, 0xd4, 0xdb, 0xf7, 0x1b, 0x53, - 0xef, 0xdc, 0x17, 0xbd, 0xe9, 0x9f, 0x55, 0x80, 0x5b, 0xfb, 0xdf, 0x26, 0x56, 0x94, 0xf3, 0x17, - 0x9f, 0x46, 0x19, 0xc6, 0x10, 0xb7, 0xe4, 0xfc, 0x58, 0x98, 0x1b, 0xc2, 0x18, 0x0a, 0x0f, 0xa7, - 0x24, 0xd1, 0x0a, 0x94, 0xe5, 0x15, 0xa6, 0xc8, 0xef, 0x79, 0xa1, 0x56, 0x96, 0xf7, 0x9c, 0x38, - 0x91, 0x49, 0x6d, 0xc0, 0xe9, 0x0b, 0x37, 0xa0, 0x01, 0xf9, 0x9e, 0x63, 0xf3, 0x94, 0x28, 0x1b, - 0xcf, 0xc5, 0x05, 0xf0, 0xf6, 0xce, 0xe6, 0x59, 0xbf, 0xf1, 0xc4, 0xb8, 0xfb, 0xff, 0xf0, 0xb4, - 0x4b, 0x82, 0xe6, 0xed, 0x9d, 0x4d, 0xcc, 0x94, 0xcf, 0x4b, 0xd2, 0xe2, 0x84, 0x49, 0xba, 0x06, - 0x20, 0x46, 0xcd, 0xb4, 0xa3, 0xdc, 0x90, 0xd7, 0xb9, 0xd7, 0x25, 0x07, 0x2b, 0x52, 0x28, 0x80, - 0x79, 0x8b, 0x12, 0xfe, 0x9b, 0x2d, 0x7d, 0x10, 0x9a, 0x9d, 0xe8, 0x42, 0xb3, 0xb2, 0xf6, 0xb9, - 0x6c, 0x15, 0x93, 0xa9, 0x19, 0x8f, 0x0b, 0x37, 0xf3, 0x1b, 0xc3, 0xc6, 0xf0, 0xa8, 0x7d, 0xe4, - 0xc3, 0xbc, 0x2d, 0xae, 0x61, 0x12, 0xa7, 0xe5, 0x89, 0x9d, 0x3e, 0xca, 0x1c, 0x6e, 0x0e, 0x1b, - 0xc2, 0xa3, 0xb6, 0xd1, 0x37, 0x61, 0x31, 0x26, 0x8e, 0xde, 0x85, 0xd5, 0x81, 0xcf, 0xd4, 0xd2, - 0xa0, 0xdf, 0x58, 0xdc, 0x1c, 0x2b, 0x85, 0x1f, 0x60, 0x01, 0xd9, 0x50, 0x74, 0x23, 0x74, 0x51, - 0xe1, 0x1d, 0xe1, 0xcb, 0xd9, 0x46, 0x91, 0x64, 0x7f, 0x53, 0x45, 0x15, 0xf2, 0xae, 0x47, 0x00, - 0x0a, 0x61, 0x1b, 0x9d, 0x40, 0xc5, 0xf4, 0x3c, 0x3f, 0x34, 0xa3, 0xdb, 0xb9, 0x2a, 0x77, 0xb5, - 0x3e, 0xb1, 0xab, 0xf5, 0xc4, 0xc6, 0x10, 0x8a, 0x51, 0x38, 0x58, 0x75, 0x85, 0xee, 0xc1, 0xac, - 0x7f, 0xcf, 0x23, 0x14, 0x93, 0x03, 0x42, 0x89, 0x67, 0x91, 0xa0, 0x5e, 0xe3, 0xde, 0x5f, 0xc8, - 0xe8, 0x3d, 0xa5, 0x9c, 0xa4, 0x74, 0x9a, 0x1e, 0xe0, 0x61, 0x2f, 0xfc, 0xc4, 0xec, 0x78, 0x02, - 0x8b, 0xd6, 0x2f, 0x25, 0x77, 0xf2, 0xdb, 0x92, 0x8a, 0x15, 0x09, 0xf4, 0x79, 0xa8, 0x58, 0x6e, - 0x2f, 0x08, 0x49, 0x74, 0xf9, 0x3f, 0xcb, 0x77, 0x90, 0x1c, 0xdf, 0x46, 0xc2, 0xc2, 0xaa, 0x1c, - 0x3a, 0x84, 0xaa, 0xa3, 0x80, 0xde, 0xfa, 0x1c, 0xcf, 0xc5, 0xb5, 0x89, 0x91, 0x6e, 0x10, 0x9d, - 0x9f, 0x55, 0x0a, 0x4e, 0x59, 0x46, 0x6f, 0x6a, 0x50, 0xeb, 0x98, 0x9e, 0xd9, 0x26, 0x36, 0x6f, - 0x6c, 0x41, 0x7d, 0x9e, 0x4f, 0xe4, 0xc6, 0xc4, 0xcb, 0xb8, 0xab, 0x5a, 0x89, 0x16, 0x52, 0xf6, - 0xcc, 0x14, 0x0f, 0xa7, 0x1d, 0x2e, 0x7e, 0x11, 0x2a, 0x0f, 0x09, 0x03, 0x19, 0x8c, 0x1c, 0xce, - 0x9e, 0x89, 0xf4, 0x4f, 0x01, 0x8d, 0x86, 0x7d, 0x8e, 0x85, 0xdd, 0xf4, 0xbd, 0xe3, 0x17, 0x32, - 0x3f, 0x21, 0xb1, 0x3a, 0x28, 0x8c, 0xef, 0x91, 0x50, 0x45, 0xb0, 0x7f, 0xcc, 0xc1, 0xa5, 0x74, - 0xba, 0xc9, 0x93, 0x9e, 0x36, 0xf6, 0x29, 0x2b, 0xee, 0x49, 0xf9, 0xb1, 0x3d, 0x49, 0x94, 0xfe, - 0xe9, 0x8f, 0x52, 0xfa, 0xd7, 0x00, 0xcc, 0xae, 0x13, 0x57, 0xfd, 0xa8, 0x8b, 0xc8, 0xba, 0x9d, - 0x3c, 0xae, 0x60, 0x45, 0x8a, 0x3f, 0x56, 0xf9, 0x5e, 0x48, 0x7d, 0xd7, 0x25, 0x54, 0x40, 0x89, - 0xe8, 0xb1, 0x4a, 0x52, 0xb1, 0x22, 0x81, 0xb6, 0x01, 0xed, 0xbb, 0xbe, 0x75, 0xc4, 0xa7, 0x20, - 0xae, 0x72, 0xbc, 0x47, 0x94, 0xa2, 0x37, 0x02, 0x63, 0x84, 0x8b, 0xcf, 0xd1, 0xd0, 0x67, 0xa0, - 0xd0, 0x62, 0xa0, 0x4a, 0xbf, 0x05, 0xe9, 0xeb, 0x7d, 0xf4, 0x52, 0x34, 0x13, 0x9a, 0xbc, 0x7f, - 0x9f, 0x6c, 0x16, 0xf4, 0x2b, 0x50, 0xc6, 0xbe, 0x1f, 0xb6, 0xcc, 0xf0, 0x30, 0x40, 0x0d, 0x28, - 0x74, 0xd9, 0x0f, 0xf1, 0xb2, 0xc2, 0xef, 0x45, 0x39, 0x07, 0x47, 0x74, 0xfd, 0xc7, 0x1a, 0x3c, - 0x3e, 0xf6, 0x49, 0x87, 0xcd, 0xa8, 0x25, 0xbf, 0x44, 0x48, 0x72, 0x46, 0x13, 0x39, 0xac, 0x48, - 0x31, 0x1c, 0x9a, 0x7a, 0x07, 0x1a, 0xc6, 0xa1, 0x29, 0x6f, 0x38, 0x2d, 0xab, 0xff, 0x2b, 0x07, - 0xc5, 0xe8, 0x50, 0xfa, 0x09, 0x1f, 0x3d, 0x9e, 0x82, 0x62, 0xc0, 0xfd, 0x88, 0xf0, 0x64, 0xaf, - 0x88, 0xbc, 0x63, 0xc1, 0x65, 0x10, 0xae, 0x43, 0x82, 0xc0, 0x6c, 0xcb, 0xcb, 0xc0, 0xe4, 0xca, - 0x97, 0x93, 0x71, 0xcc, 0x47, 0x2f, 0xb2, 0x33, 0xb8, 0x19, 0x48, 0x54, 0xbc, 0x14, 0x9b, 0xc4, - 0x9c, 0x7a, 0xd6, 0x6f, 0x54, 0x85, 0x71, 0xfe, 0x8d, 0x85, 0x34, 0x7a, 0x0d, 0x66, 0x6c, 0x12, - 0x9a, 0x8e, 0x1b, 0x81, 0xe1, 0xcc, 0x0f, 0x45, 0x91, 0xb1, 0xcd, 0x48, 0xd5, 0xa8, 0xb0, 0x98, - 0xc4, 0x07, 0x8e, 0x0d, 0xb2, 0x8d, 0x67, 0xf9, 0x76, 0xf4, 0x7a, 0x5b, 0x48, 0x36, 0xde, 0x86, - 0x6f, 0x13, 0xcc, 0x39, 0xfa, 0xdb, 0x1a, 0x54, 0x22, 0x4b, 0x1b, 0x66, 0x2f, 0x20, 0x68, 0x55, - 0x8e, 0x22, 0x5a, 0xee, 0x18, 0x91, 0x4c, 0xbf, 0x72, 0xda, 0x25, 0x67, 0xfd, 0x46, 0x99, 0x8b, - 0xb1, 0x0f, 0x39, 0x00, 0x65, 0x8e, 0x72, 0x17, 0xcc, 0xd1, 0x93, 0x50, 0xe0, 0x07, 0x0f, 0x31, - 0x99, 0x12, 0xe6, 0xf2, 0x4a, 0x83, 0x23, 0x9e, 0xfe, 0x41, 0x0e, 0x6a, 0xa9, 0xc1, 0x65, 0xc0, - 0xb4, 0xf2, 0xa2, 0x28, 0x97, 0xe1, 0xf2, 0x71, 0xfc, 0x9b, 0xfb, 0xd7, 0xa1, 0x68, 0xb1, 0xf1, - 0xc5, 0xff, 0xf4, 0xb0, 0x3a, 0xc9, 0x52, 0xf0, 0x99, 0x49, 0x32, 0x89, 0x7f, 0x06, 0x58, 0x18, - 0x44, 0xd7, 0x61, 0x9e, 0x92, 0x90, 0x9e, 0xae, 0x1f, 0x84, 0x84, 0xaa, 0xa7, 0x9f, 0x42, 0x82, - 0xfa, 0xf0, 0xb0, 0x00, 0x1e, 0xd5, 0x89, 0x4b, 0x65, 0xf1, 0x23, 0x94, 0x4a, 0xdd, 0x85, 0xe9, - 0xff, 0xe2, 0x09, 0xe5, 0x1b, 0x50, 0x4e, 0x30, 0xe4, 0xc7, 0xec, 0x52, 0x7f, 0x1d, 0x4a, 0x2c, - 0x1b, 0xe3, 0xb3, 0xcf, 0x05, 0x9d, 0x28, 0xdd, 0x23, 0x72, 0x59, 0x7a, 0x84, 0xfe, 0x3c, 0xd4, - 0x6e, 0x77, 0xed, 0xc9, 0x1e, 0xac, 0xf5, 0x35, 0x88, 0xfe, 0xff, 0x82, 0x3f, 0x4d, 0xf1, 0x4b, - 0x0e, 0xa5, 0x04, 0xab, 0x37, 0x16, 0xca, 0x2d, 0xe3, 0x6f, 0x34, 0x98, 0x1f, 0x69, 0xbe, 0x43, - 0x21, 0x6b, 0x99, 0xda, 0xda, 0x3e, 0x14, 0x0f, 0x22, 0x58, 0xf4, 0x70, 0x4f, 0x31, 0x8b, 0x71, - 0x12, 0x47, 0xf8, 0x22, 0xf5, 0x22, 0x23, 0x2c, 0xeb, 0x6f, 0x69, 0x00, 0xfc, 0x7e, 0x60, 0xeb, - 0x98, 0x78, 0x21, 0x9b, 0x7b, 0x96, 0x64, 0xc3, 0x73, 0xcf, 0x2b, 0x05, 0xe7, 0xa0, 0xdb, 0x50, - 0xf4, 0x39, 0xee, 0x12, 0x41, 0x4d, 0x78, 0xdf, 0x23, 0x37, 0x56, 0x04, 0xde, 0xb0, 0x30, 0x66, - 0x5c, 0x7e, 0xf7, 0xc3, 0xa5, 0xa9, 0xf7, 0x3e, 0x5c, 0x9a, 0x7a, 0xff, 0xc3, 0xa5, 0xa9, 0x37, - 0x07, 0x4b, 0xda, 0xbb, 0x83, 0x25, 0xed, 0xbd, 0xc1, 0x92, 0xf6, 0xfe, 0x60, 0x49, 0xfb, 0x60, - 0xb0, 0xa4, 0xbd, 0xfd, 0xb7, 0xa5, 0xa9, 0xd7, 0x72, 0xc7, 0xab, 0xff, 0x09, 0x00, 0x00, 0xff, - 0xff, 0x92, 0x1e, 0xe2, 0x59, 0x19, 0x27, 0x00, 0x00, + 0xf5, 0x77, 0xcf, 0x78, 0xc6, 0x33, 0x6f, 0x66, 0x76, 0xed, 0x8a, 0xf3, 0xcf, 0xc4, 0x7f, 0xf0, + 0x38, 0x1d, 0x14, 0x36, 0x64, 0x33, 0x8e, 0x9d, 0x10, 0x96, 0x05, 0x02, 0x1e, 0x7f, 0xac, 0xac, + 0xac, 0x77, 0x47, 0xe5, 0xec, 0x46, 0x84, 0x15, 0xa4, 0xdd, 0x5d, 0x1e, 0x37, 0xee, 0xe9, 0x9e, + 0x54, 0xf7, 0x78, 0xd7, 0x70, 0x20, 0x48, 0x44, 0x70, 0x40, 0x28, 0x47, 0x04, 0x12, 0xca, 0x0a, + 0x2e, 0x88, 0x1b, 0x27, 0x2e, 0x70, 0x42, 0x22, 0x37, 0x22, 0x71, 0xc9, 0x01, 0x8d, 0x12, 0x73, + 0x40, 0x88, 0x03, 0xe2, 0xea, 0x13, 0xaa, 0x8f, 0xae, 0xae, 0x9e, 0xf1, 0xac, 0x7b, 0x36, 0x09, + 0xe2, 0xe4, 0xe9, 0xf7, 0x5d, 0x55, 0xaf, 0xde, 0xfb, 0x55, 0x95, 0x61, 0xe7, 0xf0, 0x4a, 0xd8, + 0x74, 0x83, 0xe5, 0xc3, 0xfe, 0x1e, 0xa1, 0x3e, 0x89, 0x48, 0xb8, 0x7c, 0x44, 0x7c, 0x27, 0xa0, + 0xcb, 0x92, 0x61, 0xf5, 0xdc, 0xae, 0x65, 0x1f, 0xb8, 0x3e, 0xa1, 0xc7, 0xcb, 0xbd, 0xc3, 0x0e, + 0x23, 0x84, 0xcb, 0x5d, 0x12, 0x59, 0xcb, 0x47, 0x2b, 0xcb, 0x1d, 0xe2, 0x13, 0x6a, 0x45, 0xc4, + 0x69, 0xf6, 0x68, 0x10, 0x05, 0xe8, 0x33, 0x42, 0xab, 0xa9, 0x6b, 0x35, 0x7b, 0x87, 0x1d, 0x46, + 0x08, 0x9b, 0x4c, 0xab, 0x79, 0xb4, 0xb2, 0xf0, 0x6c, 0xc7, 0x8d, 0x0e, 0xfa, 0x7b, 0x4d, 0x3b, + 0xe8, 0x2e, 0x77, 0x82, 0x4e, 0xb0, 0xcc, 0x95, 0xf7, 0xfa, 0xfb, 0xfc, 0x8b, 0x7f, 0xf0, 0x5f, + 0xc2, 0xe8, 0xc2, 0xd8, 0x50, 0x68, 0xdf, 0x8f, 0xdc, 0x2e, 0x19, 0x8e, 0x62, 0xe1, 0xc5, 0xf3, + 0x14, 0x42, 0xfb, 0x80, 0x74, 0xad, 0x61, 0x3d, 0xf3, 0x4f, 0x79, 0x28, 0xad, 0xb5, 0xb7, 0xaf, + 0xd1, 0xa0, 0xdf, 0x43, 0x4b, 0x30, 0xed, 0x5b, 0x5d, 0x52, 0x37, 0x96, 0x8c, 0x4b, 0xe5, 0x56, + 0xf5, 0xdd, 0x41, 0x63, 0xea, 0x64, 0xd0, 0x98, 0xbe, 0x61, 0x75, 0x09, 0xe6, 0x1c, 0xe4, 0x41, + 0xe9, 0x88, 0xd0, 0xd0, 0x0d, 0xfc, 0xb0, 0x9e, 0x5b, 0xca, 0x5f, 0xaa, 0xac, 0xbe, 0xd4, 0xcc, + 0x32, 0xfe, 0x26, 0x77, 0x70, 0x5b, 0xa8, 0x6e, 0x05, 0x74, 0xc3, 0x0d, 0xed, 0xe0, 0x88, 0xd0, + 0xe3, 0xd6, 0xac, 0xf4, 0x52, 0x92, 0xcc, 0x10, 0x2b, 0x0f, 0xe8, 0x07, 0x06, 0xcc, 0xf6, 0x28, + 0xd9, 0x27, 0x94, 0x12, 0x47, 0xf2, 0xeb, 0xf9, 0x25, 0xe3, 0x63, 0x70, 0x5b, 0x97, 0x6e, 0x67, + 0xdb, 0x43, 0xf6, 0xf1, 0x88, 0x47, 0xf4, 0x4b, 0x03, 0x16, 0x42, 0x42, 0x8f, 0x08, 0x5d, 0x73, + 0x1c, 0x4a, 0xc2, 0xb0, 0x75, 0xbc, 0xee, 0xb9, 0xc4, 0x8f, 0xd6, 0xb7, 0x37, 0x70, 0x58, 0x9f, + 0xe6, 0xf3, 0xf0, 0xd5, 0x6c, 0x01, 0xed, 0x8e, 0xb3, 0xd3, 0x32, 0x65, 0x44, 0x0b, 0x63, 0x45, + 0x42, 0xfc, 0x80, 0x30, 0xcc, 0x7d, 0xa8, 0xc6, 0x0b, 0x79, 0xdd, 0x0d, 0x23, 0x74, 0x1b, 0x8a, + 0x1d, 0xf6, 0x11, 0xd6, 0x0d, 0x1e, 0x60, 0x33, 0x5b, 0x80, 0xb1, 0x8d, 0xd6, 0x05, 0x19, 0x4f, + 0x91, 0x7f, 0x86, 0x58, 0x5a, 0x33, 0x7f, 0x9f, 0x87, 0xca, 0x5a, 0x7b, 0x1b, 0x93, 0x30, 0xe8, + 0x53, 0x9b, 0x64, 0x48, 0x9a, 0x55, 0x00, 0xf6, 0x37, 0xec, 0x59, 0x36, 0x71, 0xea, 0xb9, 0x25, + 0xe3, 0x52, 0xa9, 0x85, 0xa4, 0x1c, 0xdc, 0x50, 0x1c, 0xac, 0x49, 0x31, 0xab, 0x87, 0xae, 0xef, + 0xf0, 0xd5, 0xd6, 0xac, 0xbe, 0xec, 0xfa, 0x0e, 0xe6, 0x1c, 0x74, 0x1d, 0x0a, 0x47, 0x84, 0xee, + 0xb1, 0xf9, 0x67, 0x09, 0xf1, 0x4c, 0xb6, 0xe1, 0xdd, 0x66, 0x2a, 0xad, 0xf2, 0xc9, 0xa0, 0x51, + 0xe0, 0x3f, 0xb1, 0x30, 0x82, 0x9a, 0x00, 0xe1, 0x41, 0x40, 0x23, 0x1e, 0x4e, 0xbd, 0xb0, 0x94, + 0xbf, 0x54, 0x6e, 0x5d, 0x60, 0xf1, 0xed, 0x2a, 0x2a, 0xd6, 0x24, 0xd0, 0x15, 0xa8, 0x86, 0xae, + 0xdf, 0xe9, 0x7b, 0x16, 0x65, 0x84, 0x7a, 0x91, 0xc7, 0x39, 0x2f, 0xe3, 0xac, 0xee, 0x6a, 0x3c, + 0x9c, 0x92, 0x64, 0x9e, 0x6c, 0x2b, 0x22, 0x9d, 0x80, 0xba, 0x24, 0xac, 0xcf, 0x24, 0x9e, 0xd6, + 0x15, 0x15, 0x6b, 0x12, 0xe8, 0x49, 0x28, 0xf0, 0x99, 0xaf, 0x97, 0xb8, 0x8b, 0x9a, 0x74, 0x51, + 0xe0, 0xcb, 0x82, 0x05, 0x0f, 0x3d, 0x0d, 0x33, 0x72, 0xd7, 0xd4, 0xcb, 0x5c, 0xec, 0xa2, 0x14, + 0x9b, 0x89, 0xd3, 0x3a, 0xe6, 0x9b, 0xbf, 0x35, 0xe0, 0xa2, 0xb6, 0x7e, 0x3c, 0x57, 0xae, 0x40, + 0xb5, 0xa3, 0xed, 0x14, 0xb9, 0x96, 0x6a, 0x34, 0xfa, 0x2e, 0xc2, 0x29, 0x49, 0x44, 0xa0, 0x4c, + 0xa5, 0xa5, 0xb8, 0x22, 0xac, 0x64, 0x4e, 0xb4, 0x38, 0x86, 0xc4, 0x93, 0x46, 0x0c, 0x71, 0x62, + 0xd9, 0xfc, 0xbb, 0xc1, 0x93, 0x2e, 0xae, 0x11, 0xe8, 0x92, 0x56, 0x87, 0x0c, 0x3e, 0x85, 0xd5, + 0x31, 0x35, 0xe4, 0x9c, 0xcd, 0x9b, 0xfb, 0x9f, 0xd8, 0xbc, 0x57, 0x4b, 0x3f, 0x7d, 0xa7, 0x31, + 0xf5, 0xe6, 0x5f, 0x97, 0xa6, 0xcc, 0xb7, 0x0c, 0xa8, 0xad, 0x53, 0x62, 0x45, 0xe4, 0x66, 0x2f, + 0xe2, 0x23, 0x30, 0xa1, 0xe8, 0xd0, 0x63, 0xdc, 0xf7, 0xe5, 0x48, 0x81, 0x6d, 0xca, 0x0d, 0x4e, + 0xc1, 0x92, 0x83, 0xda, 0x30, 0xef, 0xfa, 0xb6, 0xd7, 0x77, 0xc8, 0x2d, 0xdf, 0xf5, 0xdd, 0xc8, + 0xb5, 0x3c, 0xf7, 0x3b, 0x6a, 0xb3, 0x7d, 0x4a, 0x46, 0x37, 0xbf, 0x7d, 0x86, 0x0c, 0x3e, 0x53, + 0xd3, 0xfc, 0x61, 0x1e, 0x6a, 0x1b, 0xc4, 0x23, 0x49, 0x1c, 0x5b, 0x80, 0x3a, 0xd4, 0xb2, 0x49, + 0x9b, 0x50, 0x37, 0x70, 0x76, 0x89, 0x1d, 0xf8, 0x4e, 0xc8, 0x53, 0x25, 0xdf, 0xfa, 0xbf, 0x93, + 0x41, 0x03, 0x5d, 0x1b, 0xe1, 0xe2, 0x33, 0x34, 0x90, 0x07, 0xb5, 0x1e, 0xe5, 0xbf, 0xdd, 0x48, + 0x36, 0x12, 0xb6, 0x81, 0x9f, 0xcf, 0xb6, 0x06, 0x6d, 0x5d, 0xb5, 0x35, 0x77, 0x32, 0x68, 0xd4, + 0x52, 0x24, 0x9c, 0x36, 0x8e, 0xbe, 0x06, 0xb3, 0x01, 0xed, 0x1d, 0x58, 0xfe, 0x06, 0xe9, 0x11, + 0xdf, 0x21, 0x7e, 0x14, 0xf2, 0xa2, 0x52, 0x6a, 0xcd, 0xb3, 0xf2, 0x7f, 0x73, 0x88, 0x87, 0x47, + 0xa4, 0xd1, 0x6b, 0x30, 0xd7, 0xa3, 0x41, 0xcf, 0xea, 0x58, 0xcc, 0x62, 0x3b, 0xf0, 0x5c, 0xfb, + 0x98, 0x17, 0x9d, 0x72, 0xeb, 0xf2, 0xc9, 0xa0, 0x31, 0xd7, 0x1e, 0x66, 0x9e, 0x0e, 0x1a, 0x8f, + 0xf0, 0xa9, 0x63, 0x94, 0x84, 0x89, 0x47, 0xcd, 0x68, 0x6b, 0x5b, 0x18, 0xb7, 0xb6, 0xe6, 0x36, + 0x94, 0x36, 0xfa, 0x94, 0x6b, 0xa1, 0xaf, 0x40, 0xc9, 0x91, 0xbf, 0xe5, 0xcc, 0x3f, 0x11, 0xf7, + 0xcf, 0x58, 0xe6, 0x74, 0xd0, 0xa8, 0xb1, 0x8e, 0xdf, 0x8c, 0x09, 0x58, 0xa9, 0x98, 0x77, 0xa0, + 0xb6, 0x79, 0xaf, 0x17, 0xd0, 0x28, 0x5e, 0xd3, 0xa7, 0xa0, 0x48, 0x38, 0x81, 0x5b, 0x2b, 0x25, + 0x45, 0x5f, 0x88, 0x61, 0xc9, 0x65, 0x45, 0x88, 0xdc, 0xb3, 0xec, 0x48, 0x26, 0x94, 0x2a, 0x42, + 0x9b, 0x8c, 0x88, 0x05, 0xcf, 0xfc, 0xb9, 0x01, 0x68, 0xcb, 0x25, 0x9e, 0xc3, 0xea, 0xdc, 0x6d, + 0xcb, 0xeb, 0x93, 0xb6, 0xe5, 0xd2, 0x0c, 0x0d, 0xc2, 0x86, 0xc2, 0x11, 0x13, 0x97, 0x99, 0xf0, + 0x5c, 0xb6, 0x4c, 0xe0, 0xae, 0xb8, 0x9b, 0xd6, 0xff, 0xc7, 0xf1, 0xf0, 0xcf, 0xd3, 0x41, 0x03, + 0x12, 0x26, 0x16, 0xb6, 0xcd, 0x9f, 0xe5, 0x60, 0x96, 0x53, 0xdb, 0x56, 0x74, 0xb0, 0xe9, 0x91, + 0x2e, 0xf1, 0x23, 0xf4, 0x0c, 0x94, 0xf7, 0xe3, 0x88, 0x65, 0x80, 0xb5, 0x93, 0x41, 0xa3, 0xac, + 0x86, 0x81, 0x13, 0x3e, 0x7a, 0x15, 0xf2, 0x87, 0xe4, 0x58, 0x96, 0x8c, 0x2b, 0x13, 0x04, 0x99, + 0x9a, 0x8f, 0x56, 0x45, 0x06, 0x9b, 0x7f, 0x99, 0x1c, 0x63, 0x66, 0x11, 0x7d, 0x2b, 0x1e, 0x7f, + 0xfe, 0x21, 0xc7, 0xff, 0xd8, 0x83, 0xc7, 0x8e, 0x1a, 0x50, 0x70, 0x7d, 0x87, 0xdc, 0xe3, 0x69, + 0x5b, 0x10, 0xed, 0x6f, 0x9b, 0x11, 0xb0, 0xa0, 0x9b, 0x7f, 0x36, 0xa0, 0xc4, 0xd5, 0x76, 0x49, + 0x84, 0x2c, 0x98, 0xe9, 0x92, 0xee, 0x1e, 0xa1, 0x31, 0x74, 0x78, 0x71, 0x82, 0x80, 0xb4, 0xd9, + 0x4d, 0x9a, 0xd0, 0x8e, 0x30, 0x87, 0x63, 0xbb, 0xe8, 0x75, 0x28, 0xd9, 0x07, 0xae, 0xe7, 0x50, + 0xe2, 0xcb, 0xf9, 0x5c, 0x9d, 0xc0, 0xc7, 0x2e, 0x89, 0x6e, 0x04, 0x0e, 0x49, 0xb0, 0xe3, 0xba, + 0xb4, 0x85, 0x95, 0x55, 0xf3, 0x1f, 0x06, 0x54, 0x75, 0x61, 0xf4, 0x7d, 0x03, 0x2a, 0xbd, 0x24, + 0x38, 0xbe, 0xda, 0x0f, 0x3f, 0xb4, 0xcf, 0x4a, 0xd7, 0x15, 0x8d, 0x78, 0x3a, 0x68, 0x8c, 0x64, + 0x18, 0xd6, 0x7d, 0xa2, 0x5b, 0x90, 0x0f, 0x49, 0x24, 0xd3, 0xbc, 0x39, 0xd9, 0x88, 0x5b, 0x8f, + 0xb0, 0x9c, 0xd9, 0x25, 0xcc, 0x8d, 0x5a, 0x2b, 0xcc, 0xec, 0x99, 0xff, 0x36, 0x40, 0x5b, 0x74, + 0x86, 0x30, 0xf6, 0xbd, 0xc0, 0x8a, 0xf8, 0x97, 0xcc, 0x6a, 0x8e, 0x30, 0xb6, 0x14, 0x15, 0x6b, + 0x12, 0xac, 0x99, 0xba, 0xbe, 0x94, 0xce, 0xf1, 0x04, 0xe1, 0xcd, 0x74, 0x5b, 0xd2, 0xb0, 0xe2, + 0xa2, 0x15, 0xa8, 0x84, 0x11, 0x75, 0xfd, 0xce, 0x6d, 0x95, 0xae, 0xe5, 0xd6, 0x45, 0x36, 0x0d, + 0xbb, 0x09, 0x19, 0xeb, 0x32, 0xe8, 0x05, 0xa8, 0xee, 0x05, 0x81, 0x47, 0x2c, 0x5f, 0xe8, 0x4c, + 0xf3, 0x02, 0x32, 0xcb, 0x9a, 0x7d, 0x4b, 0xa3, 0xe3, 0x94, 0x14, 0xaf, 0x19, 0x7d, 0xcf, 0xab, + 0x17, 0xb8, 0x74, 0x52, 0x33, 0xfa, 0x9e, 0x87, 0x39, 0xc7, 0xbc, 0x6f, 0x00, 0x5c, 0x23, 0xaa, + 0x90, 0xad, 0xc1, 0xc5, 0x18, 0x2d, 0xa4, 0x41, 0xcc, 0x63, 0x52, 0xf7, 0x22, 0x4e, 0xb3, 0xf1, + 0xb0, 0xfc, 0x27, 0xd0, 0x43, 0xef, 0x40, 0x99, 0x43, 0x27, 0x86, 0x5a, 0x13, 0x1c, 0x67, 0x3c, + 0x00, 0xc7, 0xc5, 0xb0, 0x37, 0x37, 0x0e, 0xf6, 0x6a, 0x48, 0xc1, 0x83, 0x9a, 0xd0, 0x8d, 0x91, + 0x78, 0x26, 0x0f, 0x97, 0xa1, 0x14, 0x0f, 0x5c, 0x7a, 0x51, 0xbb, 0x28, 0x36, 0x84, 0x95, 0x84, + 0xe6, 0xed, 0x00, 0x52, 0x30, 0x30, 0x9b, 0x33, 0x0d, 0x96, 0xe6, 0x1e, 0x0c, 0x4b, 0x35, 0x4f, + 0xdf, 0x83, 0xfa, 0xb8, 0x63, 0xdb, 0x47, 0x00, 0xaa, 0xd9, 0x43, 0x31, 0x7f, 0x62, 0xc0, 0xac, + 0x6e, 0x29, 0xfb, 0xf2, 0x65, 0x77, 0x72, 0xfe, 0x01, 0x47, 0x9b, 0x91, 0x5f, 0x18, 0x30, 0x9f, + 0x1a, 0xda, 0x44, 0x2b, 0x3e, 0x41, 0x50, 0x7a, 0x72, 0xe4, 0x27, 0x48, 0x8e, 0x65, 0xa8, 0x6c, + 0xab, 0xbc, 0xcf, 0xd0, 0xf1, 0xcd, 0x3f, 0x18, 0x50, 0xd5, 0x34, 0x42, 0x74, 0x07, 0x66, 0x18, + 0xe0, 0x72, 0xfd, 0x8e, 0xec, 0x39, 0x19, 0x4f, 0x11, 0x9a, 0x91, 0x64, 0x5c, 0x6d, 0x61, 0x09, + 0xc7, 0x26, 0x51, 0x1b, 0x8a, 0x94, 0x84, 0x7d, 0x2f, 0x2e, 0xbd, 0x97, 0x33, 0xe2, 0xfd, 0xc8, + 0x8a, 0xfa, 0xa1, 0x00, 0x65, 0x98, 0xeb, 0x63, 0x69, 0xc7, 0xfc, 0x4b, 0x0e, 0x6a, 0xd7, 0xad, + 0x3d, 0xe2, 0xed, 0x12, 0x8f, 0xd8, 0x51, 0x40, 0xd1, 0x77, 0xa1, 0xd2, 0xb5, 0x22, 0xfb, 0x80, + 0x53, 0xe3, 0xce, 0xb9, 0x91, 0xcd, 0x51, 0xca, 0x52, 0x73, 0x27, 0x31, 0xb3, 0xe9, 0x47, 0xf4, + 0xb8, 0xf5, 0x48, 0xdc, 0x6c, 0x34, 0x0e, 0xd6, 0xbd, 0xf1, 0x9b, 0x12, 0xfe, 0xbd, 0x79, 0xaf, + 0xc7, 0x4e, 0x17, 0x93, 0x5f, 0xd0, 0xa4, 0x42, 0xc0, 0xe4, 0x8d, 0xbe, 0x4b, 0x45, 0xa7, 0x53, + 0x37, 0x25, 0x3b, 0x43, 0xf6, 0xf1, 0x88, 0xc7, 0x85, 0x97, 0x60, 0x76, 0x38, 0x78, 0x34, 0x2b, + 0x50, 0x13, 0xcf, 0x05, 0x01, 0x77, 0xe6, 0x75, 0xb8, 0x57, 0x96, 0x18, 0xe5, 0x6a, 0xee, 0x8a, + 0x61, 0xfe, 0xca, 0x80, 0xfa, 0xb8, 0x40, 0xd0, 0xa7, 0x35, 0x43, 0x67, 0x80, 0xa8, 0x4d, 0x28, + 0x05, 0x3d, 0x42, 0xad, 0x28, 0xa0, 0x32, 0xcf, 0x9f, 0x8e, 0x73, 0xf7, 0xa6, 0xa4, 0x9f, 0x0e, + 0x1a, 0x8f, 0xa6, 0xcc, 0xc7, 0x0c, 0xac, 0x54, 0x19, 0x22, 0xe7, 0xf1, 0xb0, 0x53, 0x82, 0x42, + 0xe4, 0xbc, 0x29, 0x85, 0x58, 0x72, 0xcc, 0xdf, 0x19, 0x30, 0xcd, 0xcf, 0xcd, 0x77, 0xa0, 0xc4, + 0xe6, 0xcf, 0xb1, 0x22, 0x4b, 0xe2, 0x89, 0x8c, 0x4d, 0x9d, 0x69, 0xef, 0x90, 0xc8, 0x4a, 0xf6, + 0x57, 0x4c, 0xc1, 0xca, 0x22, 0xc2, 0x50, 0x70, 0x23, 0xd2, 0x8d, 0x17, 0xf2, 0xd9, 0xb1, 0xa6, + 0xe5, 0x1d, 0x5f, 0x13, 0x5b, 0x77, 0x37, 0xef, 0x45, 0xc4, 0x67, 0x8b, 0x91, 0x14, 0x83, 0x6d, + 0x66, 0x03, 0x0b, 0x53, 0xe6, 0xaf, 0x0d, 0x50, 0xae, 0xd8, 0x76, 0x0f, 0x89, 0xb7, 0x7f, 0xdd, + 0xf5, 0x0f, 0xe5, 0xb4, 0xaa, 0x70, 0x76, 0x25, 0x1d, 0x2b, 0x89, 0xb3, 0x5a, 0x6c, 0x6e, 0xc2, + 0x16, 0x7b, 0x19, 0x4a, 0x76, 0xe0, 0x47, 0xae, 0xdf, 0x1f, 0xa9, 0x2f, 0xeb, 0x92, 0x8e, 0x95, + 0x84, 0xf9, 0x5e, 0x1e, 0x2a, 0x2c, 0xd6, 0xb8, 0xc7, 0x7f, 0x09, 0x6a, 0x9e, 0xbe, 0x7a, 0x32, + 0xe6, 0x47, 0xa5, 0x89, 0xf4, 0x7e, 0xc4, 0x69, 0x59, 0xa6, 0xbc, 0x2f, 0x40, 0x93, 0x54, 0xce, + 0xa5, 0x95, 0xb7, 0x74, 0x26, 0x4e, 0xcb, 0xb2, 0x3a, 0x7b, 0x97, 0xe5, 0xb5, 0x3c, 0x39, 0xaa, + 0xa9, 0x7d, 0x95, 0x11, 0xb1, 0xe0, 0x9d, 0x35, 0x3f, 0xd3, 0x13, 0xce, 0xcf, 0x55, 0xb8, 0xc0, + 0x16, 0x32, 0xe8, 0x47, 0xf1, 0xf1, 0xba, 0xc0, 0x0f, 0x79, 0xe8, 0x64, 0xd0, 0xb8, 0xf0, 0x4a, + 0x8a, 0x83, 0x87, 0x24, 0xc7, 0xc2, 0x97, 0xe2, 0xc3, 0xc2, 0x17, 0x36, 0x6a, 0xcf, 0xed, 0xba, + 0x51, 0x7d, 0x86, 0x07, 0xa1, 0x46, 0x7d, 0x9d, 0x11, 0xb1, 0xe0, 0xa5, 0x96, 0xb4, 0x74, 0xee, + 0x92, 0xbe, 0x01, 0xe5, 0x1d, 0xd7, 0xa6, 0x01, 0x1b, 0x0b, 0x6b, 0x4c, 0x61, 0xea, 0x16, 0x41, + 0x15, 0xf0, 0x78, 0x8c, 0x31, 0x9f, 0x85, 0xe2, 0x5b, 0x7e, 0x10, 0x4a, 0x7c, 0xaa, 0x42, 0xb9, + 0xc1, 0x88, 0x58, 0xf0, 0xae, 0xce, 0xb3, 0x7e, 0xf4, 0xa3, 0xfb, 0x8d, 0xa9, 0xb7, 0xef, 0x37, + 0xa6, 0xde, 0xb9, 0x2f, 0x7b, 0xd3, 0x3f, 0xab, 0x00, 0x37, 0xf7, 0xbe, 0x4d, 0x6c, 0x91, 0xf3, + 0xe7, 0x9f, 0x46, 0x19, 0xc6, 0x90, 0xb7, 0xe4, 0xfc, 0x58, 0x98, 0x1b, 0xc2, 0x18, 0x1a, 0x0f, + 0xa7, 0x24, 0xd1, 0x32, 0x94, 0xd5, 0x15, 0xa6, 0xcc, 0xef, 0x39, 0xa9, 0x56, 0x56, 0xf7, 0x9c, + 0x38, 0x91, 0x49, 0x6d, 0xc0, 0xe9, 0x73, 0x37, 0x60, 0x0b, 0xf2, 0x7d, 0xd7, 0xe1, 0x29, 0x51, + 0x6e, 0x3d, 0x17, 0x17, 0xc0, 0x5b, 0xdb, 0x1b, 0xa7, 0x83, 0xc6, 0x13, 0xe3, 0xee, 0xff, 0xa3, + 0xe3, 0x1e, 0x09, 0x9b, 0xb7, 0xb6, 0x37, 0x30, 0x53, 0x3e, 0x2b, 0x49, 0x8b, 0x13, 0x26, 0xe9, + 0x2a, 0x80, 0x1c, 0x35, 0xd3, 0x16, 0xb9, 0xa1, 0xae, 0x73, 0xaf, 0x29, 0x0e, 0xd6, 0xa4, 0x50, + 0x08, 0x73, 0x36, 0x25, 0xfc, 0x37, 0x5b, 0xfa, 0x30, 0xb2, 0xba, 0xe2, 0x42, 0xb3, 0xb2, 0xfa, + 0xb9, 0x6c, 0x15, 0x93, 0xa9, 0xb5, 0x1e, 0x97, 0x6e, 0xe6, 0xd6, 0x87, 0x8d, 0xe1, 0x51, 0xfb, + 0x28, 0x80, 0x39, 0x47, 0x5e, 0xc3, 0x24, 0x4e, 0xcb, 0x13, 0x3b, 0x7d, 0x94, 0x39, 0xdc, 0x18, + 0x36, 0x84, 0x47, 0x6d, 0xa3, 0x6f, 0xc2, 0x42, 0x4c, 0x1c, 0xbd, 0x0b, 0xab, 0x03, 0x9f, 0xa9, + 0xc5, 0x93, 0x41, 0x63, 0x61, 0x63, 0xac, 0x14, 0x7e, 0x80, 0x05, 0xe4, 0x40, 0xd1, 0x13, 0xe8, + 0xa2, 0xc2, 0x3b, 0xc2, 0x97, 0xb3, 0x8d, 0x22, 0xc9, 0xfe, 0xa6, 0x8e, 0x2a, 0xd4, 0x5d, 0x8f, + 0x04, 0x14, 0xd2, 0x36, 0xba, 0x07, 0x15, 0xcb, 0xf7, 0x83, 0xc8, 0x12, 0xb7, 0x73, 0x55, 0xee, + 0x6a, 0x6d, 0x62, 0x57, 0x6b, 0x89, 0x8d, 0x21, 0x14, 0xa3, 0x71, 0xb0, 0xee, 0x0a, 0xdd, 0x85, + 0x8b, 0xc1, 0x5d, 0x9f, 0x50, 0x4c, 0xf6, 0x09, 0x25, 0xbe, 0x4d, 0xc2, 0x7a, 0x8d, 0x7b, 0x7f, + 0x21, 0xa3, 0xf7, 0x94, 0x72, 0x92, 0xd2, 0x69, 0x7a, 0x88, 0x87, 0xbd, 0xf0, 0x13, 0xb3, 0xeb, + 0x4b, 0x2c, 0x5a, 0xbf, 0x90, 0xdc, 0xc9, 0x6f, 0x29, 0x2a, 0xd6, 0x24, 0xd0, 0xe7, 0xa1, 0x62, + 0x7b, 0xfd, 0x30, 0x22, 0xe2, 0xf2, 0xff, 0x22, 0xdf, 0x41, 0x6a, 0x7c, 0xeb, 0x09, 0x0b, 0xeb, + 0x72, 0xe8, 0x00, 0xaa, 0xae, 0x06, 0x7a, 0xeb, 0xb3, 0x3c, 0x17, 0x57, 0x27, 0x46, 0xba, 0xa1, + 0x38, 0x3f, 0xeb, 0x14, 0x9c, 0xb2, 0x8c, 0xde, 0x34, 0xa0, 0xd6, 0xb5, 0x7c, 0xab, 0x43, 0x1c, + 0xde, 0xd8, 0xc2, 0xfa, 0x1c, 0x9f, 0xc8, 0xf5, 0x89, 0x97, 0x71, 0x47, 0xb7, 0x22, 0x16, 0x52, + 0xf5, 0xcc, 0x14, 0x0f, 0xa7, 0x1d, 0x2e, 0x7c, 0x11, 0x2a, 0x0f, 0x09, 0x03, 0x19, 0x8c, 0x1c, + 0xce, 0x9e, 0x89, 0xf4, 0x8f, 0x01, 0x8d, 0x86, 0x7d, 0x86, 0x85, 0x9d, 0xf4, 0xbd, 0xe3, 0x17, + 0x32, 0x3f, 0x21, 0xb1, 0x3a, 0x28, 0x8d, 0xef, 0x92, 0x48, 0x47, 0xb0, 0x7f, 0xcc, 0xc1, 0x85, + 0x74, 0xba, 0xa9, 0x93, 0x9e, 0x31, 0xf6, 0x29, 0x2b, 0xee, 0x49, 0xf9, 0xb1, 0x3d, 0x49, 0x96, + 0xfe, 0xe9, 0x8f, 0x52, 0xfa, 0x57, 0x01, 0xac, 0x9e, 0x1b, 0x57, 0x7d, 0xd1, 0x45, 0x54, 0xdd, + 0x4e, 0x1e, 0x57, 0xb0, 0x26, 0xc5, 0x1f, 0xab, 0x02, 0x3f, 0xa2, 0x81, 0xe7, 0x11, 0x2a, 0xa1, + 0x84, 0x78, 0xac, 0x52, 0x54, 0xac, 0x49, 0xa0, 0x2d, 0x40, 0x7b, 0x5e, 0x60, 0x1f, 0xf2, 0x29, + 0x88, 0xab, 0x1c, 0xef, 0x11, 0x25, 0xf1, 0x46, 0xd0, 0x1a, 0xe1, 0xe2, 0x33, 0x34, 0xcc, 0x19, + 0x28, 0xb4, 0x19, 0xa8, 0x32, 0x77, 0xa1, 0xca, 0x7f, 0x4c, 0xf2, 0x18, 0xd2, 0x80, 0xc2, 0x7e, + 0x10, 0xdf, 0x6f, 0x94, 0xc4, 0x6d, 0xe7, 0x16, 0x23, 0x60, 0x41, 0x37, 0x6f, 0x42, 0xfa, 0xcd, + 0x00, 0xbd, 0x24, 0xa6, 0xd7, 0x50, 0x97, 0xfa, 0x93, 0x4d, 0xad, 0x79, 0x19, 0xca, 0x38, 0x08, + 0xa2, 0xb6, 0x15, 0x1d, 0x84, 0xcc, 0x7d, 0x8f, 0xfd, 0x90, 0x11, 0x72, 0xf7, 0x9c, 0x83, 0x05, + 0xdd, 0xfc, 0xb1, 0x01, 0x8f, 0x8f, 0x7d, 0x27, 0x62, 0xcb, 0x64, 0xab, 0x2f, 0x19, 0x92, 0x5a, + 0xa6, 0x44, 0x0e, 0x6b, 0x52, 0x0c, 0xdc, 0xa6, 0x1e, 0x97, 0x86, 0xc1, 0x6d, 0xca, 0x1b, 0x4e, + 0xcb, 0x9a, 0xff, 0xca, 0x41, 0x51, 0x9c, 0x74, 0x3f, 0xe1, 0xf3, 0xcc, 0x53, 0x50, 0x0c, 0xb9, + 0x1f, 0x19, 0x9e, 0x6a, 0x40, 0xc2, 0x3b, 0x96, 0x5c, 0x86, 0x0b, 0xbb, 0x24, 0x0c, 0xad, 0x8e, + 0xba, 0x61, 0x4c, 0xee, 0x91, 0x39, 0x19, 0xc7, 0x7c, 0xf4, 0x22, 0x3b, 0xd8, 0x5b, 0xa1, 0x82, + 0xda, 0x8b, 0xb1, 0x49, 0xcc, 0xa9, 0xa7, 0x83, 0x46, 0x55, 0x1a, 0xe7, 0xdf, 0x58, 0x4a, 0xa3, + 0xd7, 0x60, 0xc6, 0x21, 0x91, 0xe5, 0x7a, 0x02, 0x61, 0x67, 0x7e, 0x7d, 0x12, 0xc6, 0x36, 0x84, + 0x6a, 0xab, 0xc2, 0x62, 0x92, 0x1f, 0x38, 0x36, 0xc8, 0x76, 0xb3, 0x1d, 0x38, 0xe2, 0x49, 0xb8, + 0x90, 0xec, 0xe6, 0xf5, 0xc0, 0x21, 0x98, 0x73, 0xcc, 0xb7, 0x0d, 0xa8, 0x08, 0x4b, 0xeb, 0x56, + 0x3f, 0x24, 0x68, 0x45, 0x8d, 0x42, 0x2c, 0x77, 0x0c, 0x73, 0xa6, 0x5f, 0x39, 0xee, 0x91, 0xd3, + 0x41, 0xa3, 0xcc, 0xc5, 0xd8, 0x87, 0x1a, 0x80, 0x36, 0x47, 0xb9, 0x73, 0xe6, 0xe8, 0x49, 0x28, + 0xf0, 0xd3, 0x8c, 0x9c, 0x4c, 0x85, 0x9d, 0x79, 0xf9, 0xc2, 0x82, 0x67, 0x7e, 0x90, 0x83, 0x5a, + 0x6a, 0x70, 0x19, 0x80, 0xb2, 0xba, 0x7d, 0xca, 0x65, 0xb8, 0xd1, 0x1c, 0xff, 0x90, 0xff, 0x75, + 0x28, 0xda, 0x6c, 0x7c, 0xf1, 0x7f, 0x52, 0xac, 0x4c, 0xb2, 0x14, 0x7c, 0x66, 0x92, 0x4c, 0xe2, + 0x9f, 0x21, 0x96, 0x06, 0xd1, 0x35, 0x98, 0xa3, 0x24, 0xa2, 0xc7, 0x6b, 0xfb, 0x11, 0xa1, 0xfa, + 0x91, 0xaa, 0x90, 0x40, 0x49, 0x3c, 0x2c, 0x80, 0x47, 0x75, 0xe2, 0xfa, 0x5b, 0xfc, 0x08, 0xf5, + 0xd7, 0xf4, 0x60, 0xfa, 0xbf, 0x78, 0xec, 0xf9, 0x06, 0x94, 0x13, 0x60, 0xfa, 0x31, 0xbb, 0x34, + 0x5f, 0x87, 0x12, 0xcb, 0xc6, 0xf8, 0x40, 0x75, 0x4e, 0x7b, 0x4b, 0x37, 0x9e, 0x5c, 0x96, 0xc6, + 0x63, 0x3e, 0x0f, 0xb5, 0x5b, 0x3d, 0x67, 0xb2, 0x57, 0x70, 0x73, 0x15, 0xc4, 0x3f, 0x75, 0xf0, + 0xf7, 0x2e, 0x7e, 0x73, 0xa2, 0x95, 0x60, 0xfd, 0x1a, 0x44, 0xbb, 0xba, 0xfc, 0x8d, 0x01, 0x73, + 0x23, 0x1d, 0x7d, 0x28, 0x64, 0x23, 0x53, 0xaf, 0xdc, 0x83, 0xe2, 0xbe, 0xc0, 0x5a, 0x0f, 0xf7, + 0xbe, 0xb3, 0x10, 0x27, 0xb1, 0x00, 0x2d, 0xa9, 0x67, 0x1e, 0x69, 0xd9, 0x7c, 0xcb, 0x00, 0xe0, + 0x97, 0x0e, 0x9b, 0x47, 0xc4, 0x8f, 0xd8, 0xdc, 0xb3, 0x24, 0x1b, 0x9e, 0x7b, 0x5e, 0x29, 0x38, + 0x07, 0xdd, 0x82, 0x62, 0xc0, 0xc1, 0x9c, 0x0c, 0x6a, 0xc2, 0x4b, 0x24, 0xb5, 0xb1, 0x04, 0x22, + 0xc4, 0xd2, 0x58, 0xeb, 0xd2, 0xbb, 0x1f, 0x2e, 0x4e, 0xbd, 0xf7, 0xe1, 0xe2, 0xd4, 0xfb, 0x1f, + 0x2e, 0x4e, 0xbd, 0x79, 0xb2, 0x68, 0xbc, 0x7b, 0xb2, 0x68, 0xbc, 0x77, 0xb2, 0x68, 0xbc, 0x7f, + 0xb2, 0x68, 0x7c, 0x70, 0xb2, 0x68, 0xbc, 0xfd, 0xb7, 0xc5, 0xa9, 0xd7, 0x72, 0x47, 0x2b, 0xff, + 0x09, 0x00, 0x00, 0xff, 0xff, 0x7d, 0xc1, 0xf6, 0x11, 0x6e, 0x27, 0x00, 0x00, } diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto index ef601d96a52..510f75eeb60 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto +++ b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto @@ -748,6 +748,24 @@ message OwnerReference { message Patch { } +// PatchOptions may be provided when patching an API object. +// PatchOptions is meant to be a superset of UpdateOptions. +message PatchOptions { + // When present, indicates that modifications should not be + // persisted. An invalid or unrecognized dryRun directive will + // result in an error response and no further processing of the + // request. Valid values are: + // - All: all dry run stages will be processed + // +optional + repeated string dryRun = 1; + + // Force is going to "force" Apply requests. It means user will + // re-acquire conflicting fields owned by other people. Force + // flag must be unset for non-apply patch requests. + // +optional + optional bool force = 2; +} + // Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out. message Preconditions { // Specifies the target UID. @@ -933,6 +951,7 @@ message TypeMeta { } // UpdateOptions may be provided when updating an API object. +// All fields in UpdateOptions should also be present in PatchOptions. message UpdateOptions { // When present, indicates that modifications should not be // persisted. An invalid or unrecognized dryRun directive will diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go index 02b2605b18d..32f9dad7bb2 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go +++ b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go @@ -317,6 +317,16 @@ func (Patch) SwaggerDoc() map[string]string { return map_Patch } +var map_PatchOptions = map[string]string{ + "": "PatchOptions may be provided when patching an API object. PatchOptions is meant to be a superset of UpdateOptions.", + "dryRun": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "force": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", +} + +func (PatchOptions) SwaggerDoc() map[string]string { + return map_PatchOptions +} + var map_Preconditions = map[string]string{ "": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.", "uid": "Specifies the target UID.", @@ -395,7 +405,7 @@ func (TypeMeta) SwaggerDoc() map[string]string { } var map_UpdateOptions = map[string]string{ - "": "UpdateOptions may be provided when updating an API object.", + "": "UpdateOptions may be provided when updating an API object. All fields in UpdateOptions should also be present in PatchOptions.", "dryRun": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", } diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/validation/validation.go b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/validation/validation.go index 6db0f70a761..02364d7fa31 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/validation/validation.go +++ b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/validation/validation.go @@ -103,7 +103,7 @@ func ValidatePatchOptions(options *metav1.PatchOptions, patchType types.PatchTyp if patchType != types.ApplyPatchType && options.Force != nil { allErrs = append(allErrs, field.Forbidden(field.NewPath("force"), "may not be specified for non-apply patch")) } - allErrs = append(allErrs, ValidateUpdateOptions(&options.UpdateOptions)...) + allErrs = append(allErrs, validateDryRun(field.NewPath("dryRun"), options.DryRun)...) return allErrs } diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.deepcopy.go b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.deepcopy.go index b1a87c3dadb..320d1a700dc 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.deepcopy.go +++ b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.deepcopy.go @@ -883,6 +883,41 @@ func (in *Patch) DeepCopy() *Patch { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *PatchOptions) DeepCopyInto(out *PatchOptions) { + *out = *in + out.TypeMeta = in.TypeMeta + if in.DryRun != nil { + in, out := &in.DryRun, &out.DryRun + *out = make([]string, len(*in)) + copy(*out, *in) + } + if in.Force != nil { + in, out := &in.Force, &out.Force + *out = new(bool) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PatchOptions. +func (in *PatchOptions) DeepCopy() *PatchOptions { + if in == nil { + return nil + } + out := new(PatchOptions) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *PatchOptions) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Preconditions) DeepCopyInto(out *Preconditions) { *out = *in