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
Server-side apply is stable nowadays, and available with kubectl apply --server-side --field-manager=....
Given that our relevant codepath is for kubectl patch and comes from HTTP PATCH verbs, it might be interesting to see how these pieces want to fit together.
Server-side apply is stable nowadays, and available with
kubectl apply --server-side --field-manager=...
.Given that our relevant codepath is for
kubectl patch
and comes from HTTPPATCH
verbs, it might be interesting to see how these pieces want to fit together.deno-kubernetes_client/transports/via-kubectl-raw.ts
Lines 173 to 174 in 1a1fa60
The text was updated successfully, but these errors were encountered: