Skip to content

Commit 25ade46

Browse files
committed
Update autogenerated files.
1 parent edb08ab commit 25ade46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/swagger-spec/openshift-openapi-spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55440,7 +55440,7 @@
5544055440
"type": "boolean"
5544155441
},
5544255442
"allowedCapabilities": {
55443-
"description": "AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field maybe added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities.",
55443+
"description": "AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field maybe added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities. To allow all capabilities you may use '*'.",
5544455444
"type": "array",
5544555445
"items": {
5544655446
"type": "string"

pkg/openapi/zz_generated.openapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21916,7 +21916,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
2191621916
},
2191721917
"allowedCapabilities": {
2191821918
SchemaProps: spec.SchemaProps{
21919-
Description: "AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field maybe added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities.",
21919+
Description: "AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field maybe added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities. To allow all capabilities you may use '*'.",
2192021920
Type: []string{"array"},
2192121921
Items: &spec.SchemaOrArray{
2192221922
Schema: &spec.Schema{

0 commit comments

Comments
 (0)