Share via


ContainerServiceNetworkProfileKubeProxyConfig Class

Definition

Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v<version>.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where <version> is represented by a <major version>-<minor version> string. Kubernetes version 1.23 would be '1-23'.

public class ContainerServiceNetworkProfileKubeProxyConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileKubeProxyConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileKubeProxyConfig>
type ContainerServiceNetworkProfileKubeProxyConfig = class
    interface IJsonModel<ContainerServiceNetworkProfileKubeProxyConfig>
    interface IPersistableModel<ContainerServiceNetworkProfileKubeProxyConfig>
Public Class ContainerServiceNetworkProfileKubeProxyConfig
Implements IJsonModel(Of ContainerServiceNetworkProfileKubeProxyConfig), IPersistableModel(Of ContainerServiceNetworkProfileKubeProxyConfig)
Inheritance
ContainerServiceNetworkProfileKubeProxyConfig
Implements

Applies to