Skip to content

Commit

Permalink
feat(container-v1): Add stateful_ha_config field to AddonsConfig (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Feb 7, 2024
1 parent 279ac05 commit 3a43f76
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,9 @@ class ClientCertificateConfig
# @!attribute [rw] gcs_fuse_csi_driver_config
# @return [::Google::Cloud::Container::V1::GcsFuseCsiDriverConfig]
# Configuration for the Cloud Storage Fuse CSI driver.
# @!attribute [rw] stateful_ha_config
# @return [::Google::Cloud::Container::V1::StatefulHAConfig]
# Optional. Configuration for the StatefulHA add-on.
class AddonsConfig
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -1038,6 +1041,15 @@ class GkeBackupAgentConfig
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Configuration for the Stateful HA add-on.
# @!attribute [rw] enabled
# @return [::Boolean]
# Whether the Stateful HA add-on is enabled for this cluster.
class StatefulHAConfig
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Configuration options for the master authorized networks feature. Enabled
# master authorized networks will disallow all external traffic to access
# Kubernetes master through HTTPS except traffic from the given CIDR blocks,
Expand Down

0 comments on commit 3a43f76

Please sign in to comment.