Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "kubernetes-ldap", Short: "Start the kubernetes-ldap server", Long: `kubernetes-ldap exposes two endpoints: /ldapAuth - to get a new token /authenticate - to verify the token`, Run: func(cmd *cobra.Command, args []string) { validate() registerMetrics() serve() }, }
RootCmd represents the serve command
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.