Run update-codegen.sh

Signed-off-by: James Munnelly <jmunnelly@apple.com>
This commit is contained in:
James Munnelly 2021-11-25 12:20:30 +00:00
parent 71a69cc488
commit d5133a1668

View File

@ -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
}