Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedClusterHttpProxyConfig

Package version

Cluster HTTP proxy configuration.

Hierarchy

  • ManagedClusterHttpProxyConfig

Index

Properties

Optional effectiveNoProxy

effectiveNoProxy: string[]

A read-only list of all endpoints for which traffic should not be sent to the proxy. This list is a superset of noProxy and values injected by AKS. NOTE: This property will not be serialized. It can only be populated by the server.

Optional httpProxy

httpProxy: undefined | string

The HTTP proxy server endpoint to use.

Optional httpsProxy

httpsProxy: undefined | string

The HTTPS proxy server endpoint to use.

Optional noProxy

noProxy: string[]

The endpoints that should not go through proxy.

Optional trustedCa

trustedCa: undefined | string

Alternative CA cert to use for connecting to proxy servers.

Generated using TypeDoc