v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=image.upjet-provider-outscale.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "image.upjet-provider-outscale.upbound.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	ExportTask_Kind             = "ExportTask"
	ExportTask_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ExportTask_Kind}.String()
	ExportTask_KindAPIVersion   = ExportTask_Kind + "." + CRDGroupVersion.String()
	ExportTask_GroupVersionKind = CRDGroupVersion.WithKind(ExportTask_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 (
	Image_Kind             = "Image"
	Image_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Image_Kind}.String()
	Image_KindAPIVersion   = Image_Kind + "." + CRDGroupVersion.String()
	Image_GroupVersionKind = CRDGroupVersion.WithKind(Image_Kind)
)

Repository type metadata.

View Source
var (
	LaunchPermission_Kind             = "LaunchPermission"
	LaunchPermission_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: LaunchPermission_Kind}.String()
	LaunchPermission_KindAPIVersion   = LaunchPermission_Kind + "." + CRDGroupVersion.String()
	LaunchPermission_GroupVersionKind = CRDGroupVersion.WithKind(LaunchPermission_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type BlockDeviceMappingsObservation

type BlockDeviceMappingsObservation struct {
}

func (*BlockDeviceMappingsObservation) DeepCopy

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

func (*BlockDeviceMappingsObservation) DeepCopyInto

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

type BlockDeviceMappingsParameters

type BlockDeviceMappingsParameters struct {

	// +kubebuilder:validation:Optional
	Bsu []BsuParameters `json:"bsu,omitempty" tf:"bsu,omitempty"`

	// +kubebuilder:validation:Optional
	DeviceName *string `json:"deviceName,omitempty" tf:"device_name,omitempty"`

	// +kubebuilder:validation:Optional
	VirtualDeviceName *string `json:"virtualDeviceName,omitempty" tf:"virtual_device_name,omitempty"`
}

func (*BlockDeviceMappingsParameters) DeepCopy

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

func (*BlockDeviceMappingsParameters) DeepCopyInto

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

type BsuObservation

type BsuObservation struct {
}

func (*BsuObservation) DeepCopy

func (in *BsuObservation) DeepCopy() *BsuObservation

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

func (*BsuObservation) DeepCopyInto

func (in *BsuObservation) DeepCopyInto(out *BsuObservation)

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

type BsuParameters

type BsuParameters struct {

	// +kubebuilder:validation:Optional
	DeleteOnVMDeletion *bool `json:"deleteOnVmDeletion,omitempty" tf:"delete_on_vm_deletion,omitempty"`

	// +kubebuilder:validation:Optional
	Iops *float64 `json:"iops,omitempty" tf:"iops,omitempty"`

	// +kubebuilder:validation:Optional
	SnapshotID *string `json:"snapshotId,omitempty" tf:"snapshot_id,omitempty"`

	// +kubebuilder:validation:Optional
	VolumeSize *float64 `json:"volumeSize,omitempty" tf:"volume_size,omitempty"`

	// +kubebuilder:validation:Optional
	VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"`
}

func (*BsuParameters) DeepCopy

func (in *BsuParameters) DeepCopy() *BsuParameters

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

func (*BsuParameters) DeepCopyInto

func (in *BsuParameters) DeepCopyInto(out *BsuParameters)

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

type ExportTask

type ExportTask struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ExportTaskSpec   `json:"spec"`
	Status            ExportTaskStatus `json:"status,omitempty"`
}

ExportTask is the Schema for the ExportTasks 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,upjet-provider-outscale}

func (*ExportTask) DeepCopy

func (in *ExportTask) DeepCopy() *ExportTask

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

func (*ExportTask) DeepCopyInto

func (in *ExportTask) DeepCopyInto(out *ExportTask)

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

func (*ExportTask) DeepCopyObject

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

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

func (*ExportTask) GetCondition

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

GetCondition of this ExportTask.

func (*ExportTask) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ExportTask

func (*ExportTask) GetDeletionPolicy

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

GetDeletionPolicy of this ExportTask.

func (*ExportTask) GetID

