gcp.project.gkeService.cluster.networkConfig
Supported platform
- gcp
Description
Google Kubernetes Engine (GKE) cluster network config
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | Internal ID |
| networkPath | string | Relative path of the network to which the cluster is connected |
| network | gcp.project.computeService.network | Network to which the cluster is connected |
| subnetworkPath | string | Relative path of the subnetwork to which the cluster is connected |
| subnetwork | gcp.project.computeService.subnetwork | Subnetwork to which the cluster is connected |
| enableIntraNodeVisibility | bool | Whether intra-node visibility is enabled for this cluster |
| defaultSnatStatus | dict | Whether the cluster disables default in-node sNAT rules |
| enableL4IlbSubsetting | bool | Whether L4ILB subsetting is enabled for this cluster |
| datapathProvider | string | Desired datapath provider for this cluster |
| privateIpv6GoogleAccess | string | Desired state of IPv6 connectivity to Google Services |
| dnsConfig | dict | Cluster DNS configuration |
| serviceExternalIpsConfig | dict | Configuration specifying whether services with externalIPs field are blocked |
| enableMultiNetworking | bool | Whether multi-networking is enabled for this cluster. |
| enableFqdnNetworkPolicy | bool | Whether FQDN Network Policy is enabled on this cluster. |
| enableCiliumClusterwideNetworkPolicy | bool | Whether CiliumClusterwideNetworkPolicy is enabled on this cluster. |
References