update codegen
This commit is contained in:
parent
c4889a3c82
commit
e00da58477
|
|
@ -216,6 +216,11 @@ func (in *OperatorConfiguration) DeepCopyObject() runtime.Object {
|
||||||
// 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.
|
||||||
func (in *OperatorConfigurationData) DeepCopyInto(out *OperatorConfigurationData) {
|
func (in *OperatorConfigurationData) DeepCopyInto(out *OperatorConfigurationData) {
|
||||||
*out = *in
|
*out = *in
|
||||||
|
if in.EnableCRDValidation != nil {
|
||||||
|
in, out := &in.EnableCRDValidation, &out.EnableCRDValidation
|
||||||
|
*out = new(bool)
|
||||||
|
**out = **in
|
||||||
|
}
|
||||||
if in.ShmVolume != nil {
|
if in.ShmVolume != nil {
|
||||||
in, out := &in.ShmVolume, &out.ShmVolume
|
in, out := &in.ShmVolume, &out.ShmVolume
|
||||||
*out = new(bool)
|
*out = new(bool)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue