Welcome to mirror list, hosted at ThFree Co, Russian Federation.

created_security_context_constraint.json « json « test « kubeclient « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2981712cb5e5546366b178a211a044badd38258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
    "allowHostDirVolumePlugin": false,
    "allowHostIPC": false,
    "allowHostNetwork": false,
    "allowHostPID": false,
    "allowHostPorts": false,
    "allowPrivilegedContainer": false,
    "allowedCapabilities": null,
    "allowedFlexVolumes": null,
    "apiVersion": "security.openshift.io/v1",
    "defaultAddCapabilities": null,
    "fsGroup": {
        "type": "RunAsAny"
    },
    "groups": [],
    "kind": "SecurityContextConstraints",
    "metadata": {
        "creationTimestamp": "2018-11-23T10:01:42Z",
        "name": "teleportation",
        "resourceVersion": "5274",
        "selfLink": "/apis/security.openshift.io/v1/securitycontextconstraints/teleportation",
        "uid": "c6e8e2ec-ef06-11e8-b4c0-68f728fac3ab"
    },
    "priority": null,
    "readOnlyRootFilesystem": false,
    "requiredDropCapabilities": null,
    "runAsUser": {
        "type": "MustRunAs"
    },
    "seLinuxContext": {
        "type": "MustRunAs"
    },
    "supplementalGroups": {
        "type": "RunAsAny"
    },
    "users": [],
    "volumes": [
        "awsElasticBlockStore",
        "azureDisk",
        "azureFile",
        "cephFS",
        "cinder",
        "configMap",
        "downwardAPI",
        "emptyDir",
        "fc",
        "flexVolume",
        "flocker",
        "gcePersistentDisk",
        "gitRepo",
        "glusterfs",
        "iscsi",
        "nfs",
        "persistentVolumeClaim",
        "photonPersistentDisk",
        "portworxVolume",
        "projected",
        "quobyte",
        "rbd",
        "scaleIO",
        "secret",
        "storageOS",
        "vsphere"
    ]
}