v1alpha1

package
v0.0.0-...-de72ed3 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=sharedfilesystem.openstack.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "sharedfilesystem.openstack.jet.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 (
	SecurityserviceV2_Kind             = "SecurityserviceV2"
	SecurityserviceV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: SecurityserviceV2_Kind}.String()
	SecurityserviceV2_KindAPIVersion   = SecurityserviceV2_Kind + "." + CRDGroupVersion.String()
	SecurityserviceV2_GroupVersionKind = CRDGroupVersion.WithKind(SecurityserviceV2_Kind)
)

Repository type metadata.

View Source
var (
	ShareAccessV2_Kind             = "ShareAccessV2"
	ShareAccessV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ShareAccessV2_Kind}.String()
	ShareAccessV2_KindAPIVersion   = ShareAccessV2_Kind + "." + CRDGroupVersion.String()
	ShareAccessV2_GroupVersionKind = CRDGroupVersion.WithKind(ShareAccessV2_Kind)
)

Repository type metadata.

View Source
var (
	SharenetworkV2_Kind             = "SharenetworkV2"
	SharenetworkV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: SharenetworkV2_Kind}.String()
	SharenetworkV2_KindAPIVersion   = SharenetworkV2_Kind + "." + CRDGroupVersion.String()
	SharenetworkV2_GroupVersionKind = CRDGroupVersion.WithKind(SharenetworkV2_Kind)
)

Repository type metadata.

View Source
var (
	ShareV2_Kind             = "ShareV2"
	ShareV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ShareV2_Kind}.String()
	ShareV2_KindAPIVersion   = ShareV2_Kind + "." + CRDGroupVersion.String()
	ShareV2_GroupVersionKind = CRDGroupVersion.WithKind(ShareV2_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type ExportLocationsObservation

type ExportLocationsObservation struct {
	Path *string `json:"path,omitempty" tf:"path,omitempty"`

	Preferred *string `json:"preferred,omitempty" tf:"preferred,omitempty"`
}

func (*ExportLocationsObservation) DeepCopy

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

func (*ExportLocationsObservation) DeepCopyInto

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

type ExportLocationsParameters

type ExportLocationsParameters struct {
}

func (*ExportLocationsParameters) DeepCopy

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

func (*ExportLocationsParameters) DeepCopyInto

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

type SecurityserviceV2

type SecurityserviceV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              SecurityserviceV2Spec   `json:"spec"`
	Status            SecurityserviceV2Status `json:"status,omitempty"`
}

SecurityserviceV2 is the Schema for the SecurityserviceV2s API +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,openstackjet}

func (*SecurityserviceV2) DeepCopy

func (in *SecurityserviceV2) DeepCopy() *SecurityserviceV2

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

func (*SecurityserviceV2) DeepCopyInto

func (in *SecurityserviceV2) DeepCopyInto(out *SecurityserviceV2)

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

func (*SecurityserviceV2) DeepCopyObject

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

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

func (*SecurityserviceV2) GetCondition

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

GetCondition of this SecurityserviceV2.

func (*SecurityserviceV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this SecurityserviceV2

func (*SecurityserviceV2) GetDeletionPolicy

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

GetDeletionPolicy of this SecurityserviceV2.

func (*SecurityserviceV2) GetID

func (tr *SecurityserviceV2) GetID() string

GetID returns ID of underlying Terraform resource of this SecurityserviceV2

func (*SecurityserviceV2) GetObservation

func (tr *SecurityserviceV2) GetObservation() (map[string]interface{}, error)

GetObservation of this SecurityserviceV2

func (*SecurityserviceV2) GetParameters

func (tr *SecurityserviceV2) GetParameters() (map[string]interface{}, error)

GetParameters of this SecurityserviceV2

func (*SecurityserviceV2) GetProviderConfigReference

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

GetProviderConfigReference of this SecurityserviceV2.

func (*SecurityserviceV2) GetProviderReference

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

GetProviderReference of this SecurityserviceV2. Deprecated: Use GetProviderConfigReference.

func (*SecurityserviceV2) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this SecurityserviceV2.

func (*SecurityserviceV2) GetTerraformResourceType

func (mg *SecurityserviceV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this SecurityserviceV2

func (*SecurityserviceV2) GetTerraformSchemaVersion

func (tr *SecurityserviceV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*SecurityserviceV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this SecurityserviceV2.

func (*SecurityserviceV2) LateInitialize

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

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

func (*SecurityserviceV2) SetConditions

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

SetConditions of this SecurityserviceV2.

func (*SecurityserviceV2) SetDeletionPolicy

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

SetDeletionPolicy of this SecurityserviceV2.

func (*SecurityserviceV2) SetObservation

func (tr *SecurityserviceV2) SetObservation(obs map[string]interface{}) error

SetObservation for this SecurityserviceV2

func (*SecurityserviceV2) SetParameters

func (tr *SecurityserviceV2) SetParameters(params map[string]interface{}) error

SetParameters for this SecurityserviceV2

func (*SecurityserviceV2) SetProviderConfigReference

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

SetProviderConfigReference of this SecurityserviceV2.

func (*SecurityserviceV2) SetProviderReference

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

SetProviderReference of this SecurityserviceV2. Deprecated: Use SetProviderConfigReference.

func (*SecurityserviceV2) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this SecurityserviceV2.

func (*SecurityserviceV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this SecurityserviceV2.

type SecurityserviceV2List

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

SecurityserviceV2List contains a list of SecurityserviceV2s

func (*SecurityserviceV2List) DeepCopy

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

func (*SecurityserviceV2List) DeepCopyInto

func (in *SecurityserviceV2List) DeepCopyInto(out *SecurityserviceV2List)

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

func (*SecurityserviceV2List) DeepCopyObject

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

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

func (*SecurityserviceV2List) GetItems

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

GetItems of this SecurityserviceV2List.

type SecurityserviceV2Observation

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

	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`
}

func (*SecurityserviceV2Observation) DeepCopy

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

func (*SecurityserviceV2Observation) DeepCopyInto

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

type SecurityserviceV2Parameters

type SecurityserviceV2Parameters struct {

	// +kubebuilder:validation:Optional
	DNSIP *string `json:"dnsIp,omitempty" tf:"dns_ip,omitempty"`

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

	// +kubebuilder:validation:Optional
	Domain *string `json:"domain,omitempty" tf:"domain,omitempty"`

	// +kubebuilder:validation:Optional
	Ou *string `json:"ou,omitempty" tf:"ou,omitempty"`

	// +kubebuilder:validation:Optional
	PasswordSecretRef *v1.SecretKeySelector `json:"passwordSecretRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Optional
	Server *string `json:"server,omitempty" tf:"server,omitempty"`

	// +kubebuilder:validation:Required
	Type *string `json:"type" tf:"type,omitempty"`

	// +kubebuilder:validation:Optional
	User *string `json:"user,omitempty" tf:"user,omitempty"`
}

func (*SecurityserviceV2Parameters) DeepCopy

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

func (*SecurityserviceV2Parameters) DeepCopyInto

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

type SecurityserviceV2Spec

type SecurityserviceV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     SecurityserviceV2Parameters `json:"forProvider"`
}

SecurityserviceV2Spec defines the desired state of SecurityserviceV2

func (*SecurityserviceV2Spec) DeepCopy

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

func (*SecurityserviceV2Spec) DeepCopyInto

func (in *SecurityserviceV2Spec) DeepCopyInto(out *SecurityserviceV2Spec)

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

type SecurityserviceV2Status

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

SecurityserviceV2Status defines the observed state of SecurityserviceV2.

func (*SecurityserviceV2Status) DeepCopy

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

func (*SecurityserviceV2Status) DeepCopyInto

func (in *SecurityserviceV2Status) DeepCopyInto(out *SecurityserviceV2Status)

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

type ShareAccessV2

type ShareAccessV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ShareAccessV2Spec   `json:"spec"`
	Status            ShareAccessV2Status `json:"status,omitempty"`
}

ShareAccessV2 is the Schema for the ShareAccessV2s API +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,openstackjet}

func (*ShareAccessV2) DeepCopy

func (in *ShareAccessV2) DeepCopy() *ShareAccessV2

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

func (*ShareAccessV2) DeepCopyInto

func (in *ShareAccessV2) DeepCopyInto(out *ShareAccessV2)

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

func (*ShareAccessV2) DeepCopyObject

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

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

func (*ShareAccessV2) GetCondition

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

GetCondition of this ShareAccessV2.

func (*ShareAccessV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ShareAccessV2

func (*ShareAccessV2) GetDeletionPolicy

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

GetDeletionPolicy of this ShareAccessV2.

func (*ShareAccessV2) GetID

func (tr *ShareAccessV2) GetID() string

GetID returns ID of underlying Terraform resource of this ShareAccessV2

func (*ShareAccessV2) GetObservation

func (tr *ShareAccessV2) GetObservation() (map[string]interface{}, error)

GetObservation of this ShareAccessV2

func (*ShareAccessV2) GetParameters

func (tr *ShareAccessV2) GetParameters() (map[string]interface{}, error)

GetParameters of this ShareAccessV2

func (*ShareAccessV2) GetProviderConfigReference

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

GetProviderConfigReference of this ShareAccessV2.

func (*ShareAccessV2) GetProviderReference

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

GetProviderReference of this ShareAccessV2. Deprecated: Use GetProviderConfigReference.

func (*ShareAccessV2) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ShareAccessV2.

func (*ShareAccessV2) GetTerraformResourceType

func (mg *ShareAccessV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ShareAccessV2

func (*ShareAccessV2) GetTerraformSchemaVersion

func (tr *ShareAccessV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ShareAccessV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ShareAccessV2.

func (*ShareAccessV2) LateInitialize

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

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

func (*ShareAccessV2) SetConditions

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

SetConditions of this ShareAccessV2.

func (*ShareAccessV2) SetDeletionPolicy

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

SetDeletionPolicy of this ShareAccessV2.

func (*ShareAccessV2) SetObservation

func (tr *ShareAccessV2) SetObservation(obs map[string]interface{}) error

SetObservation for this ShareAccessV2

func (*ShareAccessV2) SetParameters

func (tr *ShareAccessV2) SetParameters(params map[string]interface{}) error

SetParameters for this ShareAccessV2

func (*ShareAccessV2) SetProviderConfigReference

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

SetProviderConfigReference of this ShareAccessV2.

func (*ShareAccessV2) SetProviderReference

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

SetProviderReference of this ShareAccessV2. Deprecated: Use SetProviderConfigReference.

func (*ShareAccessV2) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ShareAccessV2.

func (*ShareAccessV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ShareAccessV2.

type ShareAccessV2List

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

ShareAccessV2List contains a list of ShareAccessV2s

func (*ShareAccessV2List) DeepCopy

func (in *ShareAccessV2List) DeepCopy() *ShareAccessV2List

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

func (*ShareAccessV2List) DeepCopyInto

func (in *ShareAccessV2List) DeepCopyInto(out *ShareAccessV2List)

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

func (*ShareAccessV2List) DeepCopyObject

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

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

func (*ShareAccessV2List) GetItems

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

GetItems of this ShareAccessV2List.

type ShareAccessV2Observation

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

func (*ShareAccessV2Observation) DeepCopy

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

func (*ShareAccessV2Observation) DeepCopyInto

func (in *ShareAccessV2Observation) DeepCopyInto(out *ShareAccessV2Observation)

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

type ShareAccessV2Parameters

type ShareAccessV2Parameters struct {

	// +kubebuilder:validation:Required
	AccessLevel *string `json:"accessLevel" tf:"access_level,omitempty"`

	// +kubebuilder:validation:Required
	AccessTo *string `json:"accessTo" tf:"access_to,omitempty"`

	// +kubebuilder:validation:Required
	AccessType *string `json:"accessType" tf:"access_type,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Required
	ShareID *string `json:"shareId" tf:"share_id,omitempty"`
}

func (*ShareAccessV2Parameters) DeepCopy

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

func (*ShareAccessV2Parameters) DeepCopyInto

func (in *ShareAccessV2Parameters) DeepCopyInto(out *ShareAccessV2Parameters)

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

type ShareAccessV2Spec

type ShareAccessV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ShareAccessV2Parameters `json:"forProvider"`
}

ShareAccessV2Spec defines the desired state of ShareAccessV2

func (*ShareAccessV2Spec) DeepCopy

func (in *ShareAccessV2Spec) DeepCopy() *ShareAccessV2Spec

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

func (*ShareAccessV2Spec) DeepCopyInto

func (in *ShareAccessV2Spec) DeepCopyInto(out *ShareAccessV2Spec)

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

type ShareAccessV2Status

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

ShareAccessV2Status defines the observed state of ShareAccessV2.

func (*ShareAccessV2Status) DeepCopy

func (in *ShareAccessV2Status) DeepCopy() *ShareAccessV2Status

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

func (*ShareAccessV2Status) DeepCopyInto

func (in *ShareAccessV2Status) DeepCopyInto(out *ShareAccessV2Status)

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

type ShareV2

type ShareV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ShareV2Spec   `json:"spec"`
	Status            ShareV2Status `json:"status,omitempty"`
}

ShareV2 is the Schema for the ShareV2s API +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,openstackjet}

func (*ShareV2) DeepCopy

func (in *ShareV2) DeepCopy() *ShareV2

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

func (*ShareV2) DeepCopyInto

func (in *ShareV2) DeepCopyInto(out *ShareV2)

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

func (*ShareV2) DeepCopyObject

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

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

func (*ShareV2) GetCondition

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

GetCondition of this ShareV2.

func (*ShareV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ShareV2

func (*ShareV2) GetDeletionPolicy

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

GetDeletionPolicy of this ShareV2.

func (*ShareV2) GetID

func (tr *ShareV2) GetID() string

GetID returns ID of underlying Terraform resource of this ShareV2

func (*ShareV2) GetObservation

func (tr *ShareV2) GetObservation() (map[string]interface{}, error)

GetObservation of this ShareV2

func (*ShareV2) GetParameters

func (tr *ShareV2) GetParameters() (map[string]interface{}, error)

GetParameters of this ShareV2

func (*ShareV2) GetProviderConfigReference

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

GetProviderConfigReference of this ShareV2.

func (*ShareV2) GetProviderReference

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

GetProviderReference of this ShareV2. Deprecated: Use GetProviderConfigReference.

func (*ShareV2) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ShareV2.

func (*ShareV2) GetTerraformResourceType

func (mg *ShareV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ShareV2

func (*ShareV2) GetTerraformSchemaVersion

func (tr *ShareV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ShareV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ShareV2.

func (*ShareV2) LateInitialize

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

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

func (*ShareV2) SetConditions

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

SetConditions of this ShareV2.

func (*ShareV2) SetDeletionPolicy

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

SetDeletionPolicy of this ShareV2.

func (*ShareV2) SetObservation

func (tr *ShareV2) SetObservation(obs map[string]interface{}) error

SetObservation for this ShareV2

func (*ShareV2) SetParameters

func (tr *ShareV2) SetParameters(params map[string]interface{}) error

SetParameters for this ShareV2

func (*ShareV2) SetProviderConfigReference

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

SetProviderConfigReference of this ShareV2.

func (*ShareV2) SetProviderReference

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

SetProviderReference of this ShareV2. Deprecated: Use SetProviderConfigReference.

func (*ShareV2) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ShareV2.

func (*ShareV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ShareV2.

type ShareV2List

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

ShareV2List contains a list of ShareV2s

func (*ShareV2List) DeepCopy

func (in *ShareV2List) DeepCopy() *ShareV2List

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

func (*ShareV2List) DeepCopyInto

func (in *ShareV2List) DeepCopyInto(out *ShareV2List)

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

func (*ShareV2List) DeepCopyObject

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

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

func (*ShareV2List) GetItems

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

GetItems of this ShareV2List.

type ShareV2Observation

type ShareV2Observation struct {
	AllMetadata map[string]*string `json:"allMetadata,omitempty" tf:"all_metadata,omitempty"`

	ExportLocations []ExportLocationsObservation `json:"exportLocations,omitempty" tf:"export_locations,omitempty"`

	HasReplicas *bool `json:"hasReplicas,omitempty" tf:"has_replicas,omitempty"`

	Host *string `json:"host,omitempty" tf:"host,omitempty"`

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

	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	ReplicationType *string `json:"replicationType,omitempty" tf:"replication_type,omitempty"`

	ShareServerID *string `json:"shareServerId,omitempty" tf:"share_server_id,omitempty"`
}

func (*ShareV2Observation) DeepCopy

func (in *ShareV2Observation) DeepCopy() *ShareV2Observation

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

func (*ShareV2Observation) DeepCopyInto

func (in *ShareV2Observation) DeepCopyInto(out *ShareV2Observation)

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

type ShareV2Parameters

type ShareV2Parameters struct {

	// +kubebuilder:validation:Optional
	AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone,omitempty"`

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

	// +kubebuilder:validation:Optional
	IsPublic *bool `json:"isPublic,omitempty" tf:"is_public,omitempty"`

	// +kubebuilder:validation:Optional
	Metadata map[string]*string `json:"metadata,omitempty" tf:"metadata,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Optional
	ShareNetworkID *string `json:"shareNetworkId,omitempty" tf:"share_network_id,omitempty"`

	// +kubebuilder:validation:Required
	ShareProto *string `json:"shareProto" tf:"share_proto,omitempty"`

	// +kubebuilder:validation:Optional
	ShareType *string `json:"shareType,omitempty" tf:"share_type,omitempty"`

	// +kubebuilder:validation:Required
	Size *float64 `json:"size" tf:"size,omitempty"`

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

func (*ShareV2Parameters) DeepCopy

func (in *ShareV2Parameters) DeepCopy() *ShareV2Parameters

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

func (*ShareV2Parameters) DeepCopyInto

func (in *ShareV2Parameters) DeepCopyInto(out *ShareV2Parameters)

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

type ShareV2Spec

type ShareV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ShareV2Parameters `json:"forProvider"`
}

ShareV2Spec defines the desired state of ShareV2

func (*ShareV2Spec) DeepCopy

func (in *ShareV2Spec) DeepCopy() *ShareV2Spec

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

func (*ShareV2Spec) DeepCopyInto

func (in *ShareV2Spec) DeepCopyInto(out *ShareV2Spec)

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

type ShareV2Status

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

ShareV2Status defines the observed state of ShareV2.

func (*ShareV2Status) DeepCopy

func (in *ShareV2Status) DeepCopy() *ShareV2Status

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

func (*ShareV2Status) DeepCopyInto

func (in *ShareV2Status) DeepCopyInto(out *ShareV2Status)

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

type SharenetworkV2

type SharenetworkV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              SharenetworkV2Spec   `json:"spec"`
	Status            SharenetworkV2Status `json:"status,omitempty"`
}

SharenetworkV2 is the Schema for the SharenetworkV2s API +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,openstackjet}

func (*SharenetworkV2) DeepCopy

func (in *SharenetworkV2) DeepCopy() *SharenetworkV2

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

func (*SharenetworkV2) DeepCopyInto

func (in *SharenetworkV2) DeepCopyInto(out *SharenetworkV2)

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

func (*SharenetworkV2) DeepCopyObject

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

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

func (*SharenetworkV2) GetCondition

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

GetCondition of this SharenetworkV2.

func (*SharenetworkV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this SharenetworkV2

func (*SharenetworkV2) GetDeletionPolicy

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

GetDeletionPolicy of this SharenetworkV2.

func (*SharenetworkV2) GetID

func (tr *SharenetworkV2) GetID() string

GetID returns ID of underlying Terraform resource of this SharenetworkV2

func (*SharenetworkV2) GetObservation

func (tr *SharenetworkV2) GetObservation() (map[string]interface{}, error)

GetObservation of this SharenetworkV2

func (*SharenetworkV2) GetParameters

func (tr *SharenetworkV2) GetParameters() (map[string]interface{}, error)

GetParameters of this SharenetworkV2

func (*SharenetworkV2) GetProviderConfigReference

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

GetProviderConfigReference of this SharenetworkV2.

func (*SharenetworkV2) GetProviderReference

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

GetProviderReference of this SharenetworkV2. Deprecated: Use GetProviderConfigReference.

func (*SharenetworkV2) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this SharenetworkV2.

func (*SharenetworkV2) GetTerraformResourceType

func (mg *SharenetworkV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this SharenetworkV2

func (*SharenetworkV2) GetTerraformSchemaVersion

func (tr *SharenetworkV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*SharenetworkV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this SharenetworkV2.

func (*SharenetworkV2) LateInitialize

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

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

func (*SharenetworkV2) SetConditions

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

SetConditions of this SharenetworkV2.

func (*SharenetworkV2) SetDeletionPolicy

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

SetDeletionPolicy of this SharenetworkV2.

func (*SharenetworkV2) SetObservation

func (tr *SharenetworkV2) SetObservation(obs map[string]interface{}) error

SetObservation for this SharenetworkV2

func (*SharenetworkV2) SetParameters

func (tr *SharenetworkV2) SetParameters(params map[string]interface{}) error

SetParameters for this SharenetworkV2

func (*SharenetworkV2) SetProviderConfigReference

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

SetProviderConfigReference of this SharenetworkV2.

func (*SharenetworkV2) SetProviderReference

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

SetProviderReference of this SharenetworkV2. Deprecated: Use SetProviderConfigReference.

func (*SharenetworkV2) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this SharenetworkV2.

func (*SharenetworkV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this SharenetworkV2.

type SharenetworkV2List

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

SharenetworkV2List contains a list of SharenetworkV2s

func (*SharenetworkV2List) DeepCopy

func (in *SharenetworkV2List) DeepCopy() *SharenetworkV2List

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

func (*SharenetworkV2List) DeepCopyInto

func (in *SharenetworkV2List) DeepCopyInto(out *SharenetworkV2List)

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

func (*SharenetworkV2List) DeepCopyObject

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

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

func (*SharenetworkV2List) GetItems

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

GetItems of this SharenetworkV2List.

type SharenetworkV2Observation

type SharenetworkV2Observation struct {
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`

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

	IPVersion *float64 `json:"ipVersion,omitempty" tf:"ip_version,omitempty"`

	NetworkType *string `json:"networkType,omitempty" tf:"network_type,omitempty"`

	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	SegmentationID *float64 `json:"segmentationId,omitempty" tf:"segmentation_id,omitempty"`
}

func (*SharenetworkV2Observation) DeepCopy

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

func (*SharenetworkV2Observation) DeepCopyInto

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

type SharenetworkV2Parameters

type SharenetworkV2Parameters struct {

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

	// +kubebuilder:validation:Required
	NeutronNetID *string `json:"neutronNetId" tf:"neutron_net_id,omitempty"`

	// +kubebuilder:validation:Required
	NeutronSubnetID *string `json:"neutronSubnetId" tf:"neutron_subnet_id,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Optional
	SecurityServiceIds []*string `json:"securityServiceIds,omitempty" tf:"security_service_ids,omitempty"`
}

func (*SharenetworkV2Parameters) DeepCopy

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

func (*SharenetworkV2Parameters) DeepCopyInto

func (in *SharenetworkV2Parameters) DeepCopyInto(out *SharenetworkV2Parameters)

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

type SharenetworkV2Spec

type SharenetworkV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     SharenetworkV2Parameters `json:"forProvider"`
}

SharenetworkV2Spec defines the desired state of SharenetworkV2

func (*SharenetworkV2Spec) DeepCopy

func (in *SharenetworkV2Spec) DeepCopy() *SharenetworkV2Spec

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

func (*SharenetworkV2Spec) DeepCopyInto

func (in *SharenetworkV2Spec) DeepCopyInto(out *SharenetworkV2Spec)

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

type SharenetworkV2Status

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

SharenetworkV2Status defines the observed state of SharenetworkV2.

func (*SharenetworkV2Status) DeepCopy

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

func (*SharenetworkV2Status) DeepCopyInto

func (in *SharenetworkV2Status) DeepCopyInto(out *SharenetworkV2Status)

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