Versions in this module Expand all Collapse all v1 v1.0.0 Mar 16, 2022 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var Tunnel_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Tunnel_Kind}.String() + var Tunnel_GroupVersionKind = CRDGroupVersion.WithKind(Tunnel_Kind) + var Tunnel_Kind = "Tunnel" + var Tunnel_KindAPIVersion = Tunnel_Kind + "." + CRDGroupVersion.String() + type Tunnel struct + Spec TunnelSpec + Status TunnelStatus + func (in *Tunnel) DeepCopy() *Tunnel + func (in *Tunnel) DeepCopyInto(out *Tunnel) + func (in *Tunnel) DeepCopyObject() runtime.Object + func (mg *Tunnel) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Tunnel) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Tunnel) GetProviderConfigReference() *xpv1.Reference + func (mg *Tunnel) GetProviderReference() *xpv1.Reference + func (mg *Tunnel) GetTerraformResourceType() string + func (mg *Tunnel) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Tunnel) SetConditions(c ...xpv1.Condition) + func (mg *Tunnel) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Tunnel) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Tunnel) SetProviderReference(r *xpv1.Reference) + func (mg *Tunnel) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Tunnel) GetConnectionDetailsMapping() map[string]string + func (tr *Tunnel) GetID() string + func (tr *Tunnel) GetObservation() (map[string]interface{}, error) + func (tr *Tunnel) GetParameters() (map[string]interface{}, error) + func (tr *Tunnel) GetTerraformSchemaVersion() int + func (tr *Tunnel) LateInitialize(attrs []byte) (bool, error) + func (tr *Tunnel) SetObservation(obs map[string]interface{}) error + func (tr *Tunnel) SetParameters(params map[string]interface{}) error + type TunnelList struct + Items []Tunnel + func (in *TunnelList) DeepCopy() *TunnelList + func (in *TunnelList) DeepCopyInto(out *TunnelList) + func (in *TunnelList) DeepCopyObject() runtime.Object + func (l *TunnelList) GetItems() []resource.Managed + type TunnelObservation struct + Cname *string + ID *string + func (in *TunnelObservation) DeepCopy() *TunnelObservation + func (in *TunnelObservation) DeepCopyInto(out *TunnelObservation) + type TunnelParameters struct + AccountID *string + SecretSecretRef v1.SecretKeySelector + func (in *TunnelParameters) DeepCopy() *TunnelParameters + func (in *TunnelParameters) DeepCopyInto(out *TunnelParameters) + type TunnelSpec struct + ForProvider TunnelParameters + func (in *TunnelSpec) DeepCopy() *TunnelSpec + func (in *TunnelSpec) DeepCopyInto(out *TunnelSpec) + type TunnelStatus struct + AtProvider TunnelObservation + func (in *TunnelStatus) DeepCopy() *TunnelStatus + func (in *TunnelStatus) DeepCopyInto(out *TunnelStatus)