v1alpha1

package
v0.0.0-...-de72ed3 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=objectstorage.openstack.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "objectstorage.openstack.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	ContainerV1_Kind             = "ContainerV1"
	ContainerV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ContainerV1_Kind}.String()
	ContainerV1_KindAPIVersion   = ContainerV1_Kind + "." + CRDGroupVersion.String()
	ContainerV1_GroupVersionKind = CRDGroupVersion.WithKind(ContainerV1_Kind)
)

Repository type metadata.

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 (
	ObjectV1_Kind             = "ObjectV1"
	ObjectV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ObjectV1_Kind}.String()
	ObjectV1_KindAPIVersion   = ObjectV1_Kind + "." + CRDGroupVersion.String()
	ObjectV1_GroupVersionKind = CRDGroupVersion.WithKind(ObjectV1_Kind)
)

Repository type metadata.

View Source
var (
	TempurlV1_Kind             = "TempurlV1"
	TempurlV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: TempurlV1_Kind}.String()
	TempurlV1_KindAPIVersion   = TempurlV1_Kind + "." + CRDGroupVersion.String()
	TempurlV1_GroupVersionKind = CRDGroupVersion.WithKind(TempurlV1_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type ContainerV1

type ContainerV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ContainerV1Spec   `json:"spec"`
	Status            ContainerV1Status `json:"status,omitempty"`
}

ContainerV1 is the Schema for the ContainerV1s API +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,openstackjet}

func (*ContainerV1) DeepCopy

func (in *ContainerV1) DeepCopy() *ContainerV1

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

func (*ContainerV1) DeepCopyInto

func (in *ContainerV1) DeepCopyInto(out *ContainerV1)

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

func (*ContainerV1) DeepCopyObject

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

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

func (*ContainerV1) GetCondition

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

GetCondition of this ContainerV1.

func (*ContainerV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ContainerV1

func (*ContainerV1) GetDeletionPolicy

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

GetDeletionPolicy of this ContainerV1.

func (*ContainerV1) GetID

func (tr *ContainerV1) GetID() string

GetID returns ID of underlying Terraform resource of this ContainerV1

func (*ContainerV1) GetObservation

func (tr *ContainerV1) GetObservation() (map[string]interface{}, error)

GetObservation of this ContainerV1

func (*ContainerV1) GetParameters

func (tr *ContainerV1) GetParameters() (map[string]interface{}, error)

GetParameters of this ContainerV1

func (*ContainerV1) GetProviderConfigReference

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

GetProviderConfigReference of this ContainerV1.

func (*ContainerV1) GetProviderReference

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

GetProviderReference of this ContainerV1. Deprecated: Use GetProviderConfigReference.

func (*ContainerV1) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ContainerV1.

func (*ContainerV1) GetTerraformResourceType

func (mg *ContainerV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ContainerV1

func (*ContainerV1) GetTerraformSchemaVersion

func (tr *ContainerV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ContainerV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ContainerV1.

func (*ContainerV1) LateInitialize

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

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

func (*ContainerV1) SetConditions

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

SetConditions of this ContainerV1.

func (*ContainerV1) SetDeletionPolicy

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

SetDeletionPolicy of this ContainerV1.

func (*ContainerV1) SetObservation

func (tr *ContainerV1) SetObservation(obs map[string]interface{}) error

SetObservation for this ContainerV1

func (*ContainerV1) SetParameters

func (tr *ContainerV1) SetParameters(params map[string]interface{}) error

SetParameters for this ContainerV1

func (*ContainerV1) SetProviderConfigReference

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

SetProviderConfigReference of this ContainerV1.

func (*ContainerV1) SetProviderReference

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

SetProviderReference of this ContainerV1. Deprecated: Use SetProviderConfigReference.

func (*ContainerV1) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ContainerV1.

func (*ContainerV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ContainerV1.

type ContainerV1List

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

ContainerV1List contains a list of ContainerV1s

func (*ContainerV1List) DeepCopy

func (in *ContainerV1List) DeepCopy() *ContainerV1List

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

func (*ContainerV1List) DeepCopyInto

func (in *ContainerV1List) DeepCopyInto(out *ContainerV1List)

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

func (*ContainerV1List) DeepCopyObject

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

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

func (*ContainerV1List) GetItems

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

GetItems of this ContainerV1List.

type ContainerV1Observation

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

func (*ContainerV1Observation) DeepCopy

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

func (*ContainerV1Observation) DeepCopyInto

func (in *ContainerV1Observation) DeepCopyInto(out *ContainerV1Observation)

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

type ContainerV1Parameters

type ContainerV1Parameters struct {

	// +kubebuilder:validation:Optional
	ContainerRead *string `json:"containerRead,omitempty" tf:"container_read,omitempty"`

	// +kubebuilder:validation:Optional
	ContainerSyncKey *string `json:"containerSyncKey,omitempty" tf:"container_sync_key,omitempty"`

	// +kubebuilder:validation:Optional
	ContainerSyncTo *string `json:"containerSyncTo,omitempty" tf:"container_sync_to,omitempty"`

	// +kubebuilder:validation:Optional
	ContainerWrite *string `json:"containerWrite,omitempty" tf:"container_write,omitempty"`

	// +kubebuilder:validation:Optional
	ContentType *string `json:"contentType,omitempty" tf:"content_type,omitempty"`

	// +kubebuilder:validation:Optional
	ForceDestroy *bool `json:"forceDestroy,omitempty" tf:"force_destroy,omitempty"`

	// +kubebuilder:validation:Optional
	Metadata map[string]*string `json:"metadata,omitempty" tf:"metadata,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Optional
	Versioning []VersioningParameters `json:"versioning,omitempty" tf:"versioning,omitempty"`
}

func (*ContainerV1Parameters) DeepCopy

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

func (*ContainerV1Parameters) DeepCopyInto

func (in *ContainerV1Parameters) DeepCopyInto(out *ContainerV1Parameters)

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

type ContainerV1Spec

type ContainerV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ContainerV1Parameters `json:"forProvider"`
}

ContainerV1Spec defines the desired state of ContainerV1

func (*ContainerV1Spec) DeepCopy

func (in *ContainerV1Spec) DeepCopy() *ContainerV1Spec

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

func (*ContainerV1Spec) DeepCopyInto

func (in *ContainerV1Spec) DeepCopyInto(out *ContainerV1Spec)

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

type ContainerV1Status

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

ContainerV1Status defines the observed state of ContainerV1.

func (*ContainerV1Status) DeepCopy

func (in *ContainerV1Status) DeepCopy() *ContainerV1Status

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

func (*ContainerV1Status) DeepCopyInto

func (in *ContainerV1Status) DeepCopyInto(out *ContainerV1Status)

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

type ObjectV1

type ObjectV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ObjectV1Spec   `json:"spec"`
	Status            ObjectV1Status `json:"status,omitempty"`
}

ObjectV1 is the Schema for the ObjectV1s API +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,openstackjet}

func (*ObjectV1) DeepCopy

func (in *ObjectV1) DeepCopy() *ObjectV1

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

func (*ObjectV1) DeepCopyInto

func (in *ObjectV1) DeepCopyInto(out *ObjectV1)

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

func (*ObjectV1) DeepCopyObject

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

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

func (*ObjectV1) GetCondition

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

GetCondition of this ObjectV1.

func (*ObjectV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ObjectV1

func (*ObjectV1) GetDeletionPolicy

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

GetDeletionPolicy of this ObjectV1.

func (*ObjectV1) GetID

func (tr *ObjectV1) GetID() string

GetID returns ID of underlying Terraform resource of this ObjectV1

func (*ObjectV1) GetObservation

func (tr *ObjectV1) GetObservation() (map[string]interface{}, error)

GetObservation of this ObjectV1

func (*ObjectV1) GetParameters

func (tr *ObjectV1) GetParameters() (map[string]interface{}, error)

GetParameters of this ObjectV1

func (*ObjectV1) GetProviderConfigReference

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

GetProviderConfigReference of this ObjectV1.

func (*ObjectV1) GetProviderReference

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

GetProviderReference of this ObjectV1. Deprecated: Use GetProviderConfigReference.

func (*ObjectV1) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ObjectV1.

func (*ObjectV1) GetTerraformResourceType

func (mg *ObjectV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ObjectV1

func (*ObjectV1) GetTerraformSchemaVersion

func (tr *ObjectV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ObjectV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ObjectV1.

func (*ObjectV1) LateInitialize

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

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

func (*ObjectV1) SetConditions

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

SetConditions of this ObjectV1.

func (*ObjectV1) SetDeletionPolicy

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

SetDeletionPolicy of this ObjectV1.

func (*ObjectV1) SetObservation

func (tr *ObjectV1) SetObservation(obs map[string]interface{}) error

SetObservation for this ObjectV1

func (*ObjectV1) SetParameters

func (tr *ObjectV1) SetParameters(params map[string]interface{}) error

SetParameters for this ObjectV1

func (*ObjectV1) SetProviderConfigReference

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

SetProviderConfigReference of this ObjectV1.

func (*ObjectV1) SetProviderReference

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

SetProviderReference of this ObjectV1. Deprecated: Use SetProviderConfigReference.

func (*ObjectV1) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ObjectV1.

func (*ObjectV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ObjectV1.

type ObjectV1List

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

ObjectV1List contains a list of ObjectV1s

func (*ObjectV1List) DeepCopy

func (in *ObjectV1List) DeepCopy() *ObjectV1List

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

func (*ObjectV1List) DeepCopyInto

func (in *ObjectV1List) DeepCopyInto(out *ObjectV1List)

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

func (*ObjectV1List) DeepCopyObject

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

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

func (*ObjectV1List) GetItems

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

GetItems of this ObjectV1List.

type ObjectV1Observation

type ObjectV1Observation struct {
	ContentLength *float64 `json:"contentLength,omitempty" tf:"content_length,omitempty"`

	Date *string `json:"date,omitempty" tf:"date,omitempty"`

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

	LastModified *string `json:"lastModified,omitempty" tf:"last_modified,omitempty"`

	TransID *string `json:"transId,omitempty" tf:"trans_id,omitempty"`
}

func (*ObjectV1Observation) DeepCopy

func (in *ObjectV1Observation) DeepCopy() *ObjectV1Observation

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

func (*ObjectV1Observation) DeepCopyInto

func (in *ObjectV1Observation) DeepCopyInto(out *ObjectV1Observation)

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

type ObjectV1Parameters

type ObjectV1Parameters struct {

	// +kubebuilder:validation:Required
	ContainerName *string `json:"containerName" tf:"container_name,omitempty"`

	// +kubebuilder:validation:Optional
	Content *string `json:"content,omitempty" tf:"content,omitempty"`

	// +kubebuilder:validation:Optional
	ContentDisposition *string `json:"contentDisposition,omitempty" tf:"content_disposition,omitempty"`

	// +kubebuilder:validation:Optional
	ContentEncoding *string `json:"contentEncoding,omitempty" tf:"content_encoding,omitempty"`

	// +kubebuilder:validation:Optional
	ContentType *string `json:"contentType,omitempty" tf:"content_type,omitempty"`

	// +kubebuilder:validation:Optional
	CopyFrom *string `json:"copyFrom,omitempty" tf:"copy_from,omitempty"`

	// +kubebuilder:validation:Optional
	DeleteAfter *float64 `json:"deleteAfter,omitempty" tf:"delete_after,omitempty"`

	// +kubebuilder:validation:Optional
	DeleteAt *string `json:"deleteAt,omitempty" tf:"delete_at,omitempty"`

	// +kubebuilder:validation:Optional
	DetectContentType *bool `json:"detectContentType,omitempty" tf:"detect_content_type,omitempty"`

	// +kubebuilder:validation:Optional
	Etag *string `json:"etag,omitempty" tf:"etag,omitempty"`

	// +kubebuilder:validation:Optional
	Metadata map[string]*string `json:"metadata,omitempty" tf:"metadata,omitempty"`

	// +kubebuilder:validation:Optional
	ObjectManifest *string `json:"objectManifest,omitempty" tf:"object_manifest,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Optional
	Source *string `json:"source,omitempty" tf:"source,omitempty"`
}

func (*ObjectV1Parameters) DeepCopy

func (in *ObjectV1Parameters) DeepCopy() *ObjectV1Parameters

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

func (*ObjectV1Parameters) DeepCopyInto

func (in *ObjectV1Parameters) DeepCopyInto(out *ObjectV1Parameters)

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

type ObjectV1Spec

type ObjectV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ObjectV1Parameters `json:"forProvider"`
}

ObjectV1Spec defines the desired state of ObjectV1

func (*ObjectV1Spec) DeepCopy

func (in *ObjectV1Spec) DeepCopy() *ObjectV1Spec

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

func (*ObjectV1Spec) DeepCopyInto

func (in *ObjectV1Spec) DeepCopyInto(out *ObjectV1Spec)

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

type ObjectV1Status

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

ObjectV1Status defines the observed state of ObjectV1.

func (*ObjectV1Status) DeepCopy

func (in *ObjectV1Status) DeepCopy() *ObjectV1Status

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

func (*ObjectV1Status) DeepCopyInto

func (in *ObjectV1Status) DeepCopyInto(out *ObjectV1Status)

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

type TempurlV1

type TempurlV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TempurlV1Spec   `json:"spec"`
	Status            TempurlV1Status `json:"status,omitempty"`
}

TempurlV1 is the Schema for the TempurlV1s API +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,openstackjet}

func (*TempurlV1) DeepCopy

func (in *TempurlV1) DeepCopy() *TempurlV1

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

func (*TempurlV1) DeepCopyInto

func (in *TempurlV1) DeepCopyInto(out *TempurlV1)

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

func (*TempurlV1) DeepCopyObject

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

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

func (*TempurlV1) GetCondition

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

GetCondition of this TempurlV1.

func (*TempurlV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this TempurlV1

func (*TempurlV1) GetDeletionPolicy

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

GetDeletionPolicy of this TempurlV1.

func (*TempurlV1) GetID

func (tr *TempurlV1) GetID() string

GetID returns ID of underlying Terraform resource of this TempurlV1

func (*TempurlV1) GetObservation

func (tr *TempurlV1) GetObservation() (map[string]interface{}, error)

GetObservation of this TempurlV1

func (*TempurlV1) GetParameters

func (tr *TempurlV1) GetParameters() (map[string]interface{}, error)

GetParameters of this TempurlV1

func (*TempurlV1) GetProviderConfigReference

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

GetProviderConfigReference of this TempurlV1.

func (*TempurlV1) GetProviderReference

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

GetProviderReference of this TempurlV1. Deprecated: Use GetProviderConfigReference.

func (*TempurlV1) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this TempurlV1.

func (*TempurlV1) GetTerraformResourceType

func (mg *TempurlV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this TempurlV1

func (*TempurlV1) GetTerraformSchemaVersion

func (tr *TempurlV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*TempurlV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this TempurlV1.

func (*TempurlV1) LateInitialize

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

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

func (*TempurlV1) SetConditions

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

SetConditions of this TempurlV1.

func (*TempurlV1) SetDeletionPolicy

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

SetDeletionPolicy of this TempurlV1.

func (*TempurlV1) SetObservation

func (tr *TempurlV1) SetObservation(obs map[string]interface{}) error

SetObservation for this TempurlV1

func (*TempurlV1) SetParameters

func (tr *TempurlV1) SetParameters(params map[string]interface{}) error

SetParameters for this TempurlV1

func (*TempurlV1) SetProviderConfigReference

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

SetProviderConfigReference of this TempurlV1.

func (*TempurlV1) SetProviderReference

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

SetProviderReference of this TempurlV1. Deprecated: Use SetProviderConfigReference.

func (*TempurlV1) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this TempurlV1.

func (*TempurlV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this TempurlV1.

type TempurlV1List

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

TempurlV1List contains a list of TempurlV1s

func (*TempurlV1List) DeepCopy

func (in *TempurlV1List) DeepCopy() *TempurlV1List

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

func (*TempurlV1List) DeepCopyInto

func (in *TempurlV1List) DeepCopyInto(out *TempurlV1List)

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

func (*TempurlV1List) DeepCopyObject

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

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

func (*TempurlV1List) GetItems

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

GetItems of this TempurlV1List.

type TempurlV1Observation

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

func (*TempurlV1Observation) DeepCopy

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

func (*TempurlV1Observation) DeepCopyInto

func (in *TempurlV1Observation) DeepCopyInto(out *TempurlV1Observation)

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

type TempurlV1Parameters

type TempurlV1Parameters struct {

	// +kubebuilder:validation:Required
	Container *string `json:"container" tf:"container,omitempty"`

	// +kubebuilder:validation:Optional
	Method *string `json:"method,omitempty" tf:"method,omitempty"`

	// +kubebuilder:validation:Required
	Object *string `json:"object" tf:"object,omitempty"`

	// +kubebuilder:validation:Optional
	Regenerate *bool `json:"regenerate,omitempty" tf:"regenerate,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Optional
	Split *string `json:"split,omitempty" tf:"split,omitempty"`

	// +kubebuilder:validation:Required
	TTL *float64 `json:"ttl" tf:"ttl,omitempty"`
}

func (*TempurlV1Parameters) DeepCopy

func (in *TempurlV1Parameters) DeepCopy() *TempurlV1Parameters

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

func (*TempurlV1Parameters) DeepCopyInto

func (in *TempurlV1Parameters) DeepCopyInto(out *TempurlV1Parameters)

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

type TempurlV1Spec

type TempurlV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     TempurlV1Parameters `json:"forProvider"`
}

TempurlV1Spec defines the desired state of TempurlV1

func (*TempurlV1Spec) DeepCopy

func (in *TempurlV1Spec) DeepCopy() *TempurlV1Spec

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

func (*TempurlV1Spec) DeepCopyInto

func (in *TempurlV1Spec) DeepCopyInto(out *TempurlV1Spec)

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

type TempurlV1Status

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

TempurlV1Status defines the observed state of TempurlV1.

func (*TempurlV1Status) DeepCopy

func (in *TempurlV1Status) DeepCopy() *TempurlV1Status

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

func (*TempurlV1Status) DeepCopyInto

func (in *TempurlV1Status) DeepCopyInto(out *TempurlV1Status)

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

type VersioningObservation

type VersioningObservation struct {
}

func (*VersioningObservation) DeepCopy

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

func (*VersioningObservation) DeepCopyInto

func (in *VersioningObservation) DeepCopyInto(out *VersioningObservation)

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

type VersioningParameters

type VersioningParameters struct {

	// +kubebuilder:validation:Required
	Location *string `json:"location" tf:"location,omitempty"`

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

func (*VersioningParameters) DeepCopy

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

func (*VersioningParameters) DeepCopyInto

func (in *VersioningParameters) DeepCopyInto(out *VersioningParameters)

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