Documentation
¶
Index ¶
Constants ¶
View Source
const ( ControllerName = "kotary-controller" CouldNotList = "Could not list resources %s" )
Variables ¶
This section is empty.
Functions ¶
func DefaultLabelSelector ¶
Types ¶
type ClusterRole ¶
type ClusterRole int
const ( CustomerRole ClusterRole = iota AppRole OpsRole AdminRole )
func GetClusterRole ¶
func GetClusterRole(str string) (error, ClusterRole)
func (ClusterRole) String ¶
func (c ClusterRole) String() string
type LdapConfig ¶
type LdapConfig struct { UserBase string GroupBase string AppGroupBase string CustomerGroupBase string OpsGroupBase string AdminGroupBase string Host string Port int UseSSL bool StartTLS bool SkipTLSVerification bool BindDN string BindPassword string UserFilter string UserKey string GroupFilter string Attributes []string }
func LoadConfig ¶
func LoadConfig() LdapConfig
Click to show internal directories.
Click to hide internal directories.