forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integrate operator CLI into istioctl (istio#15795)
* Add `manifest` and `profile` subcommands to istioctl This PR adds the istio.io/operator dependency to istio/istio along with its transitive set of dependencies. This PR also fixes inject_test.go with the updated k8s.io/helm packages. strvals.ParseIntoString() function now parses boolean types into their string equivalent, e.g. true => "true" instead of preserving the original type. This breaks later template expansion in some unit tests. Switch to strvals.ParseInto() which preserves the underlying type. * fix prometheus mixer unit tests
- Loading branch information
1 parent
dd78e2a
commit d1fcaf4
Showing
774 changed files
with
124,304 additions
and
5,048 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.