func (tr *ExportTask) GetID() string

GetID returns ID of underlying Terraform resource of this ExportTask

func (*ExportTask) GetObservation

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

GetObservation of this ExportTask

func (*ExportTask) GetParameters

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

GetParameters of this ExportTask

func (*ExportTask) GetProviderConfigReference

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

GetProviderConfigReference of this ExportTask.

func (*ExportTask) GetProviderReference

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

GetProviderReference of this ExportTask. Deprecated: Use GetProviderConfigReference.

func (*ExportTask) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ExportTask.

func (*ExportTask) GetTerraformResourceType

func (mg *ExportTask) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ExportTask

func (*ExportTask) GetTerraformSchemaVersion

func (tr *ExportTask) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ExportTask) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ExportTask.

func (*ExportTask) LateInitialize

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

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

func (*ExportTask) ResolveReferences

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

ResolveReferences of this ExportTask.

func (*ExportTask) SetConditions

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

SetConditions of this ExportTask.

func (*ExportTask) SetDeletionPolicy

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

SetDeletionPolicy of this ExportTask.

func (*ExportTask) SetObservation

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

SetObservation for this ExportTask

func (*ExportTask) SetParameters

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

SetParameters for this ExportTask

func (*ExportTask) SetProviderConfigReference

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

SetProviderConfigReference of this ExportTask.

func (*ExportTask) SetProviderReference

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

SetProviderReference of this ExportTask. Deprecated: Use SetProviderConfigReference.

func (*ExportTask) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ExportTask.

func (*ExportTask) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ExportTask.

type ExportTaskList

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

ExportTaskList contains a list of ExportTasks

func (*ExportTaskList) DeepCopy

func (in *ExportTaskList) DeepCopy() *ExportTaskList

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

func (*ExportTaskList) DeepCopyInto

func (in *ExportTaskList) DeepCopyInto(out *ExportTaskList)

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

func (*ExportTaskList) DeepCopyObject

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

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

func (*ExportTaskList) GetItems

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

GetItems of this ExportTaskList.

type ExportTaskObservation

type ExportTaskObservation struct {
	Comment *string `json:"comment,omitempty" tf:"comment,omitempty"`

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

	Progress *float64 `json:"progress,omitempty" tf:"progress,omitempty"`

	RequestID *string `json:"requestId,omitempty" tf:"request_id,omitempty"`

	State *string `json:"state,omitempty" tf:"state,omitempty"`

	TaskID *string `json:"taskId,omitempty" tf:"task_id,omitempty"`
}

func (*ExportTaskObservation) DeepCopy

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

func (*ExportTaskObservation) DeepCopyInto

func (in *ExportTaskObservation) DeepCopyInto(out *ExportTaskObservation)

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

type ExportTaskParameters

type ExportTaskParameters struct {

	// +crossplane:generate:reference:type=Image
	// +kubebuilder:validation:Optional
	ImageID *string `json:"imageId,omitempty" tf:"image_id,omitempty"`

	// Reference to a Image to populate imageId.
	// +kubebuilder:validation:Optional
	ImageIDRef *v1.Reference `json:"imageIdRef,omitempty" tf:"-"`

	// Selector for a Image to populate imageId.
	// +kubebuilder:validation:Optional
	ImageIDSelector *v1.Selector `json:"imageIdSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Required
	OsuExport []OsuExportParameters `json:"osuExport" tf:"osu_export,omitempty"`

	// +kubebuilder:validation:Optional
	Tags []ExportTaskTagsParameters `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*ExportTaskParameters) DeepCopy

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

func (*ExportTaskParameters) DeepCopyInto

func (in *ExportTaskParameters) DeepCopyInto(out *ExportTaskParameters)

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

type ExportTaskSpec

type ExportTaskSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ExportTaskParameters `json:"forProvider"`
}

ExportTaskSpec defines the desired state of ExportTask

func (*ExportTaskSpec) DeepCopy

func (in *ExportTaskSpec) DeepCopy() *ExportTaskSpec

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

func (*ExportTaskSpec) DeepCopyInto

