Skip to content

Commit

Permalink
workaround for CRD .status.conditions being required
Browse files Browse the repository at this point in the history
  • Loading branch information
roycaihw committed Aug 13, 2019
1 parent 7982184 commit 433178b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +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

Expand Down

0 comments on commit 433178b

Please sign in to comment.