This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Add controlplane for azure provider #95
Merged
zanetworker
merged 1 commit into
gardener-attic:master
from
mkoynov:add-azure-controlplane
May 29, 2019
Merged
Add controlplane for azure provider #95
zanetworker
merged 1 commit into
gardener-attic:master
from
mkoynov:add-azure-controlplane
May 29, 2019
Conversation
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
rfranzke
added
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
May 27, 2019
mkoynov
force-pushed
the
add-azure-controlplane
branch
from
May 28, 2019 08:33
8915655
to
a2d11d7
Compare
gardener-robot-ci-1
added
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
May 28, 2019
stoyanr
previously approved these changes
May 29, 2019
zanetworker
reviewed
May 29, 2019
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.
Some minor changes, otherwise looks good :)
controllers/provider-azure/example/controller-registration.yaml
Outdated
Show resolved
Hide resolved
controllers/provider-azure/pkg/internal/imagevector/imagevector.go
Outdated
Show resolved
Hide resolved
mkoynov
force-pushed
the
add-azure-controlplane
branch
from
May 29, 2019 11:58
a2d11d7
to
086a1e8
Compare
Also please rebase, otherwise /lgtm |
mkoynov
force-pushed
the
add-azure-controlplane
branch
from
May 29, 2019 15:57
086a1e8
to
ee295f2
Compare
Done :) |
rfranzke
added
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
May 29, 2019
gardener-robot-ci-1
removed
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
May 29, 2019
zanetworker
approved these changes
May 29, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
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.
What this PR does / why we need it:
Adds controlplane controller for provider-azure.
Which issue(s) this PR fixes:
Fixes #54
Special notes for your reviewer:
The code follows the same logic as the other providers that has it implemented already.
Release note: