Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AuthDirectory default directory used to store files // to authenticate request AuthDirectory = "/etc/ingress-controller/auth" // DefaultSSLDirectory defines the location where the SSL certificates will be generated // This directory contains all the SSL certificates that are specified in Ingress rules. // The name of each file is <namespace>-<secret name>.pem. The content is the concatenated // certificate and key. DefaultSSLDirectory = "/etc/ingress-controller/ssl" )
View Source
const ReadWriteByUser = 0700
ReadWriteByUser defines linux permission to read and write files for the owner user
Variables ¶
This section is empty.
Functions ¶
func CreateRequiredDirectories ¶
func CreateRequiredDirectories() error
CreateRequiredDirectories verifies if the required directories to start the ingress controller exist and creates the missing ones.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.