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
Implement AWS controlplane webhooks #52
Merged
rfranzke
merged 1 commit into
gardener-attic:master
from
stoyanr:implement-aws-controlplane-webhooks
Apr 17, 2019
Merged
Implement AWS controlplane webhooks #52
rfranzke
merged 1 commit into
gardener-attic:master
from
stoyanr:implement-aws-controlplane-webhooks
Apr 17, 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
stoyanr
force-pushed
the
implement-aws-controlplane-webhooks
branch
from
April 13, 2019 17:07
91039ca
to
d6dc892
Compare
rfranzke
reviewed
Apr 15, 2019
controllers/provider-aws/pkg/webhook/controlplaneshoot/validator.go
Outdated
Show resolved
Hide resolved
controllers/provider-aws/pkg/webhook/controlplaneshoot/validator.go
Outdated
Show resolved
Hide resolved
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
Apr 15, 2019
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
Apr 15, 2019
stoyanr
force-pushed
the
implement-aws-controlplane-webhooks
branch
3 times, most recently
from
April 15, 2019 15:17
7fd6412
to
e4b6691
Compare
rfranzke
added
area/control-plane
Control Plane related (how to scale control-plane components)
exp/intermediate
Issue that requires some project experience
kind/enhancement
Enhancement, improvement, extension
needs/rebase
Needs git rebase
needs/review
Needs review
platform/aws
Amazon Web Services (AWS) platform/infrastructure
priority/normal
Standard backlog priority, that can be worked on now or later
size/m
A few days of work or medium change
status/author-action
Issue requires author action
status/in-progress
Issue is in progress/work
status/under-investigation
Issue is under investigation
topology/seed
Affects Seed clusters
labels
Apr 16, 2019
stoyanr
force-pushed
the
implement-aws-controlplane-webhooks
branch
from
April 16, 2019 07:41
e4b6691
to
b58581f
Compare
timuthy
suggested changes
Apr 16, 2019
controllers/provider-aws/pkg/controller/controlplane/actuator.go
Outdated
Show resolved
Hide resolved
rfranzke
added
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
needs/rebase
Needs git rebase
labels
Apr 16, 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
Apr 16, 2019
stoyanr
force-pushed
the
implement-aws-controlplane-webhooks
branch
from
April 16, 2019 10:31
b58581f
to
8e12a50
Compare
17 tasks
timuthy
approved these changes
Apr 17, 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.
/lgtm
rfranzke
approved these changes
Apr 17, 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.
/lgtm
rfranzke
added
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
reviewed/lgtm
Has approval for merging
status/accepted
Issue was accepted as something we need to work on
and removed
needs/review
Needs review
status/author-action
Issue requires author action
status/in-progress
Issue is in progress/work
status/under-investigation
Issue is under investigation
labels
Apr 17, 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
Apr 17, 2019
rfranzke
removed
the
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
Apr 17, 2019
rfranzke
added a commit
that referenced
this pull request
Jan 14, 2020
from v0.7.3 to v0.7.4 Follow-up of #547 ``` improvement operator github.com/gardener/external-dns-management #52 @MartinWeindel DNS entry with empty target is recognised as invalid. ```
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area/control-plane
Control Plane related (how to scale control-plane components)
exp/intermediate
Issue that requires some project experience
kind/enhancement
Enhancement, improvement, extension
platform/aws
Amazon Web Services (AWS) platform/infrastructure
priority/normal
Standard backlog priority, that can be worked on now or later
reviewed/lgtm
Has approval for merging
size/m
A few days of work or medium change
status/accepted
Issue was accepted as something we need to work on
topology/seed
Affects Seed clusters
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 the actual implementation of AWS controlplane webhooks.
Special notes for your reviewer:
Based on #48, which should be merged first. Tests will follow in another PR.
Release note: