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=cloudprojectnetworkprivate.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "cloudprojectnetworkprivate.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 (
	ProjectNetworkPrivate_Kind             = "ProjectNetworkPrivate"
	ProjectNetworkPrivate_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ProjectNetworkPrivate_Kind}.String()
	ProjectNetworkPrivate_KindAPIVersion   = ProjectNetworkPrivate_Kind + "." + CRDGroupVersion.String()
	ProjectNetworkPrivate_GroupVersionKind = CRDGroupVersion.WithKind(ProjectNetworkPrivate_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type ProjectNetworkPrivate

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

ProjectNetworkPrivate is the Schema for the ProjectNetworkPrivates 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 (*ProjectNetworkPrivate) DeepCopy

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

func (*ProjectNetworkPrivate) DeepCopyInto

func (in *ProjectNetworkPrivate) DeepCopyInto(out *ProjectNetworkPrivate)

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

func (*ProjectNetworkPrivate) DeepCopyObject

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

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

func (*ProjectNetworkPrivate) GetCondition

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

GetCondition of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) GetDeletionPolicy

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

GetDeletionPolicy of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) GetID

func (tr *ProjectNetworkPrivate) GetID() string

GetID returns ID of underlying Terraform resource of this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) GetInitParameters

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

GetInitParameters of this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) GetManagementPolicies

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

GetManagementPolicies of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) GetObservation

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

GetObservation of this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) GetParameters

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

GetParameters of this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) GetProviderConfigReference

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

GetProviderConfigReference of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) GetTerraformResourceType

func (mg *ProjectNetworkPrivate) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) GetTerraformSchemaVersion

func (tr *ProjectNetworkPrivate) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ProjectNetworkPrivate) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) LateInitialize

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

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

func (*ProjectNetworkPrivate) SetConditions

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

SetConditions of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) SetDeletionPolicy

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

SetDeletionPolicy of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) SetManagementPolicies

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

SetManagementPolicies of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) SetObservation

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

SetObservation for this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) SetParameters

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

SetParameters for this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) SetProviderConfigReference

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

SetProviderConfigReference of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ProjectNetworkPrivate.

type ProjectNetworkPrivateInitParameters

type ProjectNetworkPrivateInitParameters struct {
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	Regions []*string `json:"regions,omitempty" tf:"regions,omitempty"`

	// Service name of the resource representing the id of the cloud project.
	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

	VlanID *float64 `json:"vlanId,omitempty" tf:"vlan_id,omitempty"`
}

func (*ProjectNetworkPrivateInitParameters) DeepCopy

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

func (*ProjectNetworkPrivateInitParameters) DeepCopyInto

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

type ProjectNetworkPrivateList

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

ProjectNetworkPrivateList contains a list of ProjectNetworkPrivates

func (*ProjectNetworkPrivateList) DeepCopy

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

func (*ProjectNetworkPrivateList) DeepCopyInto

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

func (*ProjectNetworkPrivateList) DeepCopyObject

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

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

func (*ProjectNetworkPrivateList) GetItems

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

GetItems of this ProjectNetworkPrivateList.

type ProjectNetworkPrivateObservation

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

	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	Regions []*string `json:"regions,omitempty" tf:"regions,omitempty"`

	RegionsAttributes []RegionsAttributesObservation `json:"regionsAttributes,omitempty" tf:"regions_attributes,omitempty"`

	RegionsStatus []RegionsStatusObservation `json:"regionsStatus,omitempty" tf:"regions_status,omitempty"`

	// Service name of the resource representing the id of the cloud project.
	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

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

	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	VlanID *float64 `json:"vlanId,omitempty" tf:"vlan_id,omitempty"`
}

func (*ProjectNetworkPrivateObservation) DeepCopy

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

func (*ProjectNetworkPrivateObservation) DeepCopyInto

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

type ProjectNetworkPrivateParameters

type ProjectNetworkPrivateParameters struct {

	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// +kubebuilder:validation:Optional
	Regions []*string `json:"regions,omitempty" tf:"regions,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"`

	// +kubebuilder:validation:Optional
	VlanID *float64 `json:"vlanId,omitempty" tf:"vlan_id,omitempty"`
}

func (*ProjectNetworkPrivateParameters) DeepCopy

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

func (*ProjectNetworkPrivateParameters) DeepCopyInto

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

type ProjectNetworkPrivateSpec

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

ProjectNetworkPrivateSpec defines the desired state of ProjectNetworkPrivate

func (*ProjectNetworkPrivateSpec) DeepCopy

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

func (*ProjectNetworkPrivateSpec) DeepCopyInto

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

type ProjectNetworkPrivateStatus

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

ProjectNetworkPrivateStatus defines the observed state of ProjectNetworkPrivate.

func (*ProjectNetworkPrivateStatus) DeepCopy

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

func (*ProjectNetworkPrivateStatus) DeepCopyInto

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

type RegionsAttributesInitParameters

type RegionsAttributesInitParameters struct {
}

func (*RegionsAttributesInitParameters) DeepCopy

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

func (*RegionsAttributesInitParameters) DeepCopyInto

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

type RegionsAttributesObservation

type RegionsAttributesObservation struct {
	Openstackid *string `json:"openstackid,omitempty" tf:"openstackid,omitempty"`

	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	Status *string `json:"status,omitempty" tf:"status,omitempty"`
}

func (*RegionsAttributesObservation) DeepCopy

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

func (*RegionsAttributesObservation) DeepCopyInto

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

type RegionsAttributesParameters

type RegionsAttributesParameters struct {
}

func (*RegionsAttributesParameters) DeepCopy

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

func (*RegionsAttributesParameters) DeepCopyInto

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

type RegionsStatusInitParameters

type RegionsStatusInitParameters struct {
}

func (*RegionsStatusInitParameters) DeepCopy

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

func (*RegionsStatusInitParameters) DeepCopyInto

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

type RegionsStatusObservation

type RegionsStatusObservation struct {
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	Status *string `json:"status,omitempty" tf:"status,omitempty"`
}

func (*RegionsStatusObservation) DeepCopy

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

func (*RegionsStatusObservation) DeepCopyInto

func (in *RegionsStatusObservation) DeepCopyInto(out *RegionsStatusObservation)

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

type RegionsStatusParameters

type RegionsStatusParameters struct {
}

func (*RegionsStatusParameters) DeepCopy

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

func (*RegionsStatusParameters) DeepCopyInto

func (in *RegionsStatusParameters) DeepCopyInto(out *RegionsStatusParameters)

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