-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
provider/kubernetes: Enable/disable operation. #383
provider/kubernetes: Enable/disable operation. #383
Conversation
This works by manipulating pod & replication controller labels with respect to the services they are attached to. Read more here: http://kubernetes.io/v1.1/docs/user-guide/labels.html |
@@ -30,6 +30,8 @@ import io.fabric8.kubernetes.api.model.Secret | |||
import io.fabric8.kubernetes.api.model.Service | |||
import io.fabric8.kubernetes.client.KubernetesClient | |||
|
|||
import java.awt.image.ReplicateScaleFilter |
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.
This brings back memories...
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.
that was before Lars was born
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.
Of when I used to forget to remove unused imports?
LGTM. |
7d3f43a
to
6179953
Compare
6179953
to
3639006
Compare
provider/kubernetes: Enable/disable operation.
Fixed filename.
@duftler