mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-04 10:46:16 +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) {
|
func (c *pods) Resize(ctx context.Context, podName string, pod *corev1.Pod, opts metav1.UpdateOptions) (result *corev1.Pod, err error) {
|
||||||
result = &corev1.Pod{}
|
result = &corev1.Pod{}
|
||||||
err = c.GetClient().Put().
|
err = c.GetClient().Put().
|
||||||
|
UseProtobufAsDefault().
|
||||||
Namespace(c.GetNamespace()).
|
Namespace(c.GetNamespace()).
|
||||||
Resource("pods").
|
Resource("pods").
|
||||||
Name(podName).
|
Name(podName).
|
||||||
|
Loading…
Reference in New Issue
Block a user