Class: Google::Cloud::EdgeContainer::V1::Cluster::SystemAddonsConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/edgecontainer/v1/resources.rb

Overview

Config that customers are allowed to define for GDCE system add-ons.

Defined Under Namespace

Classes: Ingress

Instance Attribute Summary collapse

Instance Attribute Details

#ingress::Google::Cloud::EdgeContainer::V1::Cluster::SystemAddonsConfig::Ingress

Returns Optional. Config for Ingress.



181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 181

class SystemAddonsConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Config for the Ingress add-on which allows customers to create an Ingress
  # object to manage external access to the servers in a cluster. The add-on
  # consists of istiod and istio-ingress.
  # @!attribute [rw] disabled
  #   @return [::Boolean]
  #     Optional. Whether Ingress is disabled.
  # @!attribute [rw] ipv4_vip
  #   @return [::String]
  #     Optional. Ingress VIP.
  class Ingress
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end