mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-16 06:49:38 +00:00
Drop the use of the alpha api for operations that are supported by compute v1 The switch/case logic was wrong because the user can set the default tier for a project: https://cloud.google.com/network-tiers/docs/using-network-service-tiers#setting_the_tier_for_all_resources_in_a_project The assumption that the default tier is always PREMIUM is wrong This patch uses the explicit network tier when possible, or it falls back to the project default. Signed-off-by: Saverio Proto <saverioproto@google.com>