You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use client.Patch to patch object, but error occurs:failed to create typed patch object: .spec.template.spec.containers[name="c0"].ports: duplicate entries for key [containerPort=8080,protocol="TCP"]
I need to define dumplicate container ports with difference port name
The text was updated successfully, but these errors were encountered:
I call the function like cli.Patch(ctx, obj, client.Apply, client.ForceOwnership, client.FieldOwner("xxx"), client.FieldValidation("Ignore"));can anyone help?Thank you very much
I use client.Patch to patch object, but error occurs:failed to create typed patch object: .spec.template.spec.containers[name="c0"].ports: duplicate entries for key [containerPort=8080,protocol="TCP"]
I need to define dumplicate container ports with difference port name
The text was updated successfully, but these errors were encountered: