Skip to content
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

Extension models should have buildable references to core kubernetes-model types. #2596

Closed
iocanel opened this issue Nov 10, 2020 · 1 comment · Fixed by #2602
Closed

Extension models should have buildable references to core kubernetes-model types. #2596

iocanel opened this issue Nov 10, 2020 · 1 comment · Fixed by #2602
Assignees
Labels
Milestone

Comments

@iocanel
Copy link
Member

iocanel commented Nov 10, 2020

Methods like:

  • withNewMetadata
  • withNewContainer
  • addNewContainer

and so on are no longer generated, due to the absence of BuildableReference to types like:

  • ObjectMeta
  • Container
  • etc

While this is relatively easy to work around, having those method is one of the little things that add to the overall experience.

The root cause of this issue seems to be the removal of the specific annotators.

@iocanel iocanel added the bug label Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants