dc39162597
Needed to update the new v1.25 generated code to include the new APIs that were added in the dynamic_clients branch.
13 lines
262 B
Go
Generated
13 lines
262 B
Go
Generated
// Copyright 2022 the Pinniped contributors. All Rights Reserved.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package v1alpha1
|
|
|
|
import (
|
|
"k8s.io/apimachinery/pkg/runtime"
|
|
)
|
|
|
|
func addDefaultingFuncs(scheme *runtime.Scheme) error {
|
|
return RegisterDefaults(scheme)
|
|
}
|