Skip to content

Commit bd56ef8

Browse files
committed
Update auto-generated files.
1 parent 075e3ed commit bd56ef8

File tree

9 files changed

+263
-166
lines changed

9 files changed

+263
-166
lines changed

api/swagger-spec/api-v1.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -22773,7 +22773,8 @@
2277322773
"allowHostPorts",
2277422774
"allowHostPID",
2277522775
"allowHostIPC",
22776-
"readOnlyRootFilesystem"
22776+
"readOnlyRootFilesystem",
22777+
"allowedFlexDrivers"
2277722778
],
2277822779
"properties": {
2277922780
"kind": {
@@ -22885,6 +22886,12 @@
2288522886
"type": "string"
2288622887
},
2288722888
"description": "SeccompProfiles lists the allowed profiles that may be set for the pod or container's seccomp annotations. An unset (nil) or empty value means that no profiles may be specifid by the pod or container.\tThe wildcard '*' may be used to allow all profiles. When used to generate a value for a pod the first non-wildcard profile will be used as the default."
22889+
},
22890+
"allowedFlexDrivers": {
22891+
"type": "array",
22892+
"items": {
22893+
"type": "string"
22894+
}
2288822895
}
2288922896
}
2289022897
},

pkg/authorization/apis/authorization/v1/generated.pb.go

+64-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/openapi/zz_generated.openapi.go

+15-1
Original file line numberDiff line numberDiff line change
@@ -9329,8 +9329,22 @@ func GetOpenAPIDefinitions(ref openapi.ReferenceCallback) map[string]openapi.Ope
93299329
},
93309330
},
93319331
},
9332+
"allowedFlexDrivers": {
9333+
SchemaProps: spec.SchemaProps{
9334+
Description: "AllowedFlexDrivers is a whitelist of allowed Flexvolume drivers. Empty or nil indicates that all drivers may be used.",
9335+
Type: []string{"array"},
9336+
Items: &spec.SchemaOrArray{
9337+
Schema: &spec.Schema{
9338+
SchemaProps: spec.SchemaProps{
9339+
Type: []string{"string"},
9340+
Format: "",
9341+
},
9342+
},
9343+
},
9344+
},
9345+
},
93329346
},
9333-
Required: []string{"priority", "allowPrivilegedContainer", "defaultAddCapabilities", "requiredDropCapabilities", "allowedCapabilities", "allowHostDirVolumePlugin", "volumes", "allowHostNetwork", "allowHostPorts", "allowHostPID", "allowHostIPC", "readOnlyRootFilesystem"},
9347+
Required: []string{"priority", "allowPrivilegedContainer", "defaultAddCapabilities", "requiredDropCapabilities", "allowedCapabilities", "allowHostDirVolumePlugin", "volumes", "allowHostNetwork", "allowHostPorts", "allowHostPID", "allowHostIPC", "readOnlyRootFilesystem", "allowedFlexDrivers"},
93349348
},
93359349
},
93369350
Dependencies: []string{

0 commit comments

Comments
 (0)