Skip to content

Commit 6b0e2c4

Browse files
committed
generated
1 parent 2136eac commit 6b0e2c4

File tree

433 files changed

+1697
-93960
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

433 files changed

+1697
-93960
lines changed

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14095,7 +14095,7 @@
1409514095
"200": {
1409614096
"description": "OK",
1409714097
"schema": {
14098-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.SecurityContextConstraintsList"
14098+
"$ref": "#/definitions/com.github.openshift.api.security.v1.SecurityContextConstraintsList"
1409914099
}
1410014100
},
1410114101
"401": {
@@ -14132,15 +14132,15 @@
1413214132
"in": "body",
1413314133
"required": true,
1413414134
"schema": {
14135-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.SecurityContextConstraints"
14135+
"$ref": "#/definitions/com.github.openshift.api.security.v1.SecurityContextConstraints"
1413614136
}
1413714137
}
1413814138
],
1413914139
"responses": {
1414014140
"200": {
1414114141
"description": "OK",
1414214142
"schema": {
14143-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.SecurityContextConstraints"
14143+
"$ref": "#/definitions/com.github.openshift.api.security.v1.SecurityContextConstraints"
1414414144
}
1414514145
},
1414614146
"401": {
@@ -14295,7 +14295,7 @@
1429514295
"200": {
1429614296
"description": "OK",
1429714297
"schema": {
14298-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.SecurityContextConstraints"
14298+
"$ref": "#/definitions/com.github.openshift.api.security.v1.SecurityContextConstraints"
1429914299
}
1430014300
},
1430114301
"401": {
@@ -14332,15 +14332,15 @@
1433214332
"in": "body",
1433314333
"required": true,
1433414334
"schema": {
14335-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.SecurityContextConstraints"
14335+
"$ref": "#/definitions/com.github.openshift.api.security.v1.SecurityContextConstraints"
1433614336
}
1433714337
}
1433814338
],
1433914339
"responses": {
1434014340
"200": {
1434114341
"description": "OK",
1434214342
"schema": {
14343-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.SecurityContextConstraints"
14343+
"$ref": "#/definitions/com.github.openshift.api.security.v1.SecurityContextConstraints"
1434414344
}
1434514345
},
1434614346
"401": {
@@ -14453,7 +14453,7 @@
1445314453
"200": {
1445414454
"description": "OK",
1445514455
"schema": {
14456-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.SecurityContextConstraints"
14456+
"$ref": "#/definitions/com.github.openshift.api.security.v1.SecurityContextConstraints"
1445714457
}
1445814458
},
1445914459
"401": {
@@ -54140,7 +54140,7 @@
5414054140
}
5414154141
},
5414254142
"definitions": {
54143-
"com.github.openshift.origin.pkg.security.apis.security.v1.AllowedFlexVolume": {
54143+
"com.github.openshift.api.security.v1.AllowedFlexVolume": {
5414454144
"description": "AllowedFlexVolume represents a single Flexvolume that is allowed to be used.",
5414554145
"properties": {
5414654146
"driver": {
@@ -54149,14 +54149,14 @@
5414954149
}
5415054150
}
5415154151
},
54152-
"com.github.openshift.origin.pkg.security.apis.security.v1.FSGroupStrategyOptions": {
54152+
"com.github.openshift.api.security.v1.FSGroupStrategyOptions": {
5415354153
"description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.",
5415454154
"properties": {
5415554155
"ranges": {
5415654156
"description": "Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end.",
5415754157
"type": "array",
5415854158
"items": {
54159-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.IDRange"
54159+
"$ref": "#/definitions/com.github.openshift.api.security.v1.IDRange"
5416054160
}
5416154161
},
5416254162
"type": {
@@ -54165,7 +54165,7 @@
5416554165
}
5416654166
}
5416754167
},
54168-
"com.github.openshift.origin.pkg.security.apis.security.v1.IDRange": {
54168+
"com.github.openshift.api.security.v1.IDRange": {
5416954169
"description": "IDRange provides a min/max of an allowed range of IDs.",
5417054170
"properties": {
5417154171
"max": {
@@ -54180,7 +54180,7 @@
5418054180
}
5418154181
}
5418254182
},
54183-
"com.github.openshift.origin.pkg.security.apis.security.v1.RunAsUserStrategyOptions": {
54183+
"com.github.openshift.api.security.v1.RunAsUserStrategyOptions": {
5418454184
"description": "RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.",
5418554185
"properties": {
5418654186
"type": {
@@ -54204,7 +54204,7 @@
5420454204
}
5420554205
}
5420654206
},
54207-
"com.github.openshift.origin.pkg.security.apis.security.v1.SELinuxContextStrategyOptions": {
54207+
"com.github.openshift.api.security.v1.SELinuxContextStrategyOptions": {
5420854208
"description": "SELinuxContextStrategyOptions defines the strategy type and any options used to create the strategy.",
5420954209
"properties": {
5421054210
"seLinuxOptions": {
@@ -54217,7 +54217,7 @@
5421754217
}
5421854218
}
5421954219
},
54220-
"com.github.openshift.origin.pkg.security.apis.security.v1.SecurityContextConstraints": {
54220+
"com.github.openshift.api.security.v1.SecurityContextConstraints": {
5422154221
"description": "SecurityContextConstraints governs the ability to make requests that affect the SecurityContext that will be applied to a container.",
5422254222
"required": [
5422354223
"priority",
@@ -54270,7 +54270,7 @@
5427054270
"description": "AllowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"Volumes\" field.",
5427154271
"type": "array",
5427254272
"items": {
54273-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.AllowedFlexVolume"
54273+
"$ref": "#/definitions/com.github.openshift.api.security.v1.AllowedFlexVolume"
5427454274
}
5427554275
},
5427654276
"apiVersion": {
@@ -54286,7 +54286,7 @@
5428654286
},
5428754287
"fsGroup": {
5428854288
"description": "FSGroup is the strategy that will dictate what fs group is used by the SecurityContext.",
54289-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.FSGroupStrategyOptions"
54289+
"$ref": "#/definitions/com.github.openshift.api.security.v1.FSGroupStrategyOptions"
5429054290
},
5429154291
"groups": {
5429254292
"description": "The groups that have permission to use this security context constraints",
@@ -54321,11 +54321,11 @@
5432154321
},
5432254322
"runAsUser": {
5432354323
"description": "RunAsUser is the strategy that will dictate what RunAsUser is used in the SecurityContext.",
54324-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.RunAsUserStrategyOptions"
54324+
"$ref": "#/definitions/com.github.openshift.api.security.v1.RunAsUserStrategyOptions"
5432554325
},
5432654326
"seLinuxContext": {
5432754327
"description": "SELinuxContext is the strategy that will dictate what labels will be set in the SecurityContext.",
54328-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.SELinuxContextStrategyOptions"
54328+
"$ref": "#/definitions/com.github.openshift.api.security.v1.SELinuxContextStrategyOptions"
5432954329
},
5433054330
"seccompProfiles": {
5433154331
"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.",
@@ -54336,7 +54336,7 @@
5433654336
},
5433754337
"supplementalGroups": {
5433854338
"description": "SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.",
54339-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.SupplementalGroupsStrategyOptions"
54339+
"$ref": "#/definitions/com.github.openshift.api.security.v1.SupplementalGroupsStrategyOptions"
5434054340
},
5434154341
"users": {
5434254342
"description": "The users who have permissions to use this security context constraints",
@@ -54366,7 +54366,7 @@
5436654366
}
5436754367
]
5436854368
},
54369-
"com.github.openshift.origin.pkg.security.apis.security.v1.SecurityContextConstraintsList": {
54369+
"com.github.openshift.api.security.v1.SecurityContextConstraintsList": {
5437054370
"description": "SecurityContextConstraintsList is a list of SecurityContextConstraints objects",
5437154371
"required": [
5437254372
"items"
@@ -54380,7 +54380,7 @@
5438054380
"description": "List of security context constraints.",
5438154381
"type": "array",
5438254382
"items": {
54383-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.SecurityContextConstraints"
54383+
"$ref": "#/definitions/com.github.openshift.api.security.v1.SecurityContextConstraints"
5438454384
}
5438554385
},
5438654386
"kind": {
@@ -54405,14 +54405,14 @@
5440554405
}
5440654406
]
5440754407
},
54408-
"com.github.openshift.origin.pkg.security.apis.security.v1.SupplementalGroupsStrategyOptions": {
54408+
"com.github.openshift.api.security.v1.SupplementalGroupsStrategyOptions": {
5440954409
"description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.",
5441054410
"properties": {
5441154411
"ranges": {
5441254412
"description": "Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end.",
5441354413
"type": "array",
5441454414
"items": {
54415-
"$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis.security.v1.IDRange"
54415+
"$ref": "#/definitions/com.github.openshift.api.security.v1.IDRange"
5441654416
}
5441754417
},
5441854418
"type": {

hack/update-generated-protobuf.sh

Lines changed: 0 additions & 63 deletions
This file was deleted.

hack/update-generated-swagger-descriptions.sh

Lines changed: 0 additions & 76 deletions
This file was deleted.

hack/verify-generated-protobuf.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

hack/verify-generated-swagger-descriptions.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)