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 Controller and Webhook Switches #86
Merged
rfranzke
merged 1 commit into
gardener-attic:master
from
adracus:feature.controller-switches
May 23, 2019
Merged
Implement Controller and Webhook Switches #86
rfranzke
merged 1 commit into
gardener-attic:master
from
adracus:feature.controller-switches
May 23, 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
adracus
added
component/gardener
Gardener
exp/intermediate
Issue that requires some project experience
kind/enhancement
Enhancement, improvement, extension
needs/lgtm
Needs approval for merging
needs/review
Needs review
priority/normal
Standard backlog priority, that can be worked on now or later
size/m
A few days of work or medium change
status/in-progress
Issue is in progress/work
topology/seed
Affects Seed clusters
labels
May 14, 2019
adracus
changed the title
Feature.controller switches
Implement Controller and Webhook Switches
May 14, 2019
gardener-robot-ci-1
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 14, 2019
adracus
force-pushed
the
feature.controller-switches
branch
from
May 14, 2019 17:38
2d2e106
to
87ddd84
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 14, 2019
rfranzke
reviewed
May 15, 2019
adracus
force-pushed
the
feature.controller-switches
branch
from
May 15, 2019 10:48
87ddd84
to
079a32e
Compare
adracus
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/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
May 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
May 15, 2019
rfranzke
reviewed
May 15, 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.
Can you please also allow for all the Helm charts to define these --disabled...
flags via their values?
adracus
force-pushed
the
feature.controller-switches
branch
from
May 17, 2019 12:52
079a32e
to
b9ebb69
Compare
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 23, 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 23, 2019
rfranzke
approved these changes
May 23, 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
component/gardener
Gardener
exp/intermediate
Issue that requires some project experience
kind/enhancement
Enhancement, improvement, extension
needs/lgtm
Needs approval for merging
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
needs/review
Needs review
priority/normal
Standard backlog priority, that can be worked on now or later
size/m
A few days of work or medium change
status/in-progress
Issue is in progress/work
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:
This allows turning individual controllers / webhooks on and off per command line flag.
Release note: