Merge pull request #94161 from RyPeck/mark-volume-projection-as-optional

Make ProjectedVolumeSource optional
This commit is contained in:
Kubernetes Prow Robot
2020-08-29 15:44:22 -07:00
committed by GitHub
3 changed files with 2 additions and 3 deletions

View File

@@ -8899,9 +8899,6 @@
"type": "array"
}
},
"required": [
"sources"
],
"type": "object"
},
"io.k8s.api.core.v1.QuobyteVolumeSource": {