Skip to content

Commit dc63045

Browse files
committed
Update generated files.
1 parent dbea4af commit dc63045

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

api/protobuf-spec/github_com_openshift_origin_pkg_security_apis_security_v1.proto

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

api/swagger-spec/api-v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22791,7 +22791,7 @@
2279122791
"priority": {
2279222792
"type": "integer",
2279322793
"format": "int32",
22794-
"description": "Priority influences the sort order of SCCs when evaluating which SCCs to try first for a given pod request based on access in the Users and Groups fields. The higher the int, the higher priority. If scores for multiple SCCs are equal they will be sorted by name."
22794+
"description": "Priority influences the sort order of SCCs when evaluating which SCCs to try first for a given pod request based on access in the Users and Groups fields. The higher the int, the higher priority. An unset value is considered a 0 priority. If scores for multiple SCCs are equal they will be sorted from most restrictive to least restrictive. If both priorities and restrictions are equal the SCCs will be sorted by name."
2279522795
},
2279622796
"allowPrivilegedContainer": {
2279722797
"type": "boolean",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -99137,7 +99137,7 @@
9913799137
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
9913899138
},
9913999139
"priority": {
99140-
"description": "Priority influences the sort order of SCCs when evaluating which SCCs to try first for a given pod request based on access in the Users and Groups fields. The higher the int, the higher priority. If scores for multiple SCCs are equal they will be sorted by name.",
99140+
"description": "Priority influences the sort order of SCCs when evaluating which SCCs to try first for a given pod request based on access in the Users and Groups fields. The higher the int, the higher priority. An unset value is considered a 0 priority. If scores for multiple SCCs are equal they will be sorted from most restrictive to least restrictive. If both priorities and restrictions are equal the SCCs will be sorted by name.",
9914199141
"type": "integer",
9914299142
"format": "int32"
9914399143
},

pkg/openapi/zz_generated.openapi.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9153,7 +9153,7 @@ func GetOpenAPIDefinitions(ref openapi.ReferenceCallback) map[string]openapi.Ope
91539153
},
91549154
"priority": {
91559155
SchemaProps: spec.SchemaProps{
9156-
Description: "Priority influences the sort order of SCCs when evaluating which SCCs to try first for a given pod request based on access in the Users and Groups fields. The higher the int, the higher priority. If scores for multiple SCCs are equal they will be sorted by name.",
9156+
Description: "Priority influences the sort order of SCCs when evaluating which SCCs to try first for a given pod request based on access in the Users and Groups fields. The higher the int, the higher priority. An unset value is considered a 0 priority. If scores for multiple SCCs are equal they will be sorted from most restrictive to least restrictive. If both priorities and restrictions are equal the SCCs will be sorted by name.",
91579157
Type: []string{"integer"},
91589158
Format: "int32",
91599159
},

pkg/security/apis/security/v1/generated.proto

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

pkg/security/apis/security/v1/swagger_doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (SELinuxContextStrategyOptions) SwaggerDoc() map[string]string {
130130
var map_SecurityContextConstraints = map[string]string{
131131
"": "SecurityContextConstraints governs the ability to make requests that affect the SecurityContext that will be applied to a container.",
132132
"metadata": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata",
133-
"priority": "Priority influences the sort order of SCCs when evaluating which SCCs to try first for a given pod request based on access in the Users and Groups fields. The higher the int, the higher priority. If scores for multiple SCCs are equal they will be sorted by name.",
133+
"priority": "Priority influences the sort order of SCCs when evaluating which SCCs to try first for a given pod request based on access in the Users and Groups fields. The higher the int, the higher priority. An unset value is considered a 0 priority. If scores for multiple SCCs are equal they will be sorted from most restrictive to least restrictive. If both priorities and restrictions are equal the SCCs will be sorted by name.",
134134
"allowPrivilegedContainer": "AllowPrivilegedContainer determines if a container can request to be run as privileged.",
135135
"defaultAddCapabilities": "DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capabiility in both DefaultAddCapabilities and RequiredDropCapabilities.",
136136
"requiredDropCapabilities": "RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.",

0 commit comments

Comments
 (0)