func (in *ExportTaskSpec) DeepCopyInto(out *ExportTaskSpec)

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

type ExportTaskStatus

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

ExportTaskStatus defines the observed state of ExportTask.

func (*ExportTaskStatus) DeepCopy

func (in *ExportTaskStatus) DeepCopy() *ExportTaskStatus

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

func (*ExportTaskStatus) DeepCopyInto

func (in *ExportTaskStatus) DeepCopyInto(out *ExportTaskStatus)

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

type ExportTaskTagsObservation

type ExportTaskTagsObservation struct {
}

func (*ExportTaskTagsObservation) DeepCopy

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

func (*ExportTaskTagsObservation) DeepCopyInto

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

type ExportTaskTagsParameters

type ExportTaskTagsParameters struct {

	// +kubebuilder:validation:Optional
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// +kubebuilder:validation:Optional
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ExportTaskTagsParameters) DeepCopy

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

func (*ExportTaskTagsParameters) DeepCopyInto

func (in *ExportTaskTagsParameters) DeepCopyInto(out *ExportTaskTagsParameters)

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

type Image

type Image struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ImageSpec   `json:"spec"`
	Status            ImageStatus `json:"status,omitempty"`
}

Image is the Schema for the Images 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,upjet-provider-outscale}

func (*Image) DeepCopy

func (in *Image) DeepCopy() *Image

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

func (*Image) DeepCopyInto

func (in *Image) DeepCopyInto(out *Image)

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

func (*Image) DeepCopyObject

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

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

func (*Image) GetCondition

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

GetCondition of this Image.

func (*Image) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Image

func (*Image) GetDeletionPolicy

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

GetDeletionPolicy of this Image.

func (*Image) GetID

func (tr *Image) GetID() string

GetID returns ID of underlying Terraform resource of this Image

func (*Image) GetObservation

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

GetObservation of this Image

func (*Image) GetParameters

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

GetParameters of this Image

func (*Image) GetProviderConfigReference

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

GetProviderConfigReference of this Image.

func (*Image) GetProviderReference

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

GetProviderReference of this Image. Deprecated: Use GetProviderConfigReference.

func (*Image) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this Image.

func (*Image) GetTerraformResourceType

func (mg *Image) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Image

func (*Image) GetTerraformSchemaVersion

func (tr *Image) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Image) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Image.

func (*Image) LateInitialize

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

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

func (*Image) ResolveReferences

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

ResolveReferences of this Image.

func (*Image) SetConditions

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

SetConditions of this Image.

func (*Image) SetDeletionPolicy

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

SetDeletionPolicy of this Image.

func (*Image) SetObservation

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

SetObservation for this Image

func (*Image) SetParameters

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

SetParameters for this Image

func (*Image) SetProviderConfigReference

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

SetProviderConfigReference of this Image.

func (*Image) SetProviderReference

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

SetProviderReference of this Image. Deprecated: Use SetProviderConfigReference.

func (*Image) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this Image.

func (*Image) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Image.

type ImageList

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

ImageList contains a list of Images

func (*ImageList) DeepCopy

func (in *ImageList) DeepCopy() *ImageList

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

func (*ImageList) DeepCopyInto

func (in *ImageList) DeepCopyInto(out *ImageList)

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

func (*ImageList) DeepCopyObject

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

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

func (*ImageList) GetItems

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

GetItems of this ImageList.

type ImageObservation

type ImageObservation struct {
	AccountAlias *string `json:"accountAlias,omitempty" tf:"account_alias,omitempty"`

	AccountID *string `json:"accountId,omitempty" tf:"account_id,omitempty"`

	CreationDate *string `json:"creationDate,omitempty" tf:"creation_date,omitempty"`

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

	ImageID *string `json:"imageId,omitempty" tf:"image_id,omitempty"`

	ImageType *string `json:"imageType,omitempty" tf:"image_type,omitempty"`

	IsPublic *bool `json:"isPublic,omitempty" tf:"is_public,omitempty"`

	PermissionsToLaunch []PermissionsToLaunchObservation `json:"permissionsToLaunch,omitempty" tf:"permissions_to_launch,omitempty"`

	ProductCodes []*string `json:"productCodes,omitempty" tf:"product_codes,omitempty"`

	RequestID *string `json:"requestId,omitempty" tf:"request_id,omitempty"`

	RootDeviceType *string `json:"rootDeviceType,omitempty" tf:"root_device_type,omitempty"`

	State *string `json:"state,omitempty" tf:"state,omitempty"`

	StateComment []StateCommentObservation `json:"stateComment,omitempty" tf:"state_comment,omitempty"`
}

func (*ImageObservation) DeepCopy

func (in *ImageObservation) DeepCopy() *ImageObservation

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

func (*ImageObservation) DeepCopyInto

func (in *ImageObservation) DeepCopyInto(out *ImageObservation)

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

type ImageParameters

type ImageParameters struct {

	// +kubebuilder:validation:Optional
	Architecture *string `json:"architecture,omitempty" tf:"architecture,omitempty"`

	// +kubebuilder:validation:Optional
	BlockDeviceMappings []BlockDeviceMappingsParameters `json:"blockDeviceMappings,omitempty" tf:"block_device_mappings,omitempty"`

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// +kubebuilder:validation:Optional
	FileLocation *string `json:"fileLocation,omitempty" tf:"file_location,omitempty"`

	// +kubebuilder:validation:Optional
	ImageName *string `json:"imageName,omitempty" tf:"image_name,omitempty"`

	// +kubebuilder:validation:Optional
	NoReboot *bool `json:"noReboot,omitempty" tf:"no_reboot,omitempty"`

	// +kubebuilder:validation:Optional
	RootDeviceName *string `json:"rootDeviceName,omitempty" tf:"root_device_name,omitempty"`

	// +crossplane:generate:reference:type=Image
	// +kubebuilder:validation:Optional
	SourceImageID *string `json:"sourceImageId,omitempty" tf:"source_image_id,omitempty"`

	// Reference to a Image to populate sourceImageId.
	// +kubebuilder:validation:Optional
	SourceImageIDRef *v1.Reference `json:"sourceImageIdRef,omitempty" tf:"-"`

	// Selector for a Image to populate sourceImageId.
	// +kubebuilder:validation:Optional
	SourceImageIDSelector *v1.Selector `json:"sourceImageIdSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	SourceRegionName *string `json:"sourceRegionName,omitempty" tf:"source_region_name,omitempty"`

	// +kubebuilder:validation:Optional
	Tags []TagsParameters `json:"tags,omitempty" tf:"tags,omitempty"`

	// +crossplane:generate:reference:type=github.com/outscale/upjet-provider-outscale/apis/vm/v1alpha1.Vm
	// +kubebuilder:validation:Optional
	VMID *string `json:"vmId,omitempty" tf:"vm_id,omitempty"`

	// Reference to a Vm in vm to populate vmId.
	// +kubebuilder:validation:Optional
	VMIDRef *v1.Reference `json:"vmIdRef,omitempty" tf:"-"`

	// Selector for a Vm in vm to populate vmId.
	// +kubebuilder:validation:Optional
	VMIDSelector *v1.Selector `json:"vmIdSelector,omitempty" tf:"-"`
}

func (*ImageParameters) DeepCopy

func (in *ImageParameters) DeepCopy() *ImageParameters

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

func (*ImageParameters) DeepCopyInto

func (in *ImageParameters) DeepCopyInto(out *ImageParameters)

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

type ImageSpec

type ImageSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ImageParameters `json:"forProvider"`
}

ImageSpec defines the desired state of Image

func (*ImageSpec) DeepCopy

func (in *ImageSpec) DeepCopy() *ImageSpec

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

func (*ImageSpec) DeepCopyInto

func (in *ImageSpec) DeepCopyInto(out *ImageSpec)

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

type ImageStatus

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

ImageStatus defines the observed state of Image.

func (*ImageStatus) DeepCopy

func (in *ImageStatus) DeepCopy() *ImageStatus

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

func (*ImageStatus) DeepCopyInto

func (in *ImageStatus) DeepCopyInto(out *ImageStatus)

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

type LaunchPermission

type LaunchPermission struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              LaunchPermissionSpec   `json:"spec"`
	Status            LaunchPermissionStatus `json:"status,omitempty"`
}

LaunchPermission is the Schema for the LaunchPermissions 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,upjet-provider-outscale}

func (*LaunchPermission) DeepCopy

func (in *LaunchPermission) DeepCopy() *LaunchPermission

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

func (*LaunchPermission) DeepCopyInto

func (in *LaunchPermission) DeepCopyInto(out *LaunchPermission)

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

func (*LaunchPermission) DeepCopyObject

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

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

func (*LaunchPermission) GetCondition

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

GetCondition of this LaunchPermission.

func (*LaunchPermission) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this LaunchPermission

func (*LaunchPermission) GetDeletionPolicy

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

GetDeletionPolicy of this LaunchPermission.

func (*LaunchPermission) GetID

func (tr *LaunchPermission) GetID() string

GetID returns ID of underlying Terraform resource of this LaunchPermission

func (*LaunchPermission) GetObservation

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

GetObservation of this LaunchPermission

func (*LaunchPermission) GetParameters

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

GetParameters of this LaunchPermission

func (*LaunchPermission) GetProviderConfigReference

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

GetProviderConfigReference of this LaunchPermission.

func (*LaunchPermission) GetProviderReference

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

GetProviderReference of this LaunchPermission. Deprecated: Use GetProviderConfigReference.

func (*LaunchPermission) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this LaunchPermission.

func (*LaunchPermission) GetTerraformResourceType

func (mg *LaunchPermission) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this LaunchPermission

func (*LaunchPermission) GetTerraformSchemaVersion

func (tr *LaunchPermission) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*LaunchPermission) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this LaunchPermission.

func (*LaunchPermission) LateInitialize

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

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

func (*LaunchPermission) ResolveReferences

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

ResolveReferences of this LaunchPermission.

func (*LaunchPermission) SetConditions

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

SetConditions of this LaunchPermission.

func (*LaunchPermission) SetDeletionPolicy

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

SetDeletionPolicy of this LaunchPermission.

func (*LaunchPermission) SetObservation

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

SetObservation for this LaunchPermission

func (*LaunchPermission) SetParameters

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

SetParameters for this LaunchPermission

func (*LaunchPermission) SetProviderConfigReference

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

SetProviderConfigReference of this LaunchPermission.

func (*LaunchPermission) SetProviderReference

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

SetProviderReference of this LaunchPermission. Deprecated: Use SetProviderConfigReference.

func (*LaunchPermission) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this LaunchPermission.

func (*LaunchPermission) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this LaunchPermission.

type LaunchPermissionList

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

LaunchPermissionList contains a list of LaunchPermissions

func (*LaunchPermissionList) DeepCopy

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

func (*LaunchPermissionList) DeepCopyInto

func (in *LaunchPermissionList) DeepCopyInto(out *LaunchPermissionList)

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

func (*LaunchPermissionList) DeepCopyObject

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

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

func (*LaunchPermissionList) GetItems

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

GetItems of this LaunchPermissionList.

type LaunchPermissionObservation

type LaunchPermissionObservation struct {
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

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

	PermissionsToLaunch []LaunchPermissionPermissionsToLaunchObservation `json:"permissionsToLaunch,omitempty" tf:"permissions_to_launch,omitempty"`

	RequestID *string `json:"requestId,omitempty" tf:"request_id,omitempty"`
}

func (*LaunchPermissionObservation) DeepCopy

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

func (*LaunchPermissionObservation) DeepCopyInto

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

type LaunchPermissionParameters

type LaunchPermissionParameters struct {

	// +crossplane:generate:reference:type=Image
	// +kubebuilder:validation:Optional
	ImageID *string `json:"imageId,omitempty" tf:"image_id,omitempty"`

	// Reference to a Image to populate imageId.
	// +kubebuilder:validation:Optional
	ImageIDRef *v1.Reference `json:"imageIdRef,omitempty" tf:"-"`

	// Selector for a Image to populate imageId.
	// +kubebuilder:validation:Optional
	ImageIDSelector *v1.Selector `json:"imageIdSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	PermissionAdditions []PermissionAdditionsParameters `json:"permissionAdditions,omitempty" tf:"permission_additions,omitempty"`

	// +kubebuilder:validation:Optional
	PermissionRemovals []PermissionRemovalsParameters `json:"permissionRemovals,omitempty" tf:"permission_removals,omitempty"`
}

func (*LaunchPermissionParameters) DeepCopy

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

func (*LaunchPermissionParameters) DeepCopyInto

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

type LaunchPermissionPermissionsToLaunchObservation

type LaunchPermissionPermissionsToLaunchObservation struct {
	AccountIds []*string `json:"accountIds,omitempty" tf:"account_ids,omitempty"`

	GlobalPermission *string `json:"globalPermission,omitempty" tf:"global_permission,omitempty"`
}

func (*LaunchPermissionPermissionsToLaunchObservation) DeepCopy

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

func (*LaunchPermissionPermissionsToLaunchObservation) DeepCopyInto

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

type LaunchPermissionPermissionsToLaunchParameters

type LaunchPermissionPermissionsToLaunchParameters struct {
}

func (*LaunchPermissionPermissionsToLaunchParameters) DeepCopy

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

func (*LaunchPermissionPermissionsToLaunchParameters) DeepCopyInto

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

type LaunchPermissionSpec

type LaunchPermissionSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     LaunchPermissionParameters `json:"forProvider"`
}

LaunchPermissionSpec defines the desired state of LaunchPermission

func (*LaunchPermissionSpec) DeepCopy

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

func (*LaunchPermissionSpec) DeepCopyInto

func (in *LaunchPermissionSpec) DeepCopyInto(out *LaunchPermissionSpec)

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

