14095
14095
"200": {
14096
14096
"description": "OK",
14097
14097
"schema": {
14098
- "$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis .security.v1.SecurityContextConstraintsList"
14098
+ "$ref": "#/definitions/com.github.openshift.api .security.v1.SecurityContextConstraintsList"
14099
14099
}
14100
14100
},
14101
14101
"401": {
@@ -14132,15 +14132,15 @@
14132
14132
"in": "body",
14133
14133
"required": true,
14134
14134
"schema": {
14135
- "$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis .security.v1.SecurityContextConstraints"
14135
+ "$ref": "#/definitions/com.github.openshift.api .security.v1.SecurityContextConstraints"
14136
14136
}
14137
14137
}
14138
14138
],
14139
14139
"responses": {
14140
14140
"200": {
14141
14141
"description": "OK",
14142
14142
"schema": {
14143
- "$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis .security.v1.SecurityContextConstraints"
14143
+ "$ref": "#/definitions/com.github.openshift.api .security.v1.SecurityContextConstraints"
14144
14144
}
14145
14145
},
14146
14146
"401": {
14295
14295
"200": {
14296
14296
"description": "OK",
14297
14297
"schema": {
14298
- "$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis .security.v1.SecurityContextConstraints"
14298
+ "$ref": "#/definitions/com.github.openshift.api .security.v1.SecurityContextConstraints"
14299
14299
}
14300
14300
},
14301
14301
"401": {
@@ -14332,15 +14332,15 @@
14332
14332
"in": "body",
14333
14333
"required": true,
14334
14334
"schema": {
14335
- "$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis .security.v1.SecurityContextConstraints"
14335
+ "$ref": "#/definitions/com.github.openshift.api .security.v1.SecurityContextConstraints"
14336
14336
}
14337
14337
}
14338
14338
],
14339
14339
"responses": {
14340
14340
"200": {
14341
14341
"description": "OK",
14342
14342
"schema": {
14343
- "$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis .security.v1.SecurityContextConstraints"
14343
+ "$ref": "#/definitions/com.github.openshift.api .security.v1.SecurityContextConstraints"
14344
14344
}
14345
14345
},
14346
14346
"401": {
14453
14453
"200": {
14454
14454
"description": "OK",
14455
14455
"schema": {
14456
- "$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis .security.v1.SecurityContextConstraints"
14456
+ "$ref": "#/definitions/com.github.openshift.api .security.v1.SecurityContextConstraints"
14457
14457
}
14458
14458
},
14459
14459
"401": {
54140
54140
}
54141
54141
},
54142
54142
"definitions": {
54143
- "com.github.openshift.origin.pkg.security.apis .security.v1.AllowedFlexVolume": {
54143
+ "com.github.openshift.api .security.v1.AllowedFlexVolume": {
54144
54144
"description": "AllowedFlexVolume represents a single Flexvolume that is allowed to be used.",
54145
54145
"properties": {
54146
54146
"driver": {
@@ -54149,14 +54149,14 @@
54149
54149
}
54150
54150
}
54151
54151
},
54152
- "com.github.openshift.origin.pkg.security.apis .security.v1.FSGroupStrategyOptions": {
54152
+ "com.github.openshift.api .security.v1.FSGroupStrategyOptions": {
54153
54153
"description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.",
54154
54154
"properties": {
54155
54155
"ranges": {
54156
54156
"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.",
54157
54157
"type": "array",
54158
54158
"items": {
54159
- "$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis .security.v1.IDRange"
54159
+ "$ref": "#/definitions/com.github.openshift.api .security.v1.IDRange"
54160
54160
}
54161
54161
},
54162
54162
"type": {
54165
54165
}
54166
54166
}
54167
54167
},
54168
- "com.github.openshift.origin.pkg.security.apis .security.v1.IDRange": {
54168
+ "com.github.openshift.api .security.v1.IDRange": {
54169
54169
"description": "IDRange provides a min/max of an allowed range of IDs.",
54170
54170
"properties": {
54171
54171
"max": {
54180
54180
}
54181
54181
}
54182
54182
},
54183
- "com.github.openshift.origin.pkg.security.apis .security.v1.RunAsUserStrategyOptions": {
54183
+ "com.github.openshift.api .security.v1.RunAsUserStrategyOptions": {
54184
54184
"description": "RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.",
54185
54185
"properties": {
54186
54186
"type": {
54204
54204
}
54205
54205
}
54206
54206
},
54207
- "com.github.openshift.origin.pkg.security.apis .security.v1.SELinuxContextStrategyOptions": {
54207
+ "com.github.openshift.api .security.v1.SELinuxContextStrategyOptions": {
54208
54208
"description": "SELinuxContextStrategyOptions defines the strategy type and any options used to create the strategy.",
54209
54209
"properties": {
54210
54210
"seLinuxOptions": {
54217
54217
}
54218
54218
}
54219
54219
},
54220
- "com.github.openshift.origin.pkg.security.apis .security.v1.SecurityContextConstraints": {
54220
+ "com.github.openshift.api .security.v1.SecurityContextConstraints": {
54221
54221
"description": "SecurityContextConstraints governs the ability to make requests that affect the SecurityContext that will be applied to a container.",
54222
54222
"required": [
54223
54223
"priority",
54270
54270
"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.",
54271
54271
"type": "array",
54272
54272
"items": {
54273
- "$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis .security.v1.AllowedFlexVolume"
54273
+ "$ref": "#/definitions/com.github.openshift.api .security.v1.AllowedFlexVolume"
54274
54274
}
54275
54275
},
54276
54276
"apiVersion": {
54286
54286
},
54287
54287
"fsGroup": {
54288
54288
"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"
54290
54290
},
54291
54291
"groups": {
54292
54292
"description": "The groups that have permission to use this security context constraints",
@@ -54321,11 +54321,11 @@
54321
54321
},
54322
54322
"runAsUser": {
54323
54323
"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"
54325
54325
},
54326
54326
"seLinuxContext": {
54327
54327
"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"
54329
54329
},
54330
54330
"seccompProfiles": {
54331
54331
"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
54336
},
54337
54337
"supplementalGroups": {
54338
54338
"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"
54340
54340
},
54341
54341
"users": {
54342
54342
"description": "The users who have permissions to use this security context constraints",
54366
54366
}
54367
54367
]
54368
54368
},
54369
- "com.github.openshift.origin.pkg.security.apis .security.v1.SecurityContextConstraintsList": {
54369
+ "com.github.openshift.api .security.v1.SecurityContextConstraintsList": {
54370
54370
"description": "SecurityContextConstraintsList is a list of SecurityContextConstraints objects",
54371
54371
"required": [
54372
54372
"items"
54380
54380
"description": "List of security context constraints.",
54381
54381
"type": "array",
54382
54382
"items": {
54383
- "$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis .security.v1.SecurityContextConstraints"
54383
+ "$ref": "#/definitions/com.github.openshift.api .security.v1.SecurityContextConstraints"
54384
54384
}
54385
54385
},
54386
54386
"kind": {
@@ -54405,14 +54405,14 @@
54405
54405
}
54406
54406
]
54407
54407
},
54408
- "com.github.openshift.origin.pkg.security.apis .security.v1.SupplementalGroupsStrategyOptions": {
54408
+ "com.github.openshift.api .security.v1.SupplementalGroupsStrategyOptions": {
54409
54409
"description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.",
54410
54410
"properties": {
54411
54411
"ranges": {
54412
54412
"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.",
54413
54413
"type": "array",
54414
54414
"items": {
54415
- "$ref": "#/definitions/com.github.openshift.origin.pkg.security.apis .security.v1.IDRange"
54415
+ "$ref": "#/definitions/com.github.openshift.api .security.v1.IDRange"
54416
54416
}
54417
54417
},
54418
54418
"type": {
0 commit comments