mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-01 09:22:24 +00:00
update codegen
Kubernetes-commit: 277edcdb485cf6a7fae0da48489e0632438c0a8a
This commit is contained in:
parent
fc589c225c
commit
951bba35c5
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user