2022-03-01 18:39:58 +00:00
|
|
|
//go:build !ignore_autogenerated
|
2021-02-19 18:55:01 +00:00
|
|
|
// +build !ignore_autogenerated
|
|
|
|
|
2022-03-01 01:58:48 +00:00
|
|
|
// Copyright 2020-2022 the Pinniped contributors. All Rights Reserved.
|
2021-02-19 18:55:01 +00:00
|
|
|
// 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
|
|
|
|
}
|