KubectlPortForwardSettings.

Address Property

Summary

--address Addresses to listen on (comma separated). Only accepts IP addresses or localhost as a value. When localhost is supplied, kubectl will try to bind on both 127.0.0.1 and ::1 and will fail if neither of these addresses are available to bind.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlPortForwardSettings

Syntax

public string Address { get; set; }

Value

Type Description
string