Documentation ¶
Overview ¶
Package traefik
Copyright © 2023 zcubbs https://github.com/zcubbs
Package traefik ¶
Copyright © 2023 zcubbs https://github.com/zcubbs
Package traefik ¶
Copyright © 2023 zcubbs https://github.com/zcubbs
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "traefik", Short: "traefik Commands", Long: `This command manages traefik.`, Run: func(cmd *cobra.Command, args []string) { err := cmd.Help() if err != nil { fmt.Println(err) } }, }
Cmd represents the installCmd command
Functions ¶
This section is empty.
Types ¶
type DnsProvider ¶ added in v1.6.0
type DnsProvider string
const ( Cloudflare DnsProvider = "cloudflare" OVH DnsProvider = "ovh" Azure DnsProvider = "azure" )
Click to show internal directories.
Click to hide internal directories.