Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Watcher on Service resource not catching annotation updates #93

@lbrictson

Description

@lbrictson

We are using the Watch function on services with something like this:
s := new(corev1.Service)
eventType, err := serviceWatcher.Next(s)

But we have noticed it doesn't trigger an event for annotation changes to a service resource, when using it for pods/deployments an annotation change does trigger an update.

Are we doing something wrong or this a limitation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions