Skip to content

Commit fca52d5

Browse files
authored
Merge branch 'master' into fix/webhooks
2 parents 38d1780 + 6ce1576 commit fca52d5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pkg/drivers/k8scel/transform/cel_snippets.go

-8
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,6 @@ func BindObjectV1Beta1() admissionregistrationv1beta1.Variable {
176176
}
177177
}
178178

179-
func BindObjectCEL() cel.NamedExpressionAccessor {
180-
v := BindObjectV1Beta1()
181-
return &validating.Variable{
182-
Name: v.Name,
183-
Expression: v.Expression,
184-
}
185-
}
186-
187179
func AllMatchersV1Beta1() []admissionregistrationv1beta1.MatchCondition {
188180
return []admissionregistrationv1beta1.MatchCondition{
189181
MatchExcludedNamespacesGlobV1Beta1(),

0 commit comments

Comments
 (0)