mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2025-12-23 06:15:47 +00:00
Bump K8s deps to 0.26 and add codegen for 0.26
This commit is contained in:
committed by
Ryan Richard
parent
585adc96d8
commit
a430f4b730
14
generated/1.26/apis/concierge/identity/validation/validation.go
generated
Normal file
14
generated/1.26/apis/concierge/identity/validation/validation.go
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright 2021-2022 the Pinniped contributors. All Rights Reserved.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package validation
|
||||
|
||||
import (
|
||||
"k8s.io/apimachinery/pkg/util/validation/field"
|
||||
|
||||
identityapi "go.pinniped.dev/generated/1.26/apis/concierge/identity"
|
||||
)
|
||||
|
||||
func ValidateWhoAmIRequest(whoAmIRequest *identityapi.WhoAmIRequest) field.ErrorList {
|
||||
return nil // add validation for spec here if we expand it
|
||||
}
|
||||
Reference in New Issue
Block a user