Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor canary package #378

Merged
merged 1 commit into from
Nov 25, 2019
Merged

Refactor canary package #378

merged 1 commit into from
Nov 25, 2019

Conversation

stefanprodan
Copy link
Member

This PR introduces a canary controller interface that can be used to implement other target kinds than Kubernetes Deployment:

  • add canary factory for Kubernetes targets
  • extract Kubernetes operations to controller interface
  • implement controller interface for kind Deployment

Fix: #377

@stefanprodan stefanprodan force-pushed the refac-deployer branch 2 times, most recently from a25bacd to 01f624f Compare November 25, 2019 16:31
- extract Kubernetes operations to controller interface
- implement controller interface for kind Deployment
@stefanprodan stefanprodan merged commit 3fbe62a into master Nov 25, 2019
@stefanprodan stefanprodan deleted the refac-deployer branch November 25, 2019 19:03
@stefanprodan stefanprodan mentioned this pull request Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow Flagger to target other kinds than Kubernetes Deployments
1 participant