Run update-codegen.sh
Signed-off-by: James Munnelly <jmunnelly@apple.com>
This commit is contained in:
parent
71a69cc488
commit
d5133a1668
@ -88,6 +88,8 @@ func autoConvert_v1alpha1_WebhookConfiguration_To_config_WebhookConfiguration(in
|
||||
}
|
||||
out.KubeConfig = in.KubeConfig
|
||||
out.APIServerHost = in.APIServerHost
|
||||
out.EnablePprof = in.EnablePprof
|
||||
out.PprofAddress = in.PprofAddress
|
||||
return nil
|
||||
}
|
||||
|
||||
@ -104,6 +106,8 @@ func autoConvert_config_WebhookConfiguration_To_v1alpha1_WebhookConfiguration(in
|
||||
}
|
||||
out.KubeConfig = in.KubeConfig
|
||||
out.APIServerHost = in.APIServerHost
|
||||
out.EnablePprof = in.EnablePprof
|
||||
out.PprofAddress = in.PprofAddress
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user