Skip to content

Commit

Permalink
workaround for CRD conditions validation
Browse files Browse the repository at this point in the history
  • Loading branch information
roycaihw committed Jul 19, 2019
1 parent e430983 commit 0ba543b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ def conditions(self, conditions):
:param conditions: The conditions of this V1beta1CustomResourceDefinitionStatus.
:type: list[V1beta1CustomResourceDefinitionCondition]
"""
if conditions is None:
raise ValueError("Invalid value for `conditions`, must not be `None`")

self._conditions = conditions

@property
Expand Down

0 comments on commit 0ba543b

Please sign in to comment.