1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-12 22:58:51 +00:00

Generated changes

This commit is contained in:
Dan Ramich 2021-05-03 11:12:22 -06:00
parent 05f08baddb
commit 421b42a82c

View File

@ -26,7 +26,7 @@ import (
runtime "k8s.io/apimachinery/pkg/runtime"
v1alpha1 "k8s.io/apiserver/pkg/apis/apiserver/v1alpha1"
v1 "k8s.io/apiserver/pkg/apis/audit/v1"
config "k8s.io/apiserver/pkg/apis/config"
configv1 "k8s.io/apiserver/pkg/apis/config/v1"
)
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
@ -1745,7 +1745,7 @@ func (in *SecretsEncryptionConfig) DeepCopyInto(out *SecretsEncryptionConfig) {
*out = *in
if in.CustomConfig != nil {
in, out := &in.CustomConfig, &out.CustomConfig
*out = new(config.EncryptionConfiguration)
*out = new(configv1.EncryptionConfiguration)
(*in).DeepCopyInto(*out)
}
return