mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
rebase: update kubernetes to 1.30
updating kubernetes to 1.30 release Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
62ddcf715b
commit
e727bd351e
1
vendor/k8s.io/apiserver/pkg/authentication/cel/interface.go
generated
vendored
1
vendor/k8s.io/apiserver/pkg/authentication/cel/interface.go
generated
vendored
@ -35,6 +35,7 @@ type ExpressionAccessor interface {
|
||||
// CompilationResult represents a compiled validations expression.
|
||||
type CompilationResult struct {
|
||||
Program celgo.Program
|
||||
AST *celgo.Ast
|
||||
ExpressionAccessor ExpressionAccessor
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user