summaryrefslogtreecommitdiff
path: root/vendor/gems/kubeclient/test/json/created_security_context_constraint.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gems/kubeclient/test/json/created_security_context_constraint.json')
-rw-r--r--vendor/gems/kubeclient/test/json/created_security_context_constraint.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/vendor/gems/kubeclient/test/json/created_security_context_constraint.json b/vendor/gems/kubeclient/test/json/created_security_context_constraint.json
new file mode 100644
index 00000000000..c2981712cb5
--- /dev/null
+++ b/vendor/gems/kubeclient/test/json/created_security_context_constraint.json
@@ -0,0 +1,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"
+ ]
+}