-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow NestedFields to support Lists #789
Comments
Issues go stale after 90d of inactivity. |
/remove-lifecycle stale |
Stale issues rot after 30d of inactivity. |
Rotten issues close after 30d of inactivity. |
@ack-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is your feature request related to a problem?
Some CRD fields contain a list of nested objects which should also be allowed to be referred/marked for various purposes. Refer to Code-Generator PR#47.
An example of this use case would be the DescribeScalableTargets API call.
At the moment, this API does not return any status field in the response and hence I would like to be able to add the CreationTime as a metadata field using something like -
This currently fails with the following error, but should successfully add the desired sub-field to the object status:
Describe the solution you'd like
Support for parsing CRD subfields that are lists.
The text was updated successfully, but these errors were encountered: