ManagedClusterHttpProxyConfig Class

Definition

Cluster HTTP proxy configuration.

public class ManagedClusterHttpProxyConfig
type ManagedClusterHttpProxyConfig = class
Public Class ManagedClusterHttpProxyConfig
Inheritance
ManagedClusterHttpProxyConfig

Constructors

Name Description
ManagedClusterHttpProxyConfig()

Initializes a new instance of the ManagedClusterHttpProxyConfig class.

ManagedClusterHttpProxyConfig(String, String, IList<String>, String, Nullable<Boolean>)

Initializes a new instance of the ManagedClusterHttpProxyConfig class.

ManagedClusterHttpProxyConfig(String, String, IList<String>, String)

Initializes a new instance of the ManagedClusterHttpProxyConfig class.

Properties

Name Description
Enabled

Gets or sets whether to enable HTTP proxy. If disabled, the specified proxy configuration will be not be set on pods and nodes. If not specified, the default is true.

HttpProxy

Gets or sets the HTTP proxy server endpoint to use.

HttpsProxy

Gets or sets the HTTPS proxy server endpoint to use.

NoProxy

Gets or sets the endpoints that should not go through proxy.

TrustedCa

Gets or sets alternative CA cert to use for connecting to proxy servers.

Applies to