Merge pull request #125940 from thockin/master

Clarify errors in ProjectedVolume validation
This commit is contained in:
Kubernetes Prow Robot
2024-07-17 13:09:51 -07:00
committed by GitHub
9 changed files with 22 additions and 20 deletions

View File

@@ -6163,7 +6163,7 @@
"type": "integer"
},
"sources": {
"description": "sources is the list of volume projections",
"description": "sources is the list of volume projections. Each entry in this list handles one source.",
"items": {
"allOf": [
{
@@ -8341,7 +8341,7 @@
"type": "object"
},
"io.k8s.api.core.v1.VolumeProjection": {
"description": "Projection that may be projected along with other supported volume types",
"description": "Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.",
"properties": {
"clusterTrustBundle": {
"allOf": [

View File

@@ -4173,7 +4173,7 @@
"type": "integer"
},
"sources": {
"description": "sources is the list of volume projections",
"description": "sources is the list of volume projections. Each entry in this list handles one source.",
"items": {
"allOf": [
{
@@ -5190,7 +5190,7 @@
"type": "object"
},
"io.k8s.api.core.v1.VolumeProjection": {
"description": "Projection that may be projected along with other supported volume types",
"description": "Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.",
"properties": {
"clusterTrustBundle": {
"allOf": [

View File

@@ -3377,7 +3377,7 @@
"type": "integer"
},
"sources": {
"description": "sources is the list of volume projections",
"description": "sources is the list of volume projections. Each entry in this list handles one source.",
"items": {
"allOf": [
{
@@ -4394,7 +4394,7 @@
"type": "object"
},
"io.k8s.api.core.v1.VolumeProjection": {
"description": "Projection that may be projected along with other supported volume types",
"description": "Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.",
"properties": {
"clusterTrustBundle": {
"allOf": [