mirror of
https://github.com/rancher/rke.git
synced 2025-07-13 15:15:59 +00:00
Generated changes
This commit is contained in:
parent
05f08baddb
commit
421b42a82c
@ -26,7 +26,7 @@ import (
|
|||||||
runtime "k8s.io/apimachinery/pkg/runtime"
|
runtime "k8s.io/apimachinery/pkg/runtime"
|
||||||
v1alpha1 "k8s.io/apiserver/pkg/apis/apiserver/v1alpha1"
|
v1alpha1 "k8s.io/apiserver/pkg/apis/apiserver/v1alpha1"
|
||||||
v1 "k8s.io/apiserver/pkg/apis/audit/v1"
|
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.
|
// 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
|
*out = *in
|
||||||
if in.CustomConfig != nil {
|
if in.CustomConfig != nil {
|
||||||
in, out := &in.CustomConfig, &out.CustomConfig
|
in, out := &in.CustomConfig, &out.CustomConfig
|
||||||
*out = new(config.EncryptionConfiguration)
|
*out = new(configv1.EncryptionConfiguration)
|
||||||
(*in).DeepCopyInto(*out)
|
(*in).DeepCopyInto(*out)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user