update codegen

Kubernetes-commit: 277edcdb485cf6a7fae0da48489e0632438c0a8a
This commit is contained in:
Anish Shah 2024-10-24 23:52:49 +00:00 committed by Kubernetes Publisher
parent fc589c225c
commit 951bba35c5

View File

@ -97,6 +97,7 @@ func (c *pods) UpdateEphemeralContainers(ctx context.Context, podName string, po
func (c *pods) Resize(ctx context.Context, podName string, pod *corev1.Pod, opts metav1.UpdateOptions) (result *corev1.Pod, err error) {
result = &corev1.Pod{}
err = c.GetClient().Put().
UseProtobufAsDefault().
Namespace(c.GetNamespace()).
Resource("pods").
Name(podName).