Class: Google::Cloud::EdgeContainer::V1::Cluster::SystemAddonsConfig::Ingress
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::Cluster::SystemAddonsConfig::Ingress
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
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.
Instance Attribute Summary collapse
-
#disabled ⇒ ::Boolean
Optional.
-
#ipv4_vip ⇒ ::String
Optional.
Instance Attribute Details
#disabled ⇒ ::Boolean
Returns Optional. Whether Ingress is disabled.
194 195 196 197 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 194 class Ingress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ipv4_vip ⇒ ::String
Returns Optional. Ingress VIP.
194 195 196 197 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 194 class Ingress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |