KubectlProxySettings.

DisableFilter Property

Summary

--disable-filter If true, disable request filtering in the proxy. This is dangerous, and can leave you vulnerable to XSRF attacks, when used with an accessible port.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlProxySettings

Syntax

public Nullable<bool> DisableFilter { get; set; }

Value

Type Description
Nullable<bool>