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
If multiple admission policies require the same conversion, convert only once.
2395
2396
From @liggitt: "webhook code loops up one level, first accumulates all the validation webhooks we'll run, then converts to the versions needed by those webhooks then evaluates in parallel"
2396
2397
- authz check to the specific resource referenced in the policy's paramKind. ([comment](https://github.com/kubernetes/kubernetes/pull/113314#discussion_r1013135860))
2397
-
- complete feature of access to namespace metadata
2398
-
- complete type check for CRD
2398
+
- complete feature of access to namespace metadata
2399
2399
- add controlled rollout strategy to support future CEL library/function/variable changes
2400
2400
- [Quantity](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go#L100) support from CEL expression and tested properly
2401
2401
- support the list of features mentioned under phrase 2
2402
2402
2403
+
## GA
2404
+
- complete type check for CRD and aggregated types
0 commit comments