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 Job_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Job_Kind}.String() + var Job_GroupVersionKind = CRDGroupVersion.WithKind(Job_Kind) + var Job_Kind = "Job" + var Job_KindAPIVersion = Job_Kind + "." + CRDGroupVersion.String() + var OwnershipChallenge_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: OwnershipChallenge_Kind}.String() + var OwnershipChallenge_GroupVersionKind = CRDGroupVersion.WithKind(OwnershipChallenge_Kind) + var OwnershipChallenge_Kind = "OwnershipChallenge" + var OwnershipChallenge_KindAPIVersion = OwnershipChallenge_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + type Job struct + Spec JobSpec + Status JobStatus + func (in *Job) DeepCopy() *Job + func (in *Job) DeepCopyInto(out *Job) + func (in *Job) DeepCopyObject() runtime.Object + func (mg *Job) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Job) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Job) GetProviderConfigReference() *xpv1.Reference + func (mg *Job) GetProviderReference() *xpv1.Reference + func (mg *Job) GetTerraformResourceType() string + func (mg *Job) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Job) SetConditions(c ...xpv1.Condition) + func (mg *Job) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Job) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Job) SetProviderReference(r *xpv1.Reference) + func (mg *Job) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Job) GetConnectionDetailsMapping() map[string]string + func (tr *Job) GetID() string + func (tr *Job) GetObservation() (map[string]interface{}, error) + func (tr *Job) GetParameters() (map[string]interface{}, error) + func (tr *Job) GetTerraformSchemaVersion() int + func (tr *Job) LateInitialize(attrs []byte) (bool, error) + func (tr *Job) SetObservation(obs map[string]interface{}) error + func (tr *Job) SetParameters(params map[string]interface{}) error + type JobList struct + Items []Job + func (in *JobList) DeepCopy() *JobList + func (in *JobList) DeepCopyInto(out *JobList) + func (in *JobList) DeepCopyObject() runtime.Object + func (l *JobList) GetItems() []resource.Managed + type JobObservation struct + ID *string + func (in *JobObservation) DeepCopy() *JobObservation + func (in *JobObservation) DeepCopyInto(out *JobObservation) + type JobParameters struct + AccountID *string + Dataset *string + DestinationConf *string + Enabled *bool + LogpullOptions *string + OwnershipChallenge *string + ZoneID *string + func (in *JobParameters) DeepCopy() *JobParameters + func (in *JobParameters) DeepCopyInto(out *JobParameters) + type JobSpec struct + ForProvider JobParameters + func (in *JobSpec) DeepCopy() *JobSpec + func (in *JobSpec) DeepCopyInto(out *JobSpec) + type JobStatus struct + AtProvider JobObservation + func (in *JobStatus) DeepCopy() *JobStatus + func (in *JobStatus) DeepCopyInto(out *JobStatus) + type OwnershipChallenge struct + Spec OwnershipChallengeSpec + Status OwnershipChallengeStatus + func (in *OwnershipChallenge) DeepCopy() *OwnershipChallenge + func (in *OwnershipChallenge) DeepCopyInto(out *OwnershipChallenge) + func (in *OwnershipChallenge) DeepCopyObject() runtime.Object + func (mg *OwnershipChallenge) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *OwnershipChallenge) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *OwnershipChallenge) GetProviderConfigReference() *xpv1.Reference + func (mg *OwnershipChallenge) GetProviderReference() *xpv1.Reference + func (mg *OwnershipChallenge) GetTerraformResourceType() string + func (mg *OwnershipChallenge) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *OwnershipChallenge) SetConditions(c ...xpv1.Condition) + func (mg *OwnershipChallenge) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *OwnershipChallenge) SetProviderConfigReference(r *xpv1.Reference) + func (mg *OwnershipChallenge) SetProviderReference(r *xpv1.Reference) + func (mg *OwnershipChallenge) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *OwnershipChallenge) GetConnectionDetailsMapping() map[string]string + func (tr *OwnershipChallenge) GetID() string + func (tr *OwnershipChallenge) GetObservation() (map[string]interface{}, error) + func (tr *OwnershipChallenge) GetParameters() (map[string]interface{}, error) + func (tr *OwnershipChallenge) GetTerraformSchemaVersion() int + func (tr *OwnershipChallenge) LateInitialize(attrs []byte) (bool, error) + func (tr *OwnershipChallenge) SetObservation(obs map[string]interface{}) error + func (tr *OwnershipChallenge) SetParameters(params map[string]interface{}) error + type OwnershipChallengeList struct + Items []OwnershipChallenge + func (in *OwnershipChallengeList) DeepCopy() *OwnershipChallengeList + func (in *OwnershipChallengeList) DeepCopyInto(out *OwnershipChallengeList) + func (in *OwnershipChallengeList) DeepCopyObject() runtime.Object + func (l *OwnershipChallengeList) GetItems() []resource.Managed + type OwnershipChallengeObservation struct + ID *string + OwnershipChallengeFilename *string + func (in *OwnershipChallengeObservation) DeepCopy() *OwnershipChallengeObservation + func (in *OwnershipChallengeObservation) DeepCopyInto(out *OwnershipChallengeObservation) + type OwnershipChallengeParameters struct + AccountID *string + DestinationConf *string + ZoneID *string + func (in *OwnershipChallengeParameters) DeepCopy() *OwnershipChallengeParameters + func (in *OwnershipChallengeParameters) DeepCopyInto(out *OwnershipChallengeParameters) + type OwnershipChallengeSpec struct + ForProvider OwnershipChallengeParameters + func (in *OwnershipChallengeSpec) DeepCopy() *OwnershipChallengeSpec + func (in *OwnershipChallengeSpec) DeepCopyInto(out *OwnershipChallengeSpec) + type OwnershipChallengeStatus struct + AtProvider OwnershipChallengeObservation + func (in *OwnershipChallengeStatus) DeepCopy() *OwnershipChallengeStatus + func (in *OwnershipChallengeStatus) DeepCopyInto(out *OwnershipChallengeStatus)