Versions in this module Expand all Collapse all v0 v0.3.0 Oct 5, 2022 v0.2.0 Jan 18, 2022 Changes in this version + const Group + const Version + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + var SecretGroupKind = schema.GroupKind{Group: Group, Kind: SecretKind}.String() + var SecretGroupVersionKind = SchemeGroupVersion.WithKind(SecretKind) + var SecretKind = reflect.TypeOf(Secret{}).Name() + var SecretKindAPIVersion = SecretKind + "." + SchemeGroupVersion.String() + type Secret struct + Spec SecretSpec + Status SecretStatus + func (in *Secret) DeepCopy() *Secret + func (in *Secret) DeepCopyInto(out *Secret) + func (in *Secret) DeepCopyObject() runtime.Object + func (mg *Secret) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Secret) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Secret) GetProviderConfigReference() *xpv1.Reference + func (mg *Secret) GetProviderReference() *xpv1.Reference + func (mg *Secret) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Secret) SetConditions(c ...xpv1.Condition) + func (mg *Secret) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Secret) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Secret) SetProviderReference(r *xpv1.Reference) + func (mg *Secret) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + type SecretList struct + Items []Secret + func (in *SecretList) DeepCopy() *SecretList + func (in *SecretList) DeepCopyInto(out *SecretList) + func (in *SecretList) DeepCopyObject() runtime.Object + func (l *SecretList) GetItems() []resource.Managed + type SecretObservation struct + LastModifiedAt *metav1.Time + func (in *SecretObservation) DeepCopy() *SecretObservation + func (in *SecretObservation) DeepCopyInto(out *SecretObservation) + type SecretParameters struct + ChecksumSecretRef *SecretReference + Description string + Name string + SecretRef SecretReference + func (in *SecretParameters) DeepCopy() *SecretParameters + func (in *SecretParameters) DeepCopyInto(out *SecretParameters) + type SecretReference struct + Key *string + Name string + Namespace string + func (in *SecretReference) DeepCopy() *SecretReference + func (in *SecretReference) DeepCopyInto(out *SecretReference) + type SecretSpec struct + ForProvider SecretParameters + func (in *SecretSpec) DeepCopy() *SecretSpec + func (in *SecretSpec) DeepCopyInto(out *SecretSpec) + type SecretStatus struct + AtProvider SecretObservation + func (in *SecretStatus) DeepCopy() *SecretStatus + func (in *SecretStatus) DeepCopyInto(out *SecretStatus)