Class: Google::Cloud::GkeMultiCloud::V1::AttachedProxyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AttachedProxyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb
Overview
Details of a proxy config.
Instance Attribute Summary collapse
-
#kubernetes_secret ⇒ ::Google::Cloud::GkeMultiCloud::V1::KubernetesSecret
The Kubernetes Secret resource that contains the HTTP(S) proxy configuration.
Instance Attribute Details
#kubernetes_secret ⇒ ::Google::Cloud::GkeMultiCloud::V1::KubernetesSecret
Returns The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in.
269 270 271 272 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 269 class AttachedProxyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |