-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Complete WNode implementation #2893
Labels
area/api
issues for api module
area/dependency
Issues or PRs related to dependency changes
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Comments
monopole
added
the
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
label
Aug 26, 2020
Shell32-Natsu
added
area/api
issues for api module
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
labels
Oct 21, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 25, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 25, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 25, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 25, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 25, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 26, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 26, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 26, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 26, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 26, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 26, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 26, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 26, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 26, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 26, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 26, 2020
monopole
added a commit
to monopole/kustomize
that referenced
this issue
Nov 26, 2020
@monopole I think this has been finished? |
Yes, quite some time ago. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/api
issues for api module
area/dependency
Issues or PRs related to dependency changes
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
In service of #2506, which will permit completion of #1500
The methods to implement are here:
https://github.com/kubernetes-sigs/kustomize/tree/master/api/internal/wrappy/wnode.go
For details / rationale, see
https://github.com/kubernetes-sigs/kustomize/blob/master/api/krusty/internal/provider/depprovider.go
The other half of this is #2894
It's desirable to try to reduce the WNode interface to reduce the implementation work. Please file new issues if we can identify deprecations that reduce the number of methods in the WNode interface.
The text was updated successfully, but these errors were encountered: