-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
I suspect that if we set the proper markers on , we could apply the updated binding instead of passing the full list of bindings.
type ConfigResourceStatus struct {
// The list of workload resources (Prometheus or PrometheusAgent) which select the configuration resource.
// +listType=map
// +listMapKey=group
// +listMapKey=resource
// +listMapKey=name
// +listMapKey=namespace
// +optional
Bindings []WorkloadBinding `json:"bindings,omitempty"`
}Originally posted by @simonpasquier in #7767 (comment)
Reactions are currently unavailable