You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.
"description": "This describes a requirement for persistent, read-only or read-write storage that should be available to the Container Application at runtime. The name of this object MUST be 'persistentVolume'",
"type": "object",
"properties": {
"persistentVolume": {
"type": "object",
"required": [ "name", "accessMode", "size" ],
"properties": {
"name": {
"description": "A name associated with the storage requirement.",
"type": "string",
"default": "null"
},
"accessMode": {
"description": "The access mode, read-write or read-only, for the storage",