public sealed class AttachedProxyConfig : IMessage<AttachedProxyConfig>, IEquatable<AttachedProxyConfig>, IDeepCloneable<AttachedProxyConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AttachedProxyConfig.
Details of a proxy config.
Implements
IMessageAttachedProxyConfig, IEquatableAttachedProxyConfig, IDeepCloneableAttachedProxyConfig, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AttachedProxyConfig()
public AttachedProxyConfig()
AttachedProxyConfig(AttachedProxyConfig)
public AttachedProxyConfig(AttachedProxyConfig other)
Parameter | |
---|---|
Name | Description |
other |
AttachedProxyConfig |
Properties
KubernetesSecret
public KubernetesSecret KubernetesSecret { get; set; }
The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/eks/how-to/use-a-proxy#configure-proxy-support for EKS clusters and https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/aks/how-to/use-a-proxy#configure-proxy-support for AKS clusters.
Property Value | |
---|---|
Type | Description |
KubernetesSecret |