You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// GetAll returns all CRDs for the given k8s version.
30
+
// The function will return a map with the CRD name as key and the CRD content as value.
30
31
// There are currently two sets of CRDs maintained.
31
32
// 1. One set is for Kubernetes version 1.29 and above. These CRDs contain embedded CEL validation expressions. CEL expressions are only GA since Kubernetes 1.29 onwards.
32
33
// 2. The other set is for Kubernetes versions below 1.29. These CRDs do not contain embedded CEL validation expressions.
34
+
// If there are any errors in parsing the k8s version, the function will return an error.
0 commit comments