Merge pull request #1497 from zapman449/zapman449/1494-tolerate-null-sources-projected-volumes
tolerate null sources on projected volumes
This commit is contained in:
commit
f3dbc8cbf1
@ -99,9 +99,6 @@ class V1ProjectedVolumeSource(object):
|
||||
:param sources: The sources of this V1ProjectedVolumeSource. # noqa: E501
|
||||
:type: list[V1VolumeProjection]
|
||||
"""
|
||||
if self.local_vars_configuration.client_side_validation and sources is None: # noqa: E501
|
||||
raise ValueError("Invalid value for `sources`, must not be `None`") # noqa: E501
|
||||
|
||||
self._sources = sources
|
||||
|
||||
def to_dict(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user