Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
func
needsUpdate(spec, cluster *corev1.ServiceAccount) bool {
93
return
!equality.Semantic.DeepDerivative(spec.Labels, cluster.Labels)
94
}
Callers
1
CreateWebhookSA
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected