v1alpha1

package
v0.0.0-...-73c97c3 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=cloudprojectfailoveripattach.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "cloudprojectfailoveripattach.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

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

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

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	ProjectFailoverIPAttach_Kind             = "ProjectFailoverIPAttach"
	ProjectFailoverIPAttach_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ProjectFailoverIPAttach_Kind}.String()
	ProjectFailoverIPAttach_KindAPIVersion   = ProjectFailoverIPAttach_Kind + "." + CRDGroupVersion.String()
	ProjectFailoverIPAttach_GroupVersionKind = CRDGroupVersion.WithKind(ProjectFailoverIPAttach_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type ProjectFailoverIPAttach

type ProjectFailoverIPAttach 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.serviceName) || (has(self.initProvider) && has(self.initProvider.serviceName))",message="spec.forProvider.serviceName is a required parameter"
	Spec   ProjectFailoverIPAttachSpec   `json:"spec"`
	Status ProjectFailoverIPAttachStatus `json:"status,omitempty"`
}

ProjectFailoverIPAttach is the Schema for the ProjectFailoverIPAttachs 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,ovh}

func (*ProjectFailoverIPAttach) DeepCopy

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

func (*ProjectFailoverIPAttach) DeepCopyInto

func (in *ProjectFailoverIPAttach) DeepCopyInto(out *ProjectFailoverIPAttach)

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

func (*ProjectFailoverIPAttach) DeepCopyObject

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

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

func (*ProjectFailoverIPAttach) GetCondition

GetCondition of this ProjectFailoverIPAttach.

func (*ProjectFailoverIPAttach) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ProjectFailoverIPAttach

func (*ProjectFailoverIPAttach) GetDeletionPolicy

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

GetDeletionPolicy of this ProjectFailoverIPAttach.

func (*ProjectFailoverIPAttach) GetID

func (tr *ProjectFailoverIPAttach) GetID() string

GetID returns ID of underlying Terraform resource of this ProjectFailoverIPAttach

func (*ProjectFailoverIPAttach) GetInitParameters

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

GetInitParameters of this ProjectFailoverIPAttach

func (*ProjectFailoverIPAttach) GetManagementPolicies

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

GetManagementPolicies of this ProjectFailoverIPAttach.

func (*ProjectFailoverIPAttach) GetObservation

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

GetObservation of this ProjectFailoverIPAttach

func (*ProjectFailoverIPAttach) GetParameters

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

GetParameters of this ProjectFailoverIPAttach

func (*ProjectFailoverIPAttach) GetProviderConfigReference

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

GetProviderConfigReference of this ProjectFailoverIPAttach.

func (*ProjectFailoverIPAttach) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ProjectFailoverIPAttach.

func (*ProjectFailoverIPAttach) GetTerraformResourceType

func (mg *ProjectFailoverIPAttach) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ProjectFailoverIPAttach

func (*ProjectFailoverIPAttach) GetTerraformSchemaVersion

func (tr *ProjectFailoverIPAttach) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ProjectFailoverIPAttach) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ProjectFailoverIPAttach.

func (*ProjectFailoverIPAttach) LateInitialize

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

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

func (*ProjectFailoverIPAttach) SetConditions

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

SetConditions of this ProjectFailoverIPAttach.

func (*ProjectFailoverIPAttach) SetDeletionPolicy

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

SetDeletionPolicy of this ProjectFailoverIPAttach.

func (*ProjectFailoverIPAttach) SetManagementPolicies

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

SetManagementPolicies of this ProjectFailoverIPAttach.

func (*ProjectFailoverIPAttach) SetObservation

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

SetObservation for this ProjectFailoverIPAttach

func (*ProjectFailoverIPAttach) SetParameters

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

SetParameters for this ProjectFailoverIPAttach

func (*ProjectFailoverIPAttach) SetProviderConfigReference

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

SetProviderConfigReference of this ProjectFailoverIPAttach.

func (*ProjectFailoverIPAttach) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ProjectFailoverIPAttach.

func (*ProjectFailoverIPAttach) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ProjectFailoverIPAttach.

type ProjectFailoverIPAttachInitParameters

