MCPcopy Create free account
hub / github.com/devfile/devworkspace-operator / needsUpdate

Function needsUpdate

pkg/webhook/service_account.go:92–94  ·  view source on GitHub ↗
(spec, cluster *corev1.ServiceAccount)

Source from the content-addressed store, hash-verified

90}
91
92func needsUpdate(spec, cluster *corev1.ServiceAccount) bool {
93 return !equality.Semantic.DeepDerivative(spec.Labels, cluster.Labels)
94}

Callers 1

CreateWebhookSAFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected