Documentation ¶
Index ¶
Constants ¶
View Source
const ( RecordNS = "NS" RecordA = "A" RecordCNAME = "CNAME" )
View Source
const ( EndpointIngress = "ingress" EndpointWildcard = "*" )
View Source
const EndpointAPI = "api"
Variables ¶
This section is empty.
Functions ¶
func EndpointBastion ¶ added in v0.5.0
Types ¶
type Bastion ¶ added in v0.5.0
type Bastion struct {
// contains filtered or unexported fields
}
func NewBastion ¶ added in v0.5.0
func NewBastion(baseDomain string, bastionsClient BastionsClient, dnsService *clouddns.Service) *Bastion
func (*Bastion) Unregister ¶ added in v0.5.0
type BastionsClient ¶ added in v0.5.0
type Wildcard ¶
type Wildcard struct {
// contains filtered or unexported fields
}
func (*Wildcard) Unregister ¶
Click to show internal directories.
Click to hide internal directories.