v1alpha1

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=custom.cloudflare.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "custom.cloudflare.upbound.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	Pages_Kind             = "Pages"
	Pages_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Pages_Kind}.String()
	Pages_KindAPIVersion   = Pages_Kind + "." + CRDGroupVersion.String()
	Pages_GroupVersionKind = CRDGroupVersion.WithKind(Pages_Kind)
)

Repository type metadata.

View Source
var (
	SSL_Kind             = "SSL"
	SSL_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: SSL_Kind}.String()
	SSL_KindAPIVersion   = SSL_Kind + "." + CRDGroupVersion.String()
	SSL_GroupVersionKind = CRDGroupVersion.WithKind(SSL_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type CustomSSLOptionsObservation

type CustomSSLOptionsObservation struct {
}

func (*CustomSSLOptionsObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomSSLOptionsObservation.

func (*CustomSSLOptionsObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CustomSSLOptionsParameters

type CustomSSLOptionsParameters struct {

	// +kubebuilder:validation:Optional
	BundleMethod *string `json:"bundleMethod,omitempty" tf:"bundle_method,omitempty"`

	// +kubebuilder:validation:Optional
	Certificate *string `json:"certificate,omitempty" tf:"certificate,omitempty"`

	// +kubebuilder:validation:Optional
	GeoRestrictions *string `json:"geoRestrictions,omitempty" tf:"geo_restrictions,omitempty"`

	// +kubebuilder:validation:Optional
	PrivateKeySecretRef *v1.SecretKeySelector `json:"privateKeySecretRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	Type *string `json:"type,omitempty" tf:"type,omitempty"`
}

func (*CustomSSLOptionsParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomSSLOptionsParameters.

func (*CustomSSLOptionsParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CustomSSLPriorityObservation

type CustomSSLPriorityObservation struct {
}

func (*CustomSSLPriorityObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomSSLPriorityObservation.

func (*CustomSSLPriorityObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CustomSSLPriorityParameters

type CustomSSLPriorityParameters struct {

	// +kubebuilder:validation:Optional
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// +kubebuilder:validation:Optional
	Priority *float64 `json:"priority,omitempty" tf:"priority,omitempty"`
}

func (*CustomSSLPriorityParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomSSLPriorityParameters.

func (*CustomSSLPriorityParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Pages

type Pages struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              PagesSpec   `json:"spec"`
	Status            PagesStatus `json:"status,omitempty"`
}

Pages is the Schema for the Pagess API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,cloudflare}

func (*Pages) DeepCopy

func (in *Pages) DeepCopy() *Pages

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Pages.

func (*Pages) DeepCopyInto

func (in *Pages) DeepCopyInto(out *Pages)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Pages) DeepCopyObject

func (in *Pages) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Pages) GetCondition

func (mg *Pages) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Pages.

func (*Pages) GetConnectionDetailsMapping

func (tr *Pages) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Pages

func (*Pages) GetDeletionPolicy

func (mg *Pages) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Pages.

func (*Pages) GetID

func (tr *Pages) GetID() string

GetID returns ID of underlying Terraform resource of this Pages

func (*Pages) GetObservation

func (tr *Pages) GetObservation() (map[string]any, error)

GetObservation of this Pages

func (*Pages) GetParameters

func (tr *Pages) GetParameters() (map[string]any, error)

GetParameters of this Pages

func (*Pages) GetProviderConfigReference

func (mg *Pages) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Pages.

func (*Pages) GetProviderReference

func (mg *Pages) GetProviderReference() *xpv1.Reference

GetProviderReference of this Pages. Deprecated: Use GetProviderConfigReference.

func (*Pages) GetPublishConnectionDetailsTo

func (mg *Pages) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Pages.

func (*Pages) GetTerraformResourceType

func (mg *Pages) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Pages

func (*Pages) GetTerraformSchemaVersion

func (tr *Pages) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Pages) GetWriteConnectionSecretToReference

func (mg *Pages) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Pages.

func (*Pages) LateInitialize

func (tr *Pages) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Pages using its observed tfState. returns True if there are any spec changes for the resource.

func (*Pages) ResolveReferences

func (mg *Pages) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this Pages.

func (*Pages) SetConditions

func (mg *Pages) SetConditions(c ...xpv1.Condition)

SetConditions of this Pages.

func (*Pages) SetDeletionPolicy

func (mg *Pages) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Pages.

func (*Pages) SetObservation

func (tr *Pages) SetObservation(obs map[string]any) error

SetObservation for this Pages

func (*Pages) SetParameters

func (tr *Pages) SetParameters(params map[string]any) error

SetParameters for this Pages

func (*Pages) SetProviderConfigReference

func (mg *Pages) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Pages.

func (*Pages) SetProviderReference

func (mg *Pages) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this Pages. Deprecated: Use SetProviderConfigReference.

func (*Pages) SetPublishConnectionDetailsTo

func (mg *Pages) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Pages.

func (*Pages) SetWriteConnectionSecretToReference

func (mg *Pages) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Pages.

type PagesList

type PagesList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Pages `json:"items"`
}

PagesList contains a list of Pagess

func (*PagesList) DeepCopy

func (in *PagesList) DeepCopy() *PagesList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PagesList.

func (*PagesList) DeepCopyInto

func (in *PagesList) DeepCopyInto(out *PagesList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PagesList) DeepCopyObject

func (in *PagesList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*PagesList) GetItems

func (l *PagesList) GetItems() []resource.Managed

GetItems of this PagesList.

type PagesObservation

type PagesObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*PagesObservation) DeepCopy

func (in *PagesObservation) DeepCopy() *PagesObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PagesObservation.

func (*PagesObservation) DeepCopyInto

func (in *PagesObservation) DeepCopyInto(out *PagesObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PagesParameters

type PagesParameters struct {

	// The account identifier to target for the resource. Conflicts with `zone_id`.
	// +crossplane:generate:reference:type=github.com/cdloh/provider-cloudflare/apis/account/v1alpha1.Account
	// +kubebuilder:validation:Optional
	AccountID *string `json:"accountId,omitempty" tf:"account_id,omitempty"`

	// Reference to a Account in account to populate accountId.
	// +kubebuilder:validation:Optional
	AccountIDRef *v1.Reference `json:"accountIdRef,omitempty" tf:"-"`

	// Selector for a Account in account to populate accountId.
	// +kubebuilder:validation:Optional
	AccountIDSelector *v1.Selector `json:"accountIdSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	State *string `json:"state,omitempty" tf:"state,omitempty"`

	// +kubebuilder:validation:Required
	Type *string `json:"type" tf:"type,omitempty"`

	// +kubebuilder:validation:Required
	URL *string `json:"url" tf:"url,omitempty"`

	// The zone identifier to target for the resource. Conflicts with `account_id`.
	// +crossplane:generate:reference:type=github.com/cdloh/provider-cloudflare/apis/zone/v1alpha1.Zone
	// +kubebuilder:validation:Optional
	ZoneID *string `json:"zoneId,omitempty" tf:"zone_id,omitempty"`

	// Reference to a Zone in zone to populate zoneId.
	// +kubebuilder:validation:Optional
	ZoneIDRef *v1.Reference `json:"zoneIdRef,omitempty" tf:"-"`

	// Selector for a Zone in zone to populate zoneId.
	// +kubebuilder:validation:Optional
	ZoneIDSelector *v1.Selector `json:"zoneIdSelector,omitempty" tf:"-"`
}

func (*PagesParameters) DeepCopy

func (in *PagesParameters) DeepCopy() *PagesParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PagesParameters.

func (*PagesParameters) DeepCopyInto

func (in *PagesParameters) DeepCopyInto(out *PagesParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PagesSpec

type PagesSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     PagesParameters `json:"forProvider"`
}

PagesSpec defines the desired state of Pages

func (*PagesSpec) DeepCopy

func (in *PagesSpec) DeepCopy() *PagesSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PagesSpec.

func (*PagesSpec) DeepCopyInto

func (in *PagesSpec) DeepCopyInto(out *PagesSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PagesStatus

type PagesStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        PagesObservation `json:"atProvider,omitempty"`
}

PagesStatus defines the observed state of Pages.

func (*PagesStatus) DeepCopy

func (in *PagesStatus) DeepCopy() *PagesStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PagesStatus.

func (*PagesStatus) DeepCopyInto

func (in *PagesStatus) DeepCopyInto(out *PagesStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SSL

type SSL struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              SSLSpec   `json:"spec"`
	Status            SSLStatus `json:"status,omitempty"`
}

SSL is the Schema for the SSLs API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,cloudflare}

func (*SSL) DeepCopy

func (in *SSL) DeepCopy() *SSL

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SSL.

func (*SSL) DeepCopyInto

func (in *SSL) DeepCopyInto(out *SSL)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SSL) DeepCopyObject

func (in *SSL) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*SSL) GetCondition

func (mg *SSL) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this SSL.

func (*SSL) GetConnectionDetailsMapping

func (tr *SSL) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this SSL

func (*SSL) GetDeletionPolicy

func (mg *SSL) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this SSL.

func (*SSL) GetID

func (tr *SSL) GetID() string

GetID returns ID of underlying Terraform resource of this SSL

func (*SSL) GetObservation

func (tr *SSL) GetObservation() (map[string]any, error)

GetObservation of this SSL

func (*SSL) GetParameters

func (tr *SSL) GetParameters() (map[string]any, error)

GetParameters of this SSL

func (*SSL) GetProviderConfigReference

func (mg *SSL) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this SSL.

func (*SSL) GetProviderReference

func (mg *SSL) GetProviderReference() *xpv1.Reference

GetProviderReference of this SSL. Deprecated: Use GetProviderConfigReference.

func (*SSL) GetPublishConnectionDetailsTo

func (mg *SSL) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this SSL.

func (*SSL) GetTerraformResourceType

func (mg *SSL) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this SSL

func (*SSL) GetTerraformSchemaVersion

func (tr *SSL) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*SSL) GetWriteConnectionSecretToReference

func (mg *SSL) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this SSL.

func (*SSL) LateInitialize

func (tr *SSL) LateInitialize(attrs []byte) (bool, error)

LateInitialize this SSL using its observed tfState. returns True if there are any spec changes for the resource.

func (*SSL) ResolveReferences

func (mg *SSL) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this SSL.

func (*SSL) SetConditions

func (mg *SSL) SetConditions(c ...xpv1.Condition)

SetConditions of this SSL.

func (*SSL) SetDeletionPolicy

func (mg *SSL) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this SSL.

func (*SSL) SetObservation

func (tr *SSL) SetObservation(obs map[string]any) error

SetObservation for this SSL

func (*SSL) SetParameters

func (tr *SSL) SetParameters(params map[string]any) error

SetParameters for this SSL

func (*SSL) SetProviderConfigReference

func (mg *SSL) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this SSL.

func (*SSL) SetProviderReference

func (mg *SSL) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this SSL. Deprecated: Use SetProviderConfigReference.

func (*SSL) SetPublishConnectionDetailsTo

func (mg *SSL) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this SSL.

func (*SSL) SetWriteConnectionSecretToReference

func (mg *SSL) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this SSL.

type SSLList

type SSLList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []SSL `json:"items"`
}

SSLList contains a list of SSLs

func (*SSLList) DeepCopy

func (in *SSLList) DeepCopy() *SSLList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SSLList.

func (*SSLList) DeepCopyInto

func (in *SSLList) DeepCopyInto(out *SSLList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SSLList) DeepCopyObject

func (in *SSLList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*SSLList) GetItems

func (l *SSLList) GetItems() []resource.Managed

GetItems of this SSLList.

type SSLObservation

type SSLObservation struct {
	ExpiresOn *string `json:"expiresOn,omitempty" tf:"expires_on,omitempty"`

	Hosts []*string `json:"hosts,omitempty" tf:"hosts,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	Issuer *string `json:"issuer,omitempty" tf:"issuer,omitempty"`

	ModifiedOn *string `json:"modifiedOn,omitempty" tf:"modified_on,omitempty"`

	Priority *float64 `json:"priority,omitempty" tf:"priority,omitempty"`

	Signature *string `json:"signature,omitempty" tf:"signature,omitempty"`

	Status *string `json:"status,omitempty" tf:"status,omitempty"`

	UploadedOn *string `json:"uploadedOn,omitempty" tf:"uploaded_on,omitempty"`
}

func (*SSLObservation) DeepCopy

func (in *SSLObservation) DeepCopy() *SSLObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SSLObservation.

func (*SSLObservation) DeepCopyInto

func (in *SSLObservation) DeepCopyInto(out *SSLObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SSLParameters

type SSLParameters struct {

	// **Modifying this attribute will force creation of a new resource.**
	// +kubebuilder:validation:Optional
	CustomSSLOptions []CustomSSLOptionsParameters `json:"customSslOptions,omitempty" tf:"custom_ssl_options,omitempty"`

	// +kubebuilder:validation:Optional
	CustomSSLPriority []CustomSSLPriorityParameters `json:"customSslPriority,omitempty" tf:"custom_ssl_priority,omitempty"`

	// The zone identifier to target for the resource.
	// +crossplane:generate:reference:type=github.com/cdloh/provider-cloudflare/apis/zone/v1alpha1.Zone
	// +kubebuilder:validation:Optional
	ZoneID *string `json:"zoneId,omitempty" tf:"zone_id,omitempty"`

	// Reference to a Zone in zone to populate zoneId.
	// +kubebuilder:validation:Optional
	ZoneIDRef *v1.Reference `json:"zoneIdRef,omitempty" tf:"-"`

	// Selector for a Zone in zone to populate zoneId.
	// +kubebuilder:validation:Optional
	ZoneIDSelector *v1.Selector `json:"zoneIdSelector,omitempty" tf:"-"`
}

func (*SSLParameters) DeepCopy

func (in *SSLParameters) DeepCopy() *SSLParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SSLParameters.

func (*SSLParameters) DeepCopyInto

func (in *SSLParameters) DeepCopyInto(out *SSLParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SSLSpec

type SSLSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     SSLParameters `json:"forProvider"`
}

SSLSpec defines the desired state of SSL

func (*SSLSpec) DeepCopy

func (in *SSLSpec) DeepCopy() *SSLSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SSLSpec.

func (*SSLSpec) DeepCopyInto

func (in *SSLSpec) DeepCopyInto(out *SSLSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SSLStatus

type SSLStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        SSLObservation `json:"atProvider,omitempty"`
}

SSLStatus defines the observed state of SSL.

func (*SSLStatus) DeepCopy

func (in *SSLStatus) DeepCopy() *SSLStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SSLStatus.

func (*SSLStatus) DeepCopyInto

func (in *SSLStatus) DeepCopyInto(out *SSLStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL