This repository was archived by the owner on Oct 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
Migrate code to use IstioOperator API in istio/api #713
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
fc632a5
Migrate code to use IstioOperator API in istio/api
ostromart 2802506
Merge branch 'master' of https://github.com/istio/operator into migra…
ostromart c5e9ec2
Fix manifest generation
ostromart edae397
Prometheus test case
ostromart 34b6636
Refactor addons and gateways
ostromart edbe070
Add gateway indexing
ostromart 5d96644
Fix remaining tests
ostromart 4a43b4a
Fix controller test
ostromart e7b6892
Merge branch 'master' of https://github.com/istio/operator into migra…
ostromart e34e490
Update profiles with new CR headers
ostromart 644e357
Update readme
ostromart 9338e04
Fix dependency processing
ostromart 9929214
Add passthrough for values to gateways
ostromart 8480988
Add addon name field
ostromart 05b2627
More test fixes
ostromart 0ff0f91
Add default gateway override test case
ostromart be0840c
More test fixes
ostromart 02b61b9
Merge branch 'master' of https://github.com/istio/operator into migra…
ostromart 4e4049c
Update goldens
ostromart 449ad14
Lint
ostromart 2c5e6e9
Make gen
ostromart 19629e8
Update goldens
ostromart fe3c017
Fix mandiff
ostromart ec4b563
Fix remaining mandiff profiles
ostromart 80d2111
Update goldens
ostromart 1fce1aa
Fix addon status
ostromart c37865d
Remove lingering references to IstioControlPlane
ostromart 86e6fbc
Make gen
ostromart a7093e5
Update fields to refer to istiooperator
ostromart 393f781
Update to v1alpha1
ostromart ee71ef1
Merge branch 'master' of https://github.com/istio/operator into migra…
ostromart 88880a1
Change CRD meta to plural
ostromart b707f51
Merge branch 'master' of https://github.com/istio/operator into migra…
ostromart 62d6d36
Remove lingering v1alpha2, icp references
ostromart ffd072a
Move CR back to istio-system
ostromart 43a3cae
Rename local vars from icp to iop
ostromart b8f1bfa
Change deployment filenames back to v1alpha2 since tests expect it
ostromart 736eaf8
Merge branch 'master' of https://github.com/istio/operator into migra…
ostromart 3dcf011
Make gen
ostromart f061a7a
attempt to fix test
howardjohn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dumb question now, but isn't this used for
istioctl
as well?