kops/pkg/resources/gce
Kenji Kaneda f37330f53d Add GCE Router task
This commit picks up the change from the previous attempt
(https://github.com/kubernetes/kops/pull/6828).

- Add Router to GCE tasks
- Add the HasExternalIP field to InstanceTemplate
- Create a RouterTask and set HasExternalIP to false when
  a private topology is specified.

https://github.com/kubernetes/kops/issues/6827
2021-04-23 23:03:38 -07:00
..
BUILD.bazel Upgrade to klog2 2020-08-16 20:56:48 -05:00
OWNERS
dump.go Upgrade to klog2 2020-08-16 20:56:48 -05:00
gce.go Add GCE Router task 2021-04-23 23:03:38 -07:00
gce_test.go