Documentation ¶ Index ¶ Constants func New(client client.Client, namespace string, imageExtAuthzServer string, ...) component.DeployWaiter Constants ¶ View Source const ( // ServerPort is the port exposed by the reversed-vpn-auth-server. ServerPort = 9001 // Name is the name of the reversed-vpn-auth-server. Name = "reversed-vpn-auth-server" ) Variables ¶ This section is empty. Functions ¶ func New ¶ func New( client client.Client, namespace string, imageExtAuthzServer string, kubernetesVersion *semver.Version, ) component.DeployWaiter New creates a new instance of DeployWaiter for the ReversedVPN authorization server. Types ¶ This section is empty. Source Files ¶ View all Source files authzserver.go Click to show internal directories. Click to hide internal directories.