type ProjectFailoverIPAttachInitParameters struct {

	// IP block
	Block *string `json:"block,omitempty" tf:"block,omitempty"`

	// Ip continent
	ContinentCode *string `json:"continentCode,omitempty" tf:"continent_code,omitempty"`

	// Ip location
	GeoLoc *string `json:"geoLoc,omitempty" tf:"geo_loc,omitempty"`

	// Ip
	IP *string `json:"ip,omitempty" tf:"ip,omitempty"`

	// Instance where ip is routed to
	RoutedTo *string `json:"routedTo,omitempty" tf:"routed_to,omitempty"`

	// The service name
	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`
}

func (*ProjectFailoverIPAttachInitParameters) DeepCopy

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

func (*ProjectFailoverIPAttachInitParameters) DeepCopyInto

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

type ProjectFailoverIPAttachList

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

ProjectFailoverIPAttachList contains a list of ProjectFailoverIPAttachs

func (*ProjectFailoverIPAttachList) DeepCopy

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

func (*ProjectFailoverIPAttachList) DeepCopyInto

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

func (*ProjectFailoverIPAttachList) DeepCopyObject

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

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

func (*ProjectFailoverIPAttachList) GetItems

GetItems of this ProjectFailoverIPAttachList.

type ProjectFailoverIPAttachObservation

type ProjectFailoverIPAttachObservation struct {

	// IP block
	Block *string `json:"block,omitempty" tf:"block,omitempty"`

	// Ip continent
	ContinentCode *string `json:"continentCode,omitempty" tf:"continent_code,omitempty"`

	// Ip location
	GeoLoc *string `json:"geoLoc,omitempty" tf:"geo_loc,omitempty"`

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

	// Ip
	IP *string `json:"ip,omitempty" tf:"ip,omitempty"`

	// Current operation progress in percent
	Progress *float64 `json:"progress,omitempty" tf:"progress,omitempty"`

	// Instance where ip is routed to
	RoutedTo *string `json:"routedTo,omitempty" tf:"routed_to,omitempty"`

	// The service name
	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

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

	// IP sub type
	SubType *string `json:"subType,omitempty" tf:"sub_type,omitempty"`
}

func (*ProjectFailoverIPAttachObservation) DeepCopy

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

func (*ProjectFailoverIPAttachObservation) DeepCopyInto

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

type ProjectFailoverIPAttachParameters

type ProjectFailoverIPAttachParameters struct {

	// IP block
	// +kubebuilder:validation:Optional
	Block *string `json:"block,omitempty" tf:"block,omitempty"`

	// Ip continent
	// +kubebuilder:validation:Optional
	ContinentCode *string `json:"continentCode,omitempty" tf:"continent_code,omitempty"`

	// Ip location
	// +kubebuilder:validation:Optional
	GeoLoc *string `json:"geoLoc,omitempty" tf:"geo_loc,omitempty"`

	// Ip
	// +kubebuilder:validation:Optional
	IP *string `json:"ip,omitempty" tf:"ip,omitempty"`

	// Instance where ip is routed to
	// +kubebuilder:validation:Optional
	RoutedTo *string `json:"routedTo,omitempty" tf:"routed_to,omitempty"`

	// The service name
	// +kubebuilder:validation:Optional
	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`
}

func (*ProjectFailoverIPAttachParameters) DeepCopy

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

func (*ProjectFailoverIPAttachParameters) DeepCopyInto

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

type ProjectFailoverIPAttachSpec

type ProjectFailoverIPAttachSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ProjectFailoverIPAttachParameters `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 ProjectFailoverIPAttachInitParameters `json:"initProvider,omitempty"`
}

ProjectFailoverIPAttachSpec defines the desired state of ProjectFailoverIPAttach

func (*ProjectFailoverIPAttachSpec) DeepCopy

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

func (*ProjectFailoverIPAttachSpec) DeepCopyInto

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

type ProjectFailoverIPAttachStatus

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

ProjectFailoverIPAttachStatus defines the observed state of ProjectFailoverIPAttach.

func (*ProjectFailoverIPAttachStatus) DeepCopy

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

func (*ProjectFailoverIPAttachStatus) DeepCopyInto

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