type LaunchPermissionStatus

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

LaunchPermissionStatus defines the observed state of LaunchPermission.

func (*LaunchPermissionStatus) DeepCopy

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

func (*LaunchPermissionStatus) DeepCopyInto

func (in *LaunchPermissionStatus) DeepCopyInto(out *LaunchPermissionStatus)

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

type OsuAPIKeyObservation

type OsuAPIKeyObservation struct {
}

func (*OsuAPIKeyObservation) DeepCopy

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

func (*OsuAPIKeyObservation) DeepCopyInto

func (in *OsuAPIKeyObservation) DeepCopyInto(out *OsuAPIKeyObservation)

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

type OsuAPIKeyParameters

type OsuAPIKeyParameters struct {

	// +kubebuilder:validation:Required
	APIKeyID *string `json:"apiKeyId" tf:"api_key_id,omitempty"`

	// +kubebuilder:validation:Required
	SecretKey *string `json:"secretKey" tf:"secret_key,omitempty"`
}

func (*OsuAPIKeyParameters) DeepCopy

func (in *OsuAPIKeyParameters) DeepCopy() *OsuAPIKeyParameters

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

func (*OsuAPIKeyParameters) DeepCopyInto

func (in *OsuAPIKeyParameters) DeepCopyInto(out *OsuAPIKeyParameters)

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

type OsuExportObservation

type OsuExportObservation struct {
}

func (*OsuExportObservation) DeepCopy

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

func (*OsuExportObservation) DeepCopyInto

func (in *OsuExportObservation) DeepCopyInto(out *OsuExportObservation)

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

type OsuExportParameters

type OsuExportParameters struct {

	// +kubebuilder:validation:Required
	DiskImageFormat *string `json:"diskImageFormat" tf:"disk_image_format,omitempty"`

	// +kubebuilder:validation:Optional
	OsuAPIKey []OsuAPIKeyParameters `json:"osuApiKey,omitempty" tf:"osu_api_key,omitempty"`

	// +kubebuilder:validation:Required
	OsuBucket *string `json:"osuBucket" tf:"osu_bucket,omitempty"`

	// +kubebuilder:validation:Optional
	OsuManifestURL *string `json:"osuManifestUrl,omitempty" tf:"osu_manifest_url,omitempty"`

	// +kubebuilder:validation:Optional
	OsuPrefix *string `json:"osuPrefix,omitempty" tf:"osu_prefix,omitempty"`
}

