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
Copy file name to clipboardExpand all lines: docs/dyn/container_v1.projects.locations.clusters.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -413,6 +413,7 @@ <h3>Method Details</h3>
413
413
"name": "A String", # The name of this cluster. The name must be unique within this project and location (e.g. zone or region), and can be up to 40 characters with the following restrictions: * Lowercase letters, numbers, and hyphens only. * Must start with a letter. * Must end with a number or a letter.
414
414
"network": "A String", # The name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. If left unspecified, the `default` network will be used.
415
415
"networkConfig": { # NetworkConfig reports the relative names of network & subnetwork. # Configuration for cluster networking.
416
+
"datapathProvider": "A String", # The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
416
417
"defaultSnatStatus": { # DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster. # Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
417
418
"disabled": True or False, # Disables cluster default sNAT rules.
418
419
},
@@ -980,6 +981,7 @@ <h3>Method Details</h3>
980
981
"name": "A String", # The name of this cluster. The name must be unique within this project and location (e.g. zone or region), and can be up to 40 characters with the following restrictions: * Lowercase letters, numbers, and hyphens only. * Must start with a letter. * Must end with a number or a letter.
981
982
"network": "A String", # The name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. If left unspecified, the `default` network will be used.
982
983
"networkConfig": { # NetworkConfig reports the relative names of network & subnetwork. # Configuration for cluster networking.
984
+
"datapathProvider": "A String", # The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
983
985
"defaultSnatStatus": { # DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster. # Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
984
986
"disabled": True or False, # Disables cluster default sNAT rules.
985
987
},
@@ -1450,6 +1452,7 @@ <h3>Method Details</h3>
1450
1452
"name": "A String", # The name of this cluster. The name must be unique within this project and location (e.g. zone or region), and can be up to 40 characters with the following restrictions: * Lowercase letters, numbers, and hyphens only. * Must start with a letter. * Must end with a number or a letter.
1451
1453
"network": "A String", # The name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. If left unspecified, the `default` network will be used.
1452
1454
"networkConfig": { # NetworkConfig reports the relative names of network & subnetwork. # Configuration for cluster networking.
1455
+
"datapathProvider": "A String", # The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
1453
1456
"defaultSnatStatus": { # DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster. # Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
1454
1457
"disabled": True or False, # Disables cluster default sNAT rules.
1455
1458
},
@@ -2627,6 +2630,7 @@ <h3>Method Details</h3>
2627
2630
"keyName": "A String", # Name of CloudKMS key to use for the encryption of secrets in etcd. Ex. projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key
2628
2631
"state": "A String", # Denotes the state of etcd encryption.
2629
2632
},
2633
+
"desiredDatapathProvider": "A String", # The desired datapath provider for the cluster.
2630
2634
"desiredDefaultSnatStatus": { # DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster. # The desired status of whether to disable default sNAT for this cluster.
2631
2635
"disabled": True or False, # Disables cluster default sNAT rules.
Copy file name to clipboardExpand all lines: docs/dyn/container_v1.projects.zones.clusters.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -514,6 +514,7 @@ <h3>Method Details</h3>
514
514
"name": "A String", # The name of this cluster. The name must be unique within this project and location (e.g. zone or region), and can be up to 40 characters with the following restrictions: * Lowercase letters, numbers, and hyphens only. * Must start with a letter. * Must end with a number or a letter.
515
515
"network": "A String", # The name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. If left unspecified, the `default` network will be used.
516
516
"networkConfig": { # NetworkConfig reports the relative names of network & subnetwork. # Configuration for cluster networking.
517
+
"datapathProvider": "A String", # The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
517
518
"defaultSnatStatus": { # DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster. # Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
518
519
"disabled": True or False, # Disables cluster default sNAT rules.
519
520
},
@@ -1081,6 +1082,7 @@ <h3>Method Details</h3>
1081
1082
"name": "A String", # The name of this cluster. The name must be unique within this project and location (e.g. zone or region), and can be up to 40 characters with the following restrictions: * Lowercase letters, numbers, and hyphens only. * Must start with a letter. * Must end with a number or a letter.
1082
1083
"network": "A String", # The name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. If left unspecified, the `default` network will be used.
1083
1084
"networkConfig": { # NetworkConfig reports the relative names of network & subnetwork. # Configuration for cluster networking.
1085
+
"datapathProvider": "A String", # The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
1084
1086
"defaultSnatStatus": { # DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster. # Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
1085
1087
"disabled": True or False, # Disables cluster default sNAT rules.
1086
1088
},
@@ -1595,6 +1597,7 @@ <h3>Method Details</h3>
1595
1597
"name": "A String", # The name of this cluster. The name must be unique within this project and location (e.g. zone or region), and can be up to 40 characters with the following restrictions: * Lowercase letters, numbers, and hyphens only. * Must start with a letter. * Must end with a number or a letter.
1596
1598
"network": "A String", # The name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. If left unspecified, the `default` network will be used.
1597
1599
"networkConfig": { # NetworkConfig reports the relative names of network & subnetwork. # Configuration for cluster networking.
1600
+
"datapathProvider": "A String", # The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
1598
1601
"defaultSnatStatus": { # DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster. # Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
1599
1602
"disabled": True or False, # Disables cluster default sNAT rules.
1600
1603
},
@@ -2688,6 +2691,7 @@ <h3>Method Details</h3>
2688
2691
"keyName": "A String", # Name of CloudKMS key to use for the encryption of secrets in etcd. Ex. projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key
2689
2692
"state": "A String", # Denotes the state of etcd encryption.
2690
2693
},
2694
+
"desiredDatapathProvider": "A String", # The desired datapath provider for the cluster.
2691
2695
"desiredDefaultSnatStatus": { # DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster. # The desired status of whether to disable default sNAT for this cluster.
2692
2696
"disabled": True or False, # Disables cluster default sNAT rules.
Copy file name to clipboardExpand all lines: docs/dyn/container_v1beta1.projects.locations.clusters.html
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -432,6 +432,11 @@ <h3>Method Details</h3>
432
432
"defaultSnatStatus": { # DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster. # Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
433
433
"disabled": True or False, # Disables cluster default sNAT rules.
434
434
},
435
+
"dnsConfig": { # DNSConfig contains the desired set of options for configuring clusterDNS. # DNSConfig contains clusterDNS config for this cluster.
436
+
"clusterDns": "A String", # cluster_dns indicates which in-cluster DNS provider should be used.
437
+
"clusterDnsDomain": "A String", # cluster_dns_domain is the suffix used for all cluster service records.
438
+
"clusterDnsScope": "A String", # cluster_dns_scope indicates the scope of access to cluster DNS records.
439
+
},
435
440
"enableIntraNodeVisibility": True or False, # Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
436
441
"enableL4ilbSubsetting": True or False, # Whether L4ILB Subsetting is enabled for this cluster.
437
442
"network": "A String", # Output only. The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
@@ -1047,6 +1052,11 @@ <h3>Method Details</h3>
1047
1052
"defaultSnatStatus": { # DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster. # Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
1048
1053
"disabled": True or False, # Disables cluster default sNAT rules.
1049
1054
},
1055
+
"dnsConfig": { # DNSConfig contains the desired set of options for configuring clusterDNS. # DNSConfig contains clusterDNS config for this cluster.
1056
+
"clusterDns": "A String", # cluster_dns indicates which in-cluster DNS provider should be used.
1057
+
"clusterDnsDomain": "A String", # cluster_dns_domain is the suffix used for all cluster service records.
1058
+
"clusterDnsScope": "A String", # cluster_dns_scope indicates the scope of access to cluster DNS records.
1059
+
},
1050
1060
"enableIntraNodeVisibility": True or False, # Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
1051
1061
"enableL4ilbSubsetting": True or False, # Whether L4ILB Subsetting is enabled for this cluster.
1052
1062
"network": "A String", # Output only. The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
@@ -1565,6 +1575,11 @@ <h3>Method Details</h3>
1565
1575
"defaultSnatStatus": { # DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster. # Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
1566
1576
"disabled": True or False, # Disables cluster default sNAT rules.
1567
1577
},
1578
+
"dnsConfig": { # DNSConfig contains the desired set of options for configuring clusterDNS. # DNSConfig contains clusterDNS config for this cluster.
1579
+
"clusterDns": "A String", # cluster_dns indicates which in-cluster DNS provider should be used.
1580
+
"clusterDnsDomain": "A String", # cluster_dns_domain is the suffix used for all cluster service records.
1581
+
"clusterDnsScope": "A String", # cluster_dns_scope indicates the scope of access to cluster DNS records.
1582
+
},
1568
1583
"enableIntraNodeVisibility": True or False, # Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
1569
1584
"enableL4ilbSubsetting": True or False, # Whether L4ILB Subsetting is enabled for this cluster.
1570
1585
"network": "A String", # Output only. The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
@@ -2793,6 +2808,11 @@ <h3>Method Details</h3>
2793
2808
"desiredDefaultSnatStatus": { # DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster. # The desired status of whether to disable default sNAT for this cluster.
2794
2809
"disabled": True or False, # Disables cluster default sNAT rules.
2795
2810
},
2811
+
"desiredDnsConfig": { # DNSConfig contains the desired set of options for configuring clusterDNS. # DNSConfig contains clusterDNS config for this cluster.
2812
+
"clusterDns": "A String", # cluster_dns indicates which in-cluster DNS provider should be used.
2813
+
"clusterDnsDomain": "A String", # cluster_dns_domain is the suffix used for all cluster service records.
2814
+
"clusterDnsScope": "A String", # cluster_dns_scope indicates the scope of access to cluster DNS records.
2815
+
},
2796
2816
"desiredImageType": "A String", # The desired image type for the node pool. NOTE: Set the "desired_node_pool" field as well.
2797
2817
"desiredIntraNodeVisibilityConfig": { # IntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster. # The desired config of Intra-node visibility.
2798
2818
"enabled": True or False, # Enables intra node visibility for this cluster.
0 commit comments