Module: Google::Cloud::Container::V1::ControlPlaneEgress::Mode

Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Mode defines the mode of control plane egress.

Constant Summary collapse

MODE_UNSPECIFIED =

Default value not specified.

0
VIA_CONTROL_PLANE =

Control plane has public IP and no restriction on egress.

1
NONE =

No public IP on control plane and only internal allowlisted egress.

2