Versions in this module Expand all Collapse all v0 v0.0.2 Oct 16, 2022 v0.0.1 Sep 10, 2022 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var Branch_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Branch_Kind}.String() + var Branch_GroupVersionKind = CRDGroupVersion.WithKind(Branch_Kind) + var Branch_Kind = "Branch" + var Branch_KindAPIVersion = Branch_Kind + "." + CRDGroupVersion.String() + var CRDGroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type Branch struct + Spec BranchSpec + Status BranchStatus + func (in *Branch) DeepCopy() *Branch + func (in *Branch) DeepCopyInto(out *Branch) + func (in *Branch) DeepCopyObject() runtime.Object + func (mg *Branch) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Branch) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Branch) GetProviderConfigReference() *xpv1.Reference + func (mg *Branch) GetProviderReference() *xpv1.Reference + func (mg *Branch) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Branch) GetTerraformResourceType() string + func (mg *Branch) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Branch) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *Branch) SetConditions(c ...xpv1.Condition) + func (mg *Branch) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Branch) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Branch) SetProviderReference(r *xpv1.Reference) + func (mg *Branch) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Branch) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Branch) GetConnectionDetailsMapping() map[string]string + func (tr *Branch) GetID() string + func (tr *Branch) GetObservation() (map[string]interface{}, error) + func (tr *Branch) GetParameters() (map[string]interface{}, error) + func (tr *Branch) GetTerraformSchemaVersion() int + func (tr *Branch) LateInitialize(attrs []byte) (bool, error) + func (tr *Branch) SetObservation(obs map[string]interface{}) error + func (tr *Branch) SetParameters(params map[string]interface{}) error + type BranchList struct + Items []Branch + func (in *BranchList) DeepCopy() *BranchList + func (in *BranchList) DeepCopyInto(out *BranchList) + func (in *BranchList) DeepCopyObject() runtime.Object + func (l *BranchList) GetItems() []resource.Managed + type BranchObservation struct + Etag *string + ID *string + Ref *string + Sha *string + func (in *BranchObservation) DeepCopy() *BranchObservation + func (in *BranchObservation) DeepCopyInto(out *BranchObservation) + type BranchParameters struct + Branch *string + Repository *string + RepositoryRef *v1.Reference + RepositorySelector *v1.Selector + SourceBranch *string + SourceSha *string + func (in *BranchParameters) DeepCopy() *BranchParameters + func (in *BranchParameters) DeepCopyInto(out *BranchParameters) + type BranchSpec struct + ForProvider BranchParameters + func (in *BranchSpec) DeepCopy() *BranchSpec + func (in *BranchSpec) DeepCopyInto(out *BranchSpec) + type BranchStatus struct + AtProvider BranchObservation + func (in *BranchStatus) DeepCopy() *BranchStatus + func (in *BranchStatus) DeepCopyInto(out *BranchStatus)