Skip to content

Commit

Permalink
Fix Status subresource (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
herodes1991 authored Oct 23, 2023
1 parent b7900ba commit 002bc1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s/models/apiextensions_v1_custom_resource_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ class CustomResourceSubresourceScale(Model):


class CustomResourceSubresourceStatus(Model):
pass
def _as_dict(self, value):
return {}


class CustomResourceSubresources(Model):
Expand Down

0 comments on commit 002bc1b

Please sign in to comment.