v1beta2

package
v1.15.0-rc.0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=location.aws.upbound.io +versionName=v1beta2

Index

Constants

View Source
const (
	CRDGroup   = "location.aws.upbound.io"
	CRDVersion = "v1beta2"
)

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 (
	PlaceIndex_Kind             = "PlaceIndex"
	PlaceIndex_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: PlaceIndex_Kind}.String()
	PlaceIndex_KindAPIVersion   = PlaceIndex_Kind + "." + CRDGroupVersion.String()
	PlaceIndex_GroupVersionKind = CRDGroupVersion.WithKind(PlaceIndex_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type DataSourceConfigurationInitParameters

type DataSourceConfigurationInitParameters struct {

	// Specifies how the results of an operation will be stored by the caller. Valid values: SingleUse, Storage. Default: SingleUse.
	IntendedUse *string `json:"intendedUse,omitempty" tf:"intended_use,omitempty"`
}

func (*DataSourceConfigurationInitParameters) DeepCopy

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

func (*DataSourceConfigurationInitParameters) DeepCopyInto

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

type DataSourceConfigurationObservation

type DataSourceConfigurationObservation struct {

	// Specifies how the results of an operation will be stored by the caller. Valid values: SingleUse, Storage. Default: SingleUse.
	IntendedUse *string `json:"intendedUse,omitempty" tf:"intended_use,omitempty"`
}

func (*DataSourceConfigurationObservation) DeepCopy

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

func (*DataSourceConfigurationObservation) DeepCopyInto

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

type DataSourceConfigurationParameters

type DataSourceConfigurationParameters struct {

	// Specifies how the results of an operation will be stored by the caller. Valid values: SingleUse, Storage. Default: SingleUse.
	// +kubebuilder:validation:Optional
	IntendedUse *string `json:"intendedUse,omitempty" tf:"intended_use,omitempty"`
}

func (*DataSourceConfigurationParameters) DeepCopy

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

func (*DataSourceConfigurationParameters) DeepCopyInto

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

type PlaceIndex

type PlaceIndex struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.dataSource) || (has(self.initProvider) && has(self.initProvider.dataSource))",message="spec.forProvider.dataSource is a required parameter"
	Spec   PlaceIndexSpec   `json:"spec"`
	Status PlaceIndexStatus `json:"status,omitempty"`
}

PlaceIndex is the Schema for the PlaceIndexs API. Provides a Location Service Place Index. +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].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:resource:scope=Cluster,categories={crossplane,managed,aws}

func (*PlaceIndex) DeepCopy

func (in *PlaceIndex) DeepCopy() *PlaceIndex

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

func (*PlaceIndex) DeepCopyInto

func (in *PlaceIndex) DeepCopyInto(out *PlaceIndex)

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

func (*PlaceIndex) DeepCopyObject

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

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

func (*PlaceIndex) GetCondition

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

GetCondition of this PlaceIndex.

func (*PlaceIndex) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this PlaceIndex

func (*PlaceIndex) GetDeletionPolicy

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

GetDeletionPolicy of this PlaceIndex.

func (*PlaceIndex) GetID

func (tr *PlaceIndex) GetID() string

GetID returns ID of underlying Terraform resource of this PlaceIndex

func (*PlaceIndex) GetInitParameters

func (tr *PlaceIndex) GetInitParameters() (map[string]any, error)

GetInitParameters of this PlaceIndex

func (*PlaceIndex) GetManagementPolicies

func (mg *PlaceIndex) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this PlaceIndex.

func (*PlaceIndex) GetMergedParameters

func (tr *PlaceIndex) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this PlaceIndex

func (*PlaceIndex) GetObservation

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

GetObservation of this PlaceIndex

func (*PlaceIndex) GetParameters

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

GetParameters of this PlaceIndex

func (*PlaceIndex) GetProviderConfigReference

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

GetProviderConfigReference of this PlaceIndex.

func (*PlaceIndex) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this PlaceIndex.

func (*PlaceIndex) GetTerraformResourceType

func (mg *PlaceIndex) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this PlaceIndex

func (*PlaceIndex) GetTerraformSchemaVersion

func (tr *PlaceIndex) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*PlaceIndex) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this PlaceIndex.

func (*PlaceIndex) Hub

func (tr *PlaceIndex) Hub()

Hub marks this type as a conversion hub.

func (*PlaceIndex) LateInitialize

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

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

func (*PlaceIndex) SetConditions

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

SetConditions of this PlaceIndex.

func (*PlaceIndex) SetDeletionPolicy

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

SetDeletionPolicy of this PlaceIndex.

func (*PlaceIndex) SetManagementPolicies

func (mg *PlaceIndex) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this PlaceIndex.

func (*PlaceIndex) SetObservation

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

SetObservation for this PlaceIndex

func (*PlaceIndex) SetParameters

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

SetParameters for this PlaceIndex

func (*PlaceIndex) SetProviderConfigReference

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

SetProviderConfigReference of this PlaceIndex.

func (*PlaceIndex) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this PlaceIndex.

func (*PlaceIndex) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this PlaceIndex.

type PlaceIndexInitParameters

type PlaceIndexInitParameters struct {

	// Specifies the geospatial data provider for the new place index.
	DataSource *string `json:"dataSource,omitempty" tf:"data_source,omitempty"`

	// Configuration block with the data storage option chosen for requesting Places. Detailed below.
	DataSourceConfiguration *DataSourceConfigurationInitParameters `json:"dataSourceConfiguration,omitempty" tf:"data_source_configuration,omitempty"`

	// The optional description for the place index resource.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Key-value map of resource tags.
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*PlaceIndexInitParameters) DeepCopy

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

func (*PlaceIndexInitParameters) DeepCopyInto

func (in *PlaceIndexInitParameters) DeepCopyInto(out *PlaceIndexInitParameters)

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

type PlaceIndexList

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

PlaceIndexList contains a list of PlaceIndexs

func (*PlaceIndexList) DeepCopy

func (in *PlaceIndexList) DeepCopy() *PlaceIndexList

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

func (*PlaceIndexList) DeepCopyInto

func (in *PlaceIndexList) DeepCopyInto(out *PlaceIndexList)

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

func (*PlaceIndexList) DeepCopyObject

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

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

func (*PlaceIndexList) GetItems

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

GetItems of this PlaceIndexList.

type PlaceIndexObservation

type PlaceIndexObservation struct {

	// The timestamp for when the place index resource was created in ISO 8601 format.
	CreateTime *string `json:"createTime,omitempty" tf:"create_time,omitempty"`

	// Specifies the geospatial data provider for the new place index.
	DataSource *string `json:"dataSource,omitempty" tf:"data_source,omitempty"`

	// Configuration block with the data storage option chosen for requesting Places. Detailed below.
	DataSourceConfiguration *DataSourceConfigurationObservation `json:"dataSourceConfiguration,omitempty" tf:"data_source_configuration,omitempty"`

	// The optional description for the place index resource.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

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

	// The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across AWS.
	IndexArn *string `json:"indexArn,omitempty" tf:"index_arn,omitempty"`

	// Key-value map of resource tags.
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`

	// A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.
	// +mapType=granular
	TagsAll map[string]*string `json:"tagsAll,omitempty" tf:"tags_all,omitempty"`

	// The timestamp for when the place index resource was last update in ISO 8601.
	UpdateTime *string `json:"updateTime,omitempty" tf:"update_time,omitempty"`
}

func (*PlaceIndexObservation) DeepCopy

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

func (*PlaceIndexObservation) DeepCopyInto

func (in *PlaceIndexObservation) DeepCopyInto(out *PlaceIndexObservation)

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

type PlaceIndexParameters

type PlaceIndexParameters struct {

	// Specifies the geospatial data provider for the new place index.
	// +kubebuilder:validation:Optional
	DataSource *string `json:"dataSource,omitempty" tf:"data_source,omitempty"`

	// Configuration block with the data storage option chosen for requesting Places. Detailed below.
	// +kubebuilder:validation:Optional
	DataSourceConfiguration *DataSourceConfigurationParameters `json:"dataSourceConfiguration,omitempty" tf:"data_source_configuration,omitempty"`

	// The optional description for the place index resource.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +upjet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`

	// Key-value map of resource tags.
	// +kubebuilder:validation:Optional
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*PlaceIndexParameters) DeepCopy

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

func (*PlaceIndexParameters) DeepCopyInto

func (in *PlaceIndexParameters) DeepCopyInto(out *PlaceIndexParameters)

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

type PlaceIndexSpec

type PlaceIndexSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     PlaceIndexParameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider PlaceIndexInitParameters `json:"initProvider,omitempty"`
}

PlaceIndexSpec defines the desired state of PlaceIndex

func (*PlaceIndexSpec) DeepCopy

func (in *PlaceIndexSpec) DeepCopy() *PlaceIndexSpec

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

func (*PlaceIndexSpec) DeepCopyInto

func (in *PlaceIndexSpec) DeepCopyInto(out *PlaceIndexSpec)

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

type PlaceIndexStatus

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

PlaceIndexStatus defines the observed state of PlaceIndex.

func (*PlaceIndexStatus) DeepCopy

func (in *PlaceIndexStatus) DeepCopy() *PlaceIndexStatus

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

func (*PlaceIndexStatus) DeepCopyInto

func (in *PlaceIndexStatus) DeepCopyInto(out *PlaceIndexStatus)

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