MCPcopy
hub / github.com/helm/helm / Error

Method Error

pkg/chart/v2/lint/rules/deprecations.go:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (e deprecatedAPIError) Error() string {
38 msg := e.Message
39 return msg
40}
41
42func validateNoDeprecations(resource *k8sYamlStruct, kubeVersion *common.KubeVersion) error {
43 // if `resource` does not have an APIVersion or Kind, we cannot test it for deprecation

Calls

no outgoing calls