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

Update README.md #2

Merged
merged 1 commit into from
May 22, 2018
Merged

Update README.md #2

merged 1 commit into from
May 22, 2018

Conversation

rajatjindal
Copy link
Contributor

No description provided.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 14, 2018
@monopole monopole merged commit 9c6d31d into kubernetes-sigs:master May 22, 2018
@rajatjindal rajatjindal deleted the patch-1 branch May 22, 2018 22:13
yanniszark added a commit to arrikto/kubernetes-sigs-kustomize that referenced this pull request Apr 13, 2021
Add a ResourceSelectorTransformer plugin which filters resources based
on their metadata (group, version, kind, name, namespace, labels and
annotations) and it also supports inverse matching (e.g., select all
resources that aren't namespaces, similar to grep -v).

Note that this may not always be possible, e.g., when you filter our
resources necessary for evaluating variables, since kustomize runs
the transformers **before** merging variables [1] and for example
may fail with:

  Error: var '{NAMESPACE apps_v1_Deployment {metadata.namespace}}' cannot be mapped to a field in the set of known resources

GitHub-PR: kubernetes-sigs#2

[1] https://github.com/kubernetes-sigs/kustomize/blob/2050afdeb46c359c62e959492d389bc2d093e0bd/pkg/target/kusttarget.go#L204-L249

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
Reviewed-by: Dimitris Aragiorgis <dimara@arrikto.com>
@mikebz mikebz mentioned this pull request May 2, 2022
3 tasks
annasong20 added a commit to annasong20/kustomize that referenced this pull request Aug 10, 2022
Removed localized path calculations to cover edge case and improve readability.
annasong20 added a commit to annasong20/kustomize that referenced this pull request Aug 10, 2022
Removed localized path calculations to cover edge case and improve readability.
annasong20 added a commit to annasong20/kustomize that referenced this pull request Aug 16, 2022
Removed localized path calculations to cover edge case and improve readability.
k8s-ci-robot pushed a commit that referenced this pull request Aug 19, 2022
* Implement file localization for localize

Implement file localization for new command kustomize localize

* Patch file localization

Fix lint errors, address feedback, begin transition to file loader from
localizer

* Add Repo() to Loader

* Implement locLoader factory + cleanup

* Add domain to RepoSpec

Fix ssh relative url host parsing for non-github domain on the side

* Implement Load(), New(), Root(), Dst() for LocLoader

* Address repospec code review comments

* Address 1st round of code review feedback

* Address feedback #2

Removed localized path calculations to cover edge case and improve readability.

* Remove ldr Cleanup logging

* Address code review round #3

* Address code review feedback #4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants