Skip to content

Commit

Permalink
Add disable_bundled_ingress in google_gkeonprem_vmware_cluster (Googl…
Browse files Browse the repository at this point in the history
  • Loading branch information
naitianliu-google authored and Cheriit committed Jun 4, 2024
1 parent 6816ca4 commit 848b1c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mmv1/products/gkeonprem/VmwareCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,9 @@ properties:
- !ruby/object:Api::Type::Boolean
name: 'enableControlPlaneV2'
description: Enable control plane V2. Default to false.
- !ruby/object:Api::Type::Boolean
name: 'disableBundledIngress'
description: Disable bundled ingress.
- !ruby/object:Api::Type::NestedObject
name: 'upgradePolicy'
description: Specifies upgrade policy for the cluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ resource "google_gkeonprem_vmware_cluster" "<%= ctx[:primary_resource_id] %>" {
}
vm_tracking_enabled = true
enable_control_plane_v2 = true
disable_bundled_ingress = true
authorization {
admin_users {
username = "[email protected]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ func testAccGkeonpremVmwareCluster_vmwareClusterUpdateManualLbStart(context map[
}
vm_tracking_enabled = true
enable_control_plane_v2 = true
disable_bundled_ingress = true
upgrade_policy {
control_plane_only = true
}
Expand Down Expand Up @@ -464,6 +465,7 @@ func testAccGkeonpremVmwareCluster_vmwareClusterUpdateManualLb(context map[strin
}
vm_tracking_enabled = false
enable_control_plane_v2 = false
disable_bundled_ingress = false
upgrade_policy {
control_plane_only = true
}
Expand Down

0 comments on commit 848b1c3

Please sign in to comment.