Skip to content

Commit 0ba543b

Browse files
committed
workaround for CRD conditions validation
ref kubernetes-client/gen#52
1 parent e430983 commit 0ba543b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kubernetes/client/models/v1beta1_custom_resource_definition_status.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ def conditions(self, conditions):
101101
:param conditions: The conditions of this V1beta1CustomResourceDefinitionStatus.
102102
:type: list[V1beta1CustomResourceDefinitionCondition]
103103
"""
104-
if conditions is None:
105-
raise ValueError("Invalid value for `conditions`, must not be `None`")
106-
107104
self._conditions = conditions
108105

109106
@property

0 commit comments

Comments
 (0)