20 lines
520 B
Go
20 lines
520 B
Go
|
// +build !ignore_autogenerated
|
||
|
|
||
|
// Copyright 2020 the Pinniped contributors. All Rights Reserved.
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
// Code generated by defaulter-gen. DO NOT EDIT.
|
||
|
|
||
|
package v1alpha1
|
||
|
|
||
|
import (
|
||
|
runtime "k8s.io/apimachinery/pkg/runtime"
|
||
|
)
|
||
|
|
||
|
// RegisterDefaults adds defaulters functions to the given scheme.
|
||
|
// Public to allow building arbitrary schemes.
|
||
|
// All generated defaulters are covering - they call all nested defaulters.
|
||
|
func RegisterDefaults(scheme *runtime.Scheme) error {
|
||
|
return nil
|
||
|
}
|