Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=storage.ovh.edixos.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type ProjectRegionStoragePresign
- func (in *ProjectRegionStoragePresign) DeepCopy() *ProjectRegionStoragePresign
- func (in *ProjectRegionStoragePresign) DeepCopyInto(out *ProjectRegionStoragePresign)
- func (in *ProjectRegionStoragePresign) DeepCopyObject() runtime.Object
- func (mg *ProjectRegionStoragePresign) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *ProjectRegionStoragePresign) GetConnectionDetailsMapping() map[string]string
- func (mg *ProjectRegionStoragePresign) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *ProjectRegionStoragePresign) GetID() string
- func (tr *ProjectRegionStoragePresign) GetInitParameters() (map[string]any, error)
- func (mg *ProjectRegionStoragePresign) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *ProjectRegionStoragePresign) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
- func (tr *ProjectRegionStoragePresign) GetObservation() (map[string]any, error)
- func (tr *ProjectRegionStoragePresign) GetParameters() (map[string]any, error)
- func (mg *ProjectRegionStoragePresign) GetProviderConfigReference() *xpv1.Reference
- func (mg *ProjectRegionStoragePresign) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *ProjectRegionStoragePresign) GetTerraformResourceType() string
- func (tr *ProjectRegionStoragePresign) GetTerraformSchemaVersion() int
- func (mg *ProjectRegionStoragePresign) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *ProjectRegionStoragePresign) Hub()
- func (tr *ProjectRegionStoragePresign) LateInitialize(attrs []byte) (bool, error)
- func (mg *ProjectRegionStoragePresign) SetConditions(c ...xpv1.Condition)
- func (mg *ProjectRegionStoragePresign) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *ProjectRegionStoragePresign) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *ProjectRegionStoragePresign) SetObservation(obs map[string]any) error
- func (tr *ProjectRegionStoragePresign) SetParameters(params map[string]any) error
- func (mg *ProjectRegionStoragePresign) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *ProjectRegionStoragePresign) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *ProjectRegionStoragePresign) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ProjectRegionStoragePresignInitParameters
- type ProjectRegionStoragePresignList
- func (in *ProjectRegionStoragePresignList) DeepCopy() *ProjectRegionStoragePresignList
- func (in *ProjectRegionStoragePresignList) DeepCopyInto(out *ProjectRegionStoragePresignList)
- func (in *ProjectRegionStoragePresignList) DeepCopyObject() runtime.Object
- func (l *ProjectRegionStoragePresignList) GetItems() []resource.Managed
- type ProjectRegionStoragePresignObservation
- type ProjectRegionStoragePresignParameters
- type ProjectRegionStoragePresignSpec
- type ProjectRegionStoragePresignStatus
Constants ¶
const ( CRDGroup = "storage.ovh.edixos.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
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 )
var ( ProjectRegionStoragePresign_Kind = "ProjectRegionStoragePresign" ProjectRegionStoragePresign_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ProjectRegionStoragePresign_Kind}.String() ProjectRegionStoragePresign_KindAPIVersion = ProjectRegionStoragePresign_Kind + "." + CRDGroupVersion.String() ProjectRegionStoragePresign_GroupVersionKind = CRDGroupVersion.WithKind(ProjectRegionStoragePresign_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type ProjectRegionStoragePresign ¶
type ProjectRegionStoragePresign 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.expire) || (has(self.initProvider) && has(self.initProvider.expire))",message="spec.forProvider.expire is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.method) || (has(self.initProvider) && has(self.initProvider.method))",message="spec.forProvider.method is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.object) || (has(self.initProvider) && has(self.initProvider.object))",message="spec.forProvider.object is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.regionName) || (has(self.initProvider) && has(self.initProvider.regionName))",message="spec.forProvider.regionName is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.serviceName) || (has(self.initProvider) && has(self.initProvider.serviceName))",message="spec.forProvider.serviceName is a required parameter" Spec ProjectRegionStoragePresignSpec `json:"spec"` Status ProjectRegionStoragePresignStatus `json:"status,omitempty"` }
ProjectRegionStoragePresign is the Schema for the ProjectRegionStoragePresigns 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:resource:scope=Cluster,categories={crossplane,managed,ovh}
func (*ProjectRegionStoragePresign) DeepCopy ¶
func (in *ProjectRegionStoragePresign) DeepCopy() *ProjectRegionStoragePresign
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresign) DeepCopyInto ¶
func (in *ProjectRegionStoragePresign) DeepCopyInto(out *ProjectRegionStoragePresign)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProjectRegionStoragePresign) DeepCopyObject ¶
func (in *ProjectRegionStoragePresign) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ProjectRegionStoragePresign) GetCondition ¶
func (mg *ProjectRegionStoragePresign) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresign) GetConnectionDetailsMapping ¶
func (tr *ProjectRegionStoragePresign) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this ProjectRegionStoragePresign
func (*ProjectRegionStoragePresign) GetDeletionPolicy ¶
func (mg *ProjectRegionStoragePresign) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresign) GetID ¶
func (tr *ProjectRegionStoragePresign) GetID() string
GetID returns ID of underlying Terraform resource of this ProjectRegionStoragePresign
func (*ProjectRegionStoragePresign) GetInitParameters ¶
func (tr *ProjectRegionStoragePresign) GetInitParameters() (map[string]any, error)
GetInitParameters of this ProjectRegionStoragePresign
func (*ProjectRegionStoragePresign) GetManagementPolicies ¶
func (mg *ProjectRegionStoragePresign) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresign) GetMergedParameters ¶ added in v0.39.0
func (tr *ProjectRegionStoragePresign) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
GetInitParameters of this ProjectRegionStoragePresign
func (*ProjectRegionStoragePresign) GetObservation ¶
func (tr *ProjectRegionStoragePresign) GetObservation() (map[string]any, error)
GetObservation of this ProjectRegionStoragePresign
func (*ProjectRegionStoragePresign) GetParameters ¶
func (tr *ProjectRegionStoragePresign) GetParameters() (map[string]any, error)
GetParameters of this ProjectRegionStoragePresign
func (*ProjectRegionStoragePresign) GetProviderConfigReference ¶
func (mg *ProjectRegionStoragePresign) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresign) GetPublishConnectionDetailsTo ¶
func (mg *ProjectRegionStoragePresign) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresign) GetTerraformResourceType ¶
func (mg *ProjectRegionStoragePresign) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this ProjectRegionStoragePresign
func (*ProjectRegionStoragePresign) GetTerraformSchemaVersion ¶
func (tr *ProjectRegionStoragePresign) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*ProjectRegionStoragePresign) GetWriteConnectionSecretToReference ¶
func (mg *ProjectRegionStoragePresign) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresign) Hub ¶ added in v0.39.0
func (tr *ProjectRegionStoragePresign) Hub()
Hub marks this type as a conversion hub.
func (*ProjectRegionStoragePresign) LateInitialize ¶
func (tr *ProjectRegionStoragePresign) LateInitialize(attrs []byte) (bool, error)
LateInitialize this ProjectRegionStoragePresign using its observed tfState. returns True if there are any spec changes for the resource.
func (*ProjectRegionStoragePresign) SetConditions ¶
func (mg *ProjectRegionStoragePresign) SetConditions(c ...xpv1.Condition)
SetConditions of this ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresign) SetDeletionPolicy ¶
func (mg *ProjectRegionStoragePresign) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresign) SetManagementPolicies ¶
func (mg *ProjectRegionStoragePresign) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresign) SetObservation ¶
func (tr *ProjectRegionStoragePresign) SetObservation(obs map[string]any) error
SetObservation for this ProjectRegionStoragePresign
func (*ProjectRegionStoragePresign) SetParameters ¶
func (tr *ProjectRegionStoragePresign) SetParameters(params map[string]any) error
SetParameters for this ProjectRegionStoragePresign
func (*ProjectRegionStoragePresign) SetProviderConfigReference ¶
func (mg *ProjectRegionStoragePresign) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresign) SetPublishConnectionDetailsTo ¶
func (mg *ProjectRegionStoragePresign) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresign) SetWriteConnectionSecretToReference ¶
func (mg *ProjectRegionStoragePresign) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this ProjectRegionStoragePresign.
type ProjectRegionStoragePresignInitParameters ¶
type ProjectRegionStoragePresignInitParameters struct { // How long (in seconds) the URL will be valid Expire *float64 `json:"expire,omitempty" tf:"expire,omitempty"` Method *string `json:"method,omitempty" tf:"method,omitempty"` // The S3 storage container's name Name *string `json:"name,omitempty" tf:"name,omitempty"` // Name of the object to download or upload Object *string `json:"object,omitempty" tf:"object,omitempty"` // Region name RegionName *string `json:"regionName,omitempty" tf:"region_name,omitempty"` // Service name of the resource representing the ID of the cloud project ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` }
func (*ProjectRegionStoragePresignInitParameters) DeepCopy ¶
func (in *ProjectRegionStoragePresignInitParameters) DeepCopy() *ProjectRegionStoragePresignInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectRegionStoragePresignInitParameters.
func (*ProjectRegionStoragePresignInitParameters) DeepCopyInto ¶
func (in *ProjectRegionStoragePresignInitParameters) DeepCopyInto(out *ProjectRegionStoragePresignInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectRegionStoragePresignList ¶
type ProjectRegionStoragePresignList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ProjectRegionStoragePresign `json:"items"` }
ProjectRegionStoragePresignList contains a list of ProjectRegionStoragePresigns
func (*ProjectRegionStoragePresignList) DeepCopy ¶
func (in *ProjectRegionStoragePresignList) DeepCopy() *ProjectRegionStoragePresignList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectRegionStoragePresignList.
func (*ProjectRegionStoragePresignList) DeepCopyInto ¶
func (in *ProjectRegionStoragePresignList) DeepCopyInto(out *ProjectRegionStoragePresignList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProjectRegionStoragePresignList) DeepCopyObject ¶
func (in *ProjectRegionStoragePresignList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ProjectRegionStoragePresignList) GetItems ¶
func (l *ProjectRegionStoragePresignList) GetItems() []resource.Managed
GetItems of this ProjectRegionStoragePresignList.
type ProjectRegionStoragePresignObservation ¶
type ProjectRegionStoragePresignObservation struct { // How long (in seconds) the URL will be valid Expire *float64 `json:"expire,omitempty" tf:"expire,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` Method *string `json:"method,omitempty" tf:"method,omitempty"` // The S3 storage container's name Name *string `json:"name,omitempty" tf:"name,omitempty"` // Name of the object to download or upload Object *string `json:"object,omitempty" tf:"object,omitempty"` // Region name RegionName *string `json:"regionName,omitempty" tf:"region_name,omitempty"` // Service name of the resource representing the ID of the cloud project ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` // Presigned URL URL *string `json:"url,omitempty" tf:"url,omitempty"` }
func (*ProjectRegionStoragePresignObservation) DeepCopy ¶
func (in *ProjectRegionStoragePresignObservation) DeepCopy() *ProjectRegionStoragePresignObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectRegionStoragePresignObservation.
func (*ProjectRegionStoragePresignObservation) DeepCopyInto ¶
func (in *ProjectRegionStoragePresignObservation) DeepCopyInto(out *ProjectRegionStoragePresignObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectRegionStoragePresignParameters ¶
type ProjectRegionStoragePresignParameters struct { // How long (in seconds) the URL will be valid // +kubebuilder:validation:Optional Expire *float64 `json:"expire,omitempty" tf:"expire,omitempty"` // +kubebuilder:validation:Optional Method *string `json:"method,omitempty" tf:"method,omitempty"` // The S3 storage container's name // +kubebuilder:validation:Optional Name *string `json:"name,omitempty" tf:"name,omitempty"` // Name of the object to download or upload // +kubebuilder:validation:Optional Object *string `json:"object,omitempty" tf:"object,omitempty"` // Region name // +kubebuilder:validation:Optional RegionName *string `json:"regionName,omitempty" tf:"region_name,omitempty"` // Service name of the resource representing the ID of the cloud project // +kubebuilder:validation:Optional ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` }
func (*ProjectRegionStoragePresignParameters) DeepCopy ¶
func (in *ProjectRegionStoragePresignParameters) DeepCopy() *ProjectRegionStoragePresignParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectRegionStoragePresignParameters.
func (*ProjectRegionStoragePresignParameters) DeepCopyInto ¶
func (in *ProjectRegionStoragePresignParameters) DeepCopyInto(out *ProjectRegionStoragePresignParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectRegionStoragePresignSpec ¶
type ProjectRegionStoragePresignSpec struct { v1.ResourceSpec `json:",inline"` ForProvider ProjectRegionStoragePresignParameters `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 ProjectRegionStoragePresignInitParameters `json:"initProvider,omitempty"` }
ProjectRegionStoragePresignSpec defines the desired state of ProjectRegionStoragePresign
func (*ProjectRegionStoragePresignSpec) DeepCopy ¶
func (in *ProjectRegionStoragePresignSpec) DeepCopy() *ProjectRegionStoragePresignSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectRegionStoragePresignSpec.
func (*ProjectRegionStoragePresignSpec) DeepCopyInto ¶
func (in *ProjectRegionStoragePresignSpec) DeepCopyInto(out *ProjectRegionStoragePresignSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectRegionStoragePresignStatus ¶
type ProjectRegionStoragePresignStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ProjectRegionStoragePresignObservation `json:"atProvider,omitempty"` }
ProjectRegionStoragePresignStatus defines the observed state of ProjectRegionStoragePresign.
func (*ProjectRegionStoragePresignStatus) DeepCopy ¶
func (in *ProjectRegionStoragePresignStatus) DeepCopy() *ProjectRegionStoragePresignStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectRegionStoragePresignStatus.
func (*ProjectRegionStoragePresignStatus) DeepCopyInto ¶
func (in *ProjectRegionStoragePresignStatus) DeepCopyInto(out *ProjectRegionStoragePresignStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.