Documentation ¶
Index ¶
Constants ¶
View Source
const ManagedCNAMERecordCommentMarkFormat = "managed by strrl.dev/cloudflare-tunnel-ingress-controller, tunnel [%s]"
View Source
const WellKnownTunnelDomainFormat = "%s.cfargotunnel.com"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DNSOperationCreate ¶
type DNSOperationDelete ¶
type DNSOperationDelete struct {
OldRecord cloudflare.DNSRecord
}
type DNSOperationUpdate ¶
type Domain ¶ added in v0.0.13
type Domain struct {
Name string
}
func (Domain) IsSubDomainOf ¶ added in v0.0.13
type TunnelClient ¶
type TunnelClient struct {
// contains filtered or unexported fields
}
func NewTunnelClient ¶
func (*TunnelClient) FetchTunnelToken ¶
func (t *TunnelClient) FetchTunnelToken(ctx context.Context) (string, error)
func (*TunnelClient) PutExposures ¶
func (*TunnelClient) TunnelDomain ¶ added in v0.0.10
func (t *TunnelClient) TunnelDomain() string
Click to show internal directories.
Click to hide internal directories.