Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AuthServerPort is the port exposed by the external authorization server AuthServerPort = 9001 // DeploymentName is the name of the external authorization server deployment. DeploymentName = "reversed-vpn-auth-server" // ServiceName is the name of the external authorization server service. ServiceName = DeploymentName )
Variables ¶
This section is empty.
Functions ¶
func NewExtAuthServer ¶
func NewExtAuthServer( client client.Client, namespace string, imageExtAuthzServer string, replicas int32, ) component.DeployWaiter
NewExtAuthServer creates a new instance of DeployWaiter for the auth-server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.