Versions in this module Expand all Collapse all v0 v0.13.1 Jun 8, 2025 v0.13.0 May 6, 2025 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type CloudflareDetails struct + AccountId string + AccountName string + CLOUDFLARE_API_KEY string + CLOUDFLARE_API_TOKEN string + CLOUDFLARE_TUNNEL_CREDENTIAL_FILE string + CLOUDFLARE_TUNNEL_CREDENTIAL_SECRET string + Domain string + Email string + Secret string + func (in *CloudflareDetails) DeepCopy() *CloudflareDetails + func (in *CloudflareDetails) DeepCopyInto(out *CloudflareDetails) + type ClusterTunnel struct + Spec TunnelSpec + Status TunnelStatus + func (*ClusterTunnel) Hub() + func (in *ClusterTunnel) DeepCopy() *ClusterTunnel + func (in *ClusterTunnel) DeepCopyInto(out *ClusterTunnel) + func (in *ClusterTunnel) DeepCopyObject() runtime.Object + type ClusterTunnelList struct + Items []ClusterTunnel + func (in *ClusterTunnelList) DeepCopy() *ClusterTunnelList + func (in *ClusterTunnelList) DeepCopyInto(out *ClusterTunnelList) + func (in *ClusterTunnelList) DeepCopyObject() runtime.Object + type ExistingTunnel struct + Id string + Name string + func (in *ExistingTunnel) DeepCopy() *ExistingTunnel + func (in *ExistingTunnel) DeepCopyInto(out *ExistingTunnel) + type NewTunnel struct + Name string + func (in *NewTunnel) DeepCopy() *NewTunnel + func (in *NewTunnel) DeepCopyInto(out *NewTunnel) + type Tunnel struct + Spec TunnelSpec + Status TunnelStatus + func (*Tunnel) Hub() + func (in *Tunnel) DeepCopy() *Tunnel + func (in *Tunnel) DeepCopyInto(out *Tunnel) + func (in *Tunnel) DeepCopyObject() runtime.Object + type TunnelList struct + Items []Tunnel + func (in *TunnelList) DeepCopy() *TunnelList + func (in *TunnelList) DeepCopyInto(out *TunnelList) + func (in *TunnelList) DeepCopyObject() runtime.Object + type TunnelSpec struct + Cloudflare CloudflareDetails + DeployPatch string + ExistingTunnel *ExistingTunnel + FallbackTarget string + NewTunnel *NewTunnel + NoTlsVerify bool + OriginCaPool string + Protocol string + func (in *TunnelSpec) DeepCopy() *TunnelSpec + func (in *TunnelSpec) DeepCopyInto(out *TunnelSpec) + type TunnelStatus struct + AccountId string + TunnelId string + TunnelName string + ZoneId string + func (in *TunnelStatus) DeepCopy() *TunnelStatus + func (in *TunnelStatus) DeepCopyInto(out *TunnelStatus)