Clarify errors in ProjectedVolume validation
Also clarify API docs.
This commit is contained in:
		
							
								
								
									
										4
									
								
								api/openapi-spec/swagger.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								api/openapi-spec/swagger.json
									
									
									
										generated
									
									
									
								
							| @@ -10054,7 +10054,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": { | ||||
|             "$ref": "#/definitions/io.k8s.api.core.v1.VolumeProjection" | ||||
|           }, | ||||
| @@ -11841,7 +11841,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": { | ||||
|           "$ref": "#/definitions/io.k8s.api.core.v1.ClusterTrustBundleProjection", | ||||
|   | ||||
| @@ -6133,7 +6133,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": [ | ||||
|                 { | ||||
| @@ -8311,7 +8311,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": [ | ||||
|   | ||||
| @@ -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": [ | ||||
|   | ||||
| @@ -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": [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tim Hockin
					Tim Hockin