From implementing the service mesh library, we have seen that managing labels from a charm is not at all trivial. We should provide code that can be used to apply the labels to custom resources.
Idea 0: A LabelSync class that will sync the labels for a given k8s object.
Idea 1: Add custom_objects to the constructor of the lib.
Enhancement Proposal
From implementing the service mesh library, we have seen that managing labels from a charm is not at all trivial. We should provide code that can be used to apply the labels to custom resources.
Idea 0: A
LabelSync
class that will sync the labels for a given k8s object.Idea 1: Add custom_objects to the constructor of the lib.