Add yq to build-tools container#483
Merged
istio-testing merged 1 commit intoistio:masterfrom Oct 29, 2019
sdake:buildtools/yq
Merged
Add yq to build-tools container#483istio-testing merged 1 commit intoistio:masterfrom sdake:buildtools/yq
istio-testing merged 1 commit intoistio:masterfrom
sdake:buildtools/yq
Conversation
`yq` is a yaml version of `jq` used for dynamically parsing yaml files without first having to convert to json. Support for go modules is not present, although I have made a request here to take over the go module work so we can have this as a proper dependency of Istio: mikefarah/yq#273 (comment)
sdake
pushed a commit
to sdake/operator
that referenced
this pull request
Oct 29, 2019
This is a refinement based upon the prior PRs in this area. Depends-On: istio/tools#483
geeknoid
approved these changes
Oct 29, 2019
istio-testing
pushed a commit
to istio/operator
that referenced
this pull request
Oct 30, 2019
* WIP: Refine e2e implementation This is a refinement based upon the prior PRs in this area. Depends-On: istio/tools#483 * Use proper image with jq
Shuanglu
pushed a commit
to Shuanglu/istio-tools
that referenced
this pull request
Jun 30, 2022
`yq` is a yaml version of `jq` used for dynamically parsing yaml files without first having to convert to json. Support for go modules is not present, although I have made a request here to take over the go module work so we can have this as a proper dependency of Istio: mikefarah/yq#273 (comment)
Shuanglu
pushed a commit
to Shuanglu/istio-tools
that referenced
this pull request
Jul 6, 2022
`yq` is a yaml version of `jq` used for dynamically parsing yaml files without first having to convert to json. Support for go modules is not present, although I have made a request here to take over the go module work so we can have this as a proper dependency of Istio: mikefarah/yq#273 (comment)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
yqis a yaml version ofjqused for dynamically parsing yaml files without first havingto convert to json. Support for go modules is not present, although I have made a request
here to take over the go module work so we can have this as a proper dependency of Istio:
mikefarah/yq#273 (comment)