func (*OsuExportParameters) DeepCopy

func (in *OsuExportParameters) DeepCopy() *OsuExportParameters

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

func (*OsuExportParameters) DeepCopyInto

func (in *OsuExportParameters) DeepCopyInto(out *OsuExportParameters)

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

type PermissionAdditionsObservation

type PermissionAdditionsObservation struct {
}

func (*PermissionAdditionsObservation) DeepCopy

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

func (*PermissionAdditionsObservation) DeepCopyInto

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

type PermissionAdditionsParameters

type PermissionAdditionsParameters struct {

	// +kubebuilder:validation:Optional
	AccountIds []*string `json:"accountIds,omitempty" tf:"account_ids,omitempty"`

	// +kubebuilder:validation:Optional
	GlobalPermission *string `json:"globalPermission,omitempty" tf:"global_permission,omitempty"`
}

func (*PermissionAdditionsParameters) DeepCopy

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

func (*PermissionAdditionsParameters) DeepCopyInto

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

type PermissionRemovalsObservation

type PermissionRemovalsObservation struct {
}

func (*PermissionRemovalsObservation) DeepCopy

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

func (*PermissionRemovalsObservation) DeepCopyInto

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

type PermissionRemovalsParameters

type PermissionRemovalsParameters struct {

	// +kubebuilder:validation:Optional
	AccountIds []*string `json:"accountIds,omitempty" tf:"account_ids,omitempty"`

	// +kubebuilder:validation:Optional
	GlobalPermission *string `json:"globalPermission,omitempty" tf:"global_permission,omitempty"`
}

func (*PermissionRemovalsParameters) DeepCopy

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

func (*PermissionRemovalsParameters) DeepCopyInto

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

type PermissionsToLaunchObservation

type PermissionsToLaunchObservation struct {
	AccountIds []*string `json:"accountIds,omitempty" tf:"account_ids,omitempty"`

	GlobalPermission *bool `json:"globalPermission,omitempty" tf:"global_permission,omitempty"`
}

func (*PermissionsToLaunchObservation) DeepCopy

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

func (*PermissionsToLaunchObservation) DeepCopyInto

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

type PermissionsToLaunchParameters

type PermissionsToLaunchParameters struct {
}

func (*PermissionsToLaunchParameters) DeepCopy

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

func (*PermissionsToLaunchParameters) DeepCopyInto

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

type StateCommentObservation

type StateCommentObservation struct {
	StateCode *string `json:"stateCode,omitempty" tf:"state_code,omitempty"`

	StateMessage *string `json:"stateMessage,omitempty" tf:"state_message,omitempty"`
}

func (*StateCommentObservation) DeepCopy

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

func (*StateCommentObservation) DeepCopyInto

func (in *StateCommentObservation) DeepCopyInto(out *StateCommentObservation)

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

type StateCommentParameters

type StateCommentParameters struct {
}

func (*StateCommentParameters) DeepCopy

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

func (*StateCommentParameters) DeepCopyInto

func (in *StateCommentParameters) DeepCopyInto(out *StateCommentParameters)

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

type TagsObservation

type TagsObservation struct {
}

func (*TagsObservation) DeepCopy

func (in *TagsObservation) DeepCopy() *TagsObservation

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

func (*TagsObservation) DeepCopyInto

func (in *TagsObservation) DeepCopyInto(out *TagsObservation)

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

type TagsParameters

type TagsParameters struct {

	// +kubebuilder:validation:Optional
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// +kubebuilder:validation:Optional
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*TagsParameters) DeepCopy

func (in *TagsParameters) DeepCopy() *TagsParameters

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

func (*TagsParameters) DeepCopyInto

func (in *TagsParameters) DeepCopyInto(out *TagsParameters)

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