Versions in this module Expand all Collapse all v0 v0.1.0 Jan 12, 2023 v0.0.1 Jan 12, 2023 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var Pages_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Pages_Kind}.String() + var Pages_GroupVersionKind = CRDGroupVersion.WithKind(Pages_Kind) + var Pages_Kind = "Pages" + var Pages_KindAPIVersion = Pages_Kind + "." + CRDGroupVersion.String() + var SSL_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: SSL_Kind}.String() + var SSL_GroupVersionKind = CRDGroupVersion.WithKind(SSL_Kind) + var SSL_Kind = "SSL" + var SSL_KindAPIVersion = SSL_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + type CustomSSLOptionsObservation struct + func (in *CustomSSLOptionsObservation) DeepCopy() *CustomSSLOptionsObservation + func (in *CustomSSLOptionsObservation) DeepCopyInto(out *CustomSSLOptionsObservation) + type CustomSSLOptionsParameters struct + BundleMethod *string + Certificate *string + GeoRestrictions *string + PrivateKeySecretRef *v1.SecretKeySelector + Type *string + func (in *CustomSSLOptionsParameters) DeepCopy() *CustomSSLOptionsParameters + func (in *CustomSSLOptionsParameters) DeepCopyInto(out *CustomSSLOptionsParameters) + type CustomSSLPriorityObservation struct + func (in *CustomSSLPriorityObservation) DeepCopy() *CustomSSLPriorityObservation + func (in *CustomSSLPriorityObservation) DeepCopyInto(out *CustomSSLPriorityObservation) + type CustomSSLPriorityParameters struct + ID *string + Priority *float64 + func (in *CustomSSLPriorityParameters) DeepCopy() *CustomSSLPriorityParameters + func (in *CustomSSLPriorityParameters) DeepCopyInto(out *CustomSSLPriorityParameters) + type Pages struct + Spec PagesSpec + Status PagesStatus + func (in *Pages) DeepCopy() *Pages + func (in *Pages) DeepCopyInto(out *Pages) + func (in *Pages) DeepCopyObject() runtime.Object + func (mg *Pages) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Pages) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Pages) GetProviderConfigReference() *xpv1.Reference + func (mg *Pages) GetProviderReference() *xpv1.Reference + func (mg *Pages) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Pages) GetTerraformResourceType() string + func (mg *Pages) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Pages) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *Pages) SetConditions(c ...xpv1.Condition) + func (mg *Pages) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Pages) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Pages) SetProviderReference(r *xpv1.Reference) + func (mg *Pages) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Pages) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Pages) GetConnectionDetailsMapping() map[string]string + func (tr *Pages) GetID() string + func (tr *Pages) GetObservation() (map[string]any, error) + func (tr *Pages) GetParameters() (map[string]any, error) + func (tr *Pages) GetTerraformSchemaVersion() int + func (tr *Pages) LateInitialize(attrs []byte) (bool, error) + func (tr *Pages) SetObservation(obs map[string]any) error + func (tr *Pages) SetParameters(params map[string]any) error + type PagesList struct + Items []Pages + func (in *PagesList) DeepCopy() *PagesList + func (in *PagesList) DeepCopyInto(out *PagesList) + func (in *PagesList) DeepCopyObject() runtime.Object + func (l *PagesList) GetItems() []resource.Managed + type PagesObservation struct + ID *string + func (in *PagesObservation) DeepCopy() *PagesObservation + func (in *PagesObservation) DeepCopyInto(out *PagesObservation) + type PagesParameters struct + AccountID *string + AccountIDRef *v1.Reference + AccountIDSelector *v1.Selector + State *string + Type *string + URL *string + ZoneID *string + ZoneIDRef *v1.Reference + ZoneIDSelector *v1.Selector + func (in *PagesParameters) DeepCopy() *PagesParameters + func (in *PagesParameters) DeepCopyInto(out *PagesParameters) + type PagesSpec struct + ForProvider PagesParameters + func (in *PagesSpec) DeepCopy() *PagesSpec + func (in *PagesSpec) DeepCopyInto(out *PagesSpec) + type PagesStatus struct + AtProvider PagesObservation + func (in *PagesStatus) DeepCopy() *PagesStatus + func (in *PagesStatus) DeepCopyInto(out *PagesStatus) + type SSL struct + Spec SSLSpec + Status SSLStatus + func (in *SSL) DeepCopy() *SSL + func (in *SSL) DeepCopyInto(out *SSL) + func (in *SSL) DeepCopyObject() runtime.Object + func (mg *SSL) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *SSL) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *SSL) GetProviderConfigReference() *xpv1.Reference + func (mg *SSL) GetProviderReference() *xpv1.Reference + func (mg *SSL) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *SSL) GetTerraformResourceType() string + func (mg *SSL) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *SSL) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *SSL) SetConditions(c ...xpv1.Condition) + func (mg *SSL) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *SSL) SetProviderConfigReference(r *xpv1.Reference) + func (mg *SSL) SetProviderReference(r *xpv1.Reference) + func (mg *SSL) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *SSL) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *SSL) GetConnectionDetailsMapping() map[string]string + func (tr *SSL) GetID() string + func (tr *SSL) GetObservation() (map[string]any, error) + func (tr *SSL) GetParameters() (map[string]any, error) + func (tr *SSL) GetTerraformSchemaVersion() int + func (tr *SSL) LateInitialize(attrs []byte) (bool, error) + func (tr *SSL) SetObservation(obs map[string]any) error + func (tr *SSL) SetParameters(params map[string]any) error + type SSLList struct + Items []SSL + func (in *SSLList) DeepCopy() *SSLList + func (in *SSLList) DeepCopyInto(out *SSLList) + func (in *SSLList) DeepCopyObject() runtime.Object + func (l *SSLList) GetItems() []resource.Managed + type SSLObservation struct + ExpiresOn *string + Hosts []*string + ID *string + Issuer *string + ModifiedOn *string + Priority *float64 + Signature *string + Status *string + UploadedOn *string + func (in *SSLObservation) DeepCopy() *SSLObservation + func (in *SSLObservation) DeepCopyInto(out *SSLObservation) + type SSLParameters struct + CustomSSLOptions []CustomSSLOptionsParameters + CustomSSLPriority []CustomSSLPriorityParameters + ZoneID *string + ZoneIDRef *v1.Reference + ZoneIDSelector *v1.Selector + func (in *SSLParameters) DeepCopy() *SSLParameters + func (in *SSLParameters) DeepCopyInto(out *SSLParameters) + type SSLSpec struct + ForProvider SSLParameters + func (in *SSLSpec) DeepCopy() *SSLSpec + func (in *SSLSpec) DeepCopyInto(out *SSLSpec) + type SSLStatus struct + AtProvider SSLObservation + func (in *SSLStatus) DeepCopy() *SSLStatus + func (in *SSLStatus) DeepCopyInto(out *SSLStatus)