v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

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

Index

Constants

View Source
const (
	CRDGroup   = "sharedfilesystem.openstack.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 ExportLocationsInitParameters

type ExportLocationsInitParameters struct {
}

func (*ExportLocationsInitParameters) DeepCopy

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

func (*ExportLocationsInitParameters) DeepCopyInto

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

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"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.type) || (has(self.initProvider) && has(self.initProvider.type))",message="spec.forProvider.type is a required parameter"
	Spec   SecurityserviceV2Spec   `json:"spec"`
	Status SecurityserviceV2Status `json:"status,omitempty"`
}

SecurityserviceV2 is the Schema for the SecurityserviceV2s API. Configure a Shared File System security service. +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,openstack}

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) GetInitParameters

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

GetInitParameters of this SecurityserviceV2

func (*SecurityserviceV2) GetManagementPolicies

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

GetManagementPolicies of this SecurityserviceV2.

func (*SecurityserviceV2) GetMergedParameters

func (tr *SecurityserviceV2) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this SecurityserviceV2

func (*SecurityserviceV2) GetObservation

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

GetObservation of this SecurityserviceV2

func (*SecurityserviceV2) GetParameters

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

GetParameters of this SecurityserviceV2

func (*SecurityserviceV2) GetProviderConfigReference

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

GetProviderConfigReference of this SecurityserviceV2.

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) SetManagementPolicies

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

SetManagementPolicies of this SecurityserviceV2.

func (*SecurityserviceV2) SetObservation

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

SetObservation for this SecurityserviceV2

func (*SecurityserviceV2) SetParameters

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

SetParameters for this SecurityserviceV2

func (*SecurityserviceV2) SetProviderConfigReference

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

SetProviderConfigReference of this SecurityserviceV2.

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 SecurityserviceV2InitParameters

type SecurityserviceV2InitParameters struct {

	// The security service DNS IP address that is used inside the
	// tenant network.
	DNSIP *string `json:"dnsIp,omitempty" tf:"dns_ip,omitempty"`

	// The human-readable description for the security service.
	// Changing this updates the description of the existing security service.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The security service domain.
	Domain *string `json:"domain,omitempty" tf:"domain,omitempty"`

	// The name of the security service. Changing this updates the name
	// of the existing security service.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The security service ou. An organizational unit can be added to
	// specify where the share ends up. New in Manila microversion 2.44.
	Ou *string `json:"ou,omitempty" tf:"ou,omitempty"`

	// The region in which to obtain the V2 Shared File System client.
	// A Shared File System client is needed to create a security service. If omitted, the
	// region argument of the provider is used. Changing this creates a new
	// security service.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The security service host name or IP address.
	Server *string `json:"server,omitempty" tf:"server,omitempty"`

	// The security service type - can either be active_directory,
	// kerberos or ldap.  Changing this updates the existing security service.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// The security service user or group name that is used by the
	// tenant.
	User *string `json:"user,omitempty" tf:"user,omitempty"`
}

func (*SecurityserviceV2InitParameters) DeepCopy

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

func (*SecurityserviceV2InitParameters) DeepCopyInto

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

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 {

	// The security service DNS IP address that is used inside the
	// tenant network.
	DNSIP *string `json:"dnsIp,omitempty" tf:"dns_ip,omitempty"`

	// The human-readable description for the security service.
	// Changing this updates the description of the existing security service.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The security service domain.
	Domain *string `json:"domain,omitempty" tf:"domain,omitempty"`

	// The unique ID for the Security Service.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The name of the security service. Changing this updates the name
	// of the existing security service.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The security service ou. An organizational unit can be added to
	// specify where the share ends up. New in Manila microversion 2.44.
	Ou *string `json:"ou,omitempty" tf:"ou,omitempty"`

	// The owner of the Security Service.
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// The region in which to obtain the V2 Shared File System client.
	// A Shared File System client is needed to create a security service. If omitted, the
	// region argument of the provider is used. Changing this creates a new
	// security service.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The security service host name or IP address.
	Server *string `json:"server,omitempty" tf:"server,omitempty"`

	// The security service type - can either be active_directory,
	// kerberos or ldap.  Changing this updates the existing security service.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// The security service user or group name that is used by the
	// tenant.
	User *string `json:"user,omitempty" tf:"user,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 {

	// The security service DNS IP address that is used inside the
	// tenant network.
	// +kubebuilder:validation:Optional
	DNSIP *string `json:"dnsIp,omitempty" tf:"dns_ip,omitempty"`

	// The human-readable description for the security service.
	// Changing this updates the description of the existing security service.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

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

	// The name of the security service. Changing this updates the name
	// of the existing security service.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The security service ou. An organizational unit can be added to
	// specify where the share ends up. New in Manila microversion 2.44.
	// +kubebuilder:validation:Optional
	Ou *string `json:"ou,omitempty" tf:"ou,omitempty"`

	// The user password, if you specify a user.
	// +kubebuilder:validation:Optional
	PasswordSecretRef *v1.SecretKeySelector `json:"passwordSecretRef,omitempty" tf:"-"`

	// The region in which to obtain the V2 Shared File System client.
	// A Shared File System client is needed to create a security service. If omitted, the
	// region argument of the provider is used. Changing this creates a new
	// security service.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The security service host name or IP address.
	// +kubebuilder:validation:Optional
	Server *string `json:"server,omitempty" tf:"server,omitempty"`

	// The security service type - can either be active_directory,
	// kerberos or ldap.  Changing this updates the existing security service.
	// +kubebuilder:validation:Optional
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// The security service user or group name that is used by the
	// tenant.
	// +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"`
	// 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 SecurityserviceV2InitParameters `json:"initProvider,omitempty"`
}

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"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.accessLevel) || (has(self.initProvider) && has(self.initProvider.accessLevel))",message="spec.forProvider.accessLevel is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.accessTo) || (has(self.initProvider) && has(self.initProvider.accessTo))",message="spec.forProvider.accessTo is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.accessType) || (has(self.initProvider) && has(self.initProvider.accessType))",message="spec.forProvider.accessType is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.shareId) || (has(self.initProvider) && has(self.initProvider.shareId))",message="spec.forProvider.shareId is a required parameter"
	Spec   ShareAccessV2Spec   `json:"spec"`
	Status ShareAccessV2Status `json:"status,omitempty"`
}

ShareAccessV2 is the Schema for the ShareAccessV2s API. Configure a Shared File System share access list. +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,openstack}

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) GetInitParameters

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

GetInitParameters of this ShareAccessV2

func (*ShareAccessV2) GetManagementPolicies

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

GetManagementPolicies of this ShareAccessV2.

func (*ShareAccessV2) GetMergedParameters

func (tr *ShareAccessV2) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this ShareAccessV2

func (*ShareAccessV2) GetObservation

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

GetObservation of this ShareAccessV2

func (*ShareAccessV2) GetParameters

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

GetParameters of this ShareAccessV2

func (*ShareAccessV2) GetProviderConfigReference

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

GetProviderConfigReference of this ShareAccessV2.

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) SetManagementPolicies

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

SetManagementPolicies of this ShareAccessV2.

func (*ShareAccessV2) SetObservation

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

SetObservation for this ShareAccessV2

func (*ShareAccessV2) SetParameters

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

SetParameters for this ShareAccessV2

func (*ShareAccessV2) SetProviderConfigReference

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

SetProviderConfigReference of this ShareAccessV2.

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 ShareAccessV2InitParameters

type ShareAccessV2InitParameters struct {

	// The access level to the share. Can either be rw or ro.
	AccessLevel *string `json:"accessLevel,omitempty" tf:"access_level,omitempty"`

	// The value that defines the access. Can either be an IP
	// address or a username verified by configured Security Service of the Share Network.
	AccessTo *string `json:"accessTo,omitempty" tf:"access_to,omitempty"`

	// The access rule type. Can either be an ip, user,
	// cert, or cephx. cephx support requires an OpenStack environment that supports
	// Shared Filesystem microversion 2.13 (Mitaka) or later.
	AccessType *string `json:"accessType,omitempty" tf:"access_type,omitempty"`

	// The region in which to obtain the V2 Shared File System client.
	// A Shared File System client is needed to create a share access. Changing this
	// creates a new share access.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The UUID of the share to which you are granted access.
	ShareID *string `json:"shareId,omitempty" tf:"share_id,omitempty"`
}

func (*ShareAccessV2InitParameters) DeepCopy

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

func (*ShareAccessV2InitParameters) DeepCopyInto

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

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 {

	// The access level to the share. Can either be rw or ro.
	AccessLevel *string `json:"accessLevel,omitempty" tf:"access_level,omitempty"`

	// The value that defines the access. Can either be an IP
	// address or a username verified by configured Security Service of the Share Network.
	AccessTo *string `json:"accessTo,omitempty" tf:"access_to,omitempty"`

	// The access rule type. Can either be an ip, user,
	// cert, or cephx. cephx support requires an OpenStack environment that supports
	// Shared Filesystem microversion 2.13 (Mitaka) or later.
	AccessType *string `json:"accessType,omitempty" tf:"access_type,omitempty"`

	// The unique ID for the Share Access.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The region in which to obtain the V2 Shared File System client.
	// A Shared File System client is needed to create a share access. Changing this
	// creates a new share access.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The UUID of the share to which you are granted access.
	ShareID *string `json:"shareId,omitempty" tf:"share_id,omitempty"`

	// The share access state.
	State *string `json:"state,omitempty" tf:"state,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 {

	// The access level to the share. Can either be rw or ro.
	// +kubebuilder:validation:Optional
	AccessLevel *string `json:"accessLevel,omitempty" tf:"access_level,omitempty"`

	// The value that defines the access. Can either be an IP
	// address or a username verified by configured Security Service of the Share Network.
	// +kubebuilder:validation:Optional
	AccessTo *string `json:"accessTo,omitempty" tf:"access_to,omitempty"`

	// The access rule type. Can either be an ip, user,
	// cert, or cephx. cephx support requires an OpenStack environment that supports
	// Shared Filesystem microversion 2.13 (Mitaka) or later.
	// +kubebuilder:validation:Optional
	AccessType *string `json:"accessType,omitempty" tf:"access_type,omitempty"`

	// The region in which to obtain the V2 Shared File System client.
	// A Shared File System client is needed to create a share access. Changing this
	// creates a new share access.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The UUID of the share to which you are granted access.
	// +kubebuilder:validation:Optional
	ShareID *string `json:"shareId,omitempty" 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"`
	// 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 ShareAccessV2InitParameters `json:"initProvider,omitempty"`
}

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"`
	// +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.shareProto) || (has(self.initProvider) && has(self.initProvider.shareProto))",message="spec.forProvider.shareProto is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.size) || (has(self.initProvider) && has(self.initProvider.size))",message="spec.forProvider.size is a required parameter"
	Spec   ShareV2Spec   `json:"spec"`
	Status ShareV2Status `json:"status,omitempty"`
}

ShareV2 is the Schema for the ShareV2s API. Configure a Shared File System share. +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,openstack}

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) GetInitParameters

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

GetInitParameters of this ShareV2

func (*ShareV2) GetManagementPolicies

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

GetManagementPolicies of this ShareV2.

func (*ShareV2) GetMergedParameters

func (tr *ShareV2) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this ShareV2

func (*ShareV2) GetObservation

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

GetObservation of this ShareV2

func (*ShareV2) GetParameters

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

GetParameters of this ShareV2

func (*ShareV2) GetProviderConfigReference

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

GetProviderConfigReference of this ShareV2.

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) SetManagementPolicies

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

SetManagementPolicies of this ShareV2.

func (*ShareV2) SetObservation

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

SetObservation for this ShareV2

func (*ShareV2) SetParameters

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

SetParameters for this ShareV2

func (*ShareV2) SetProviderConfigReference

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

SetProviderConfigReference of this ShareV2.

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 ShareV2InitParameters

type ShareV2InitParameters struct {

	// The share availability zone. Changing this creates a
	// new share.
	AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone,omitempty"`

	// The human-readable description for the share.
	// Changing this updates the description of the existing share.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The level of visibility for the share. Set to true to make
	// share public. Set to false to make it private. Default value is false. Changing this
	// updates the existing share.
	IsPublic *bool `json:"isPublic,omitempty" tf:"is_public,omitempty"`

	// One or more metadata key and value pairs as a dictionary of
	// strings.
	Metadata map[string]*string `json:"metadata,omitempty" tf:"metadata,omitempty"`

	// The name of the share. Changing this updates the name
	// of the existing share.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to obtain the V2 Shared File System client.
	// A Shared File System client is needed to create a share. Changing this
	// creates a new share.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The UUID of a share network where the share server exists
	// or will be created. If share_network_id is not set and you provide a snapshot_id,
	// the share_network_id value from the snapshot is used. Changing this creates a new share.
	ShareNetworkID *string `json:"shareNetworkId,omitempty" tf:"share_network_id,omitempty"`

	// The share protocol - can either be NFS, CIFS,
	// CEPHFS, GLUSTERFS, HDFS or MAPRFS. Changing this creates a new share.
	ShareProto *string `json:"shareProto,omitempty" tf:"share_proto,omitempty"`

	// The share type name. If you omit this parameter, the default
	// share type is used.
	ShareType *string `json:"shareType,omitempty" tf:"share_type,omitempty"`

	// The share size, in GBs. The requested share size cannot be greater
	// than the allowed GB quota. Changing this resizes the existing share.
	Size *float64 `json:"size,omitempty" tf:"size,omitempty"`

	// The UUID of the share's base snapshot. Changing this creates
	// a new share.
	SnapshotID *string `json:"snapshotId,omitempty" tf:"snapshot_id,omitempty"`
}

func (*ShareV2InitParameters) DeepCopy

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

func (*ShareV2InitParameters) DeepCopyInto

func (in *ShareV2InitParameters) DeepCopyInto(out *ShareV2InitParameters)

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

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 {

	// The map of metadata, assigned on the share, which has been
	// explicitly and implicitly added.
	AllMetadata map[string]*string `json:"allMetadata,omitempty" tf:"all_metadata,omitempty"`

	// The share availability zone. Changing this creates a
	// new share.
	AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone,omitempty"`

	// The human-readable description for the share.
	// Changing this updates the description of the existing share.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// A list of export locations. For example, when a share server
	// has more than one network interface, it can have multiple export locations.
	ExportLocations []ExportLocationsObservation `json:"exportLocations,omitempty" tf:"export_locations,omitempty"`

	// Indicates whether a share has replicas or not.
	HasReplicas *bool `json:"hasReplicas,omitempty" tf:"has_replicas,omitempty"`

	// The share host name.
	Host *string `json:"host,omitempty" tf:"host,omitempty"`

	// The unique ID for the Share.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The level of visibility for the share. Set to true to make
	// share public. Set to false to make it private. Default value is false. Changing this
	// updates the existing share.
	IsPublic *bool `json:"isPublic,omitempty" tf:"is_public,omitempty"`

	// One or more metadata key and value pairs as a dictionary of
	// strings.
	Metadata map[string]*string `json:"metadata,omitempty" tf:"metadata,omitempty"`

	// The name of the share. Changing this updates the name
	// of the existing share.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The owner of the Share.
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// The region in which to obtain the V2 Shared File System client.
	// A Shared File System client is needed to create a share. Changing this
	// creates a new share.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The share replication type.
	ReplicationType *string `json:"replicationType,omitempty" tf:"replication_type,omitempty"`

	// The UUID of a share network where the share server exists
	// or will be created. If share_network_id is not set and you provide a snapshot_id,
	// the share_network_id value from the snapshot is used. Changing this creates a new share.
	ShareNetworkID *string `json:"shareNetworkId,omitempty" tf:"share_network_id,omitempty"`

	// The share protocol - can either be NFS, CIFS,
	// CEPHFS, GLUSTERFS, HDFS or MAPRFS. Changing this creates a new share.
	ShareProto *string `json:"shareProto,omitempty" tf:"share_proto,omitempty"`

	// The UUID of the share server.
	ShareServerID *string `json:"shareServerId,omitempty" tf:"share_server_id,omitempty"`

	// The share type name. If you omit this parameter, the default
	// share type is used.
	ShareType *string `json:"shareType,omitempty" tf:"share_type,omitempty"`

	// The share size, in GBs. The requested share size cannot be greater
	// than the allowed GB quota. Changing this resizes the existing share.
	Size *float64 `json:"size,omitempty" tf:"size,omitempty"`

	// The UUID of the share's base snapshot. Changing this creates
	// a new share.
	SnapshotID *string `json:"snapshotId,omitempty" tf:"snapshot_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 {

	// The share availability zone. Changing this creates a
	// new share.
	// +kubebuilder:validation:Optional
	AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone,omitempty"`

	// The human-readable description for the share.
	// Changing this updates the description of the existing share.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The level of visibility for the share. Set to true to make
	// share public. Set to false to make it private. Default value is false. Changing this
	// updates the existing share.
	// +kubebuilder:validation:Optional
	IsPublic *bool `json:"isPublic,omitempty" tf:"is_public,omitempty"`

	// One or more metadata key and value pairs as a dictionary of
	// strings.
	// +kubebuilder:validation:Optional
	Metadata map[string]*string `json:"metadata,omitempty" tf:"metadata,omitempty"`

	// The name of the share. Changing this updates the name
	// of the existing share.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to obtain the V2 Shared File System client.
	// A Shared File System client is needed to create a share. Changing this
	// creates a new share.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The UUID of a share network where the share server exists
	// or will be created. If share_network_id is not set and you provide a snapshot_id,
	// the share_network_id value from the snapshot is used. Changing this creates a new share.
	// +kubebuilder:validation:Optional
	ShareNetworkID *string `json:"shareNetworkId,omitempty" tf:"share_network_id,omitempty"`

	// The share protocol - can either be NFS, CIFS,
	// CEPHFS, GLUSTERFS, HDFS or MAPRFS. Changing this creates a new share.
	// +kubebuilder:validation:Optional
	ShareProto *string `json:"shareProto,omitempty" tf:"share_proto,omitempty"`

	// The share type name. If you omit this parameter, the default
	// share type is used.
	// +kubebuilder:validation:Optional
	ShareType *string `json:"shareType,omitempty" tf:"share_type,omitempty"`

	// The share size, in GBs. The requested share size cannot be greater
	// than the allowed GB quota. Changing this resizes the existing share.
	// +kubebuilder:validation:Optional
	Size *float64 `json:"size,omitempty" tf:"size,omitempty"`

	// The UUID of the share's base snapshot. Changing this creates
	// a new share.
	// +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"`
	// 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 ShareV2InitParameters `json:"initProvider,omitempty"`
}

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"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.neutronNetId) || (has(self.initProvider) && has(self.initProvider.neutronNetId))",message="spec.forProvider.neutronNetId is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.neutronSubnetId) || (has(self.initProvider) && has(self.initProvider.neutronSubnetId))",message="spec.forProvider.neutronSubnetId is a required parameter"
	Spec   SharenetworkV2Spec   `json:"spec"`
	Status SharenetworkV2Status `json:"status,omitempty"`
}

SharenetworkV2 is the Schema for the SharenetworkV2s API. Configure a Shared File System share network. +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,openstack}

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) GetInitParameters

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

GetInitParameters of this SharenetworkV2

func (*SharenetworkV2) GetManagementPolicies

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

GetManagementPolicies of this SharenetworkV2.

func (*SharenetworkV2) GetMergedParameters

func (tr *SharenetworkV2) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this SharenetworkV2

func (*SharenetworkV2) GetObservation

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

GetObservation of this SharenetworkV2

func (*SharenetworkV2) GetParameters

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

GetParameters of this SharenetworkV2

func (*SharenetworkV2) GetProviderConfigReference

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

GetProviderConfigReference of this SharenetworkV2.

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) SetManagementPolicies

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

SetManagementPolicies of this SharenetworkV2.

func (*SharenetworkV2) SetObservation

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

SetObservation for this SharenetworkV2

func (*SharenetworkV2) SetParameters

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

SetParameters for this SharenetworkV2

func (*SharenetworkV2) SetProviderConfigReference

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

SetProviderConfigReference of this SharenetworkV2.

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 SharenetworkV2InitParameters

type SharenetworkV2InitParameters struct {

	// The human-readable description for the share network.
	// Changing this updates the description of the existing share network.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The name for the share network. Changing this updates the name
	// of the existing share network.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The UUID of a neutron network when setting up or updating
	// a share network. Changing this updates the existing share network if it's not used by
	// shares.
	NeutronNetID *string `json:"neutronNetId,omitempty" tf:"neutron_net_id,omitempty"`

	// The UUID of the neutron subnet when setting up or
	// updating a share network. Changing this updates the existing share network if it's
	// not used by shares.
	NeutronSubnetID *string `json:"neutronSubnetId,omitempty" tf:"neutron_subnet_id,omitempty"`

	// The region in which to obtain the V2 Shared File System client.
	// A Shared File System client is needed to create a share network. If omitted, the
	// region argument of the provider is used. Changing this creates a new
	// share network.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The list of security service IDs to associate with
	// the share network. The security service must be specified by ID and not name.
	SecurityServiceIds []*string `json:"securityServiceIds,omitempty" tf:"security_service_ids,omitempty"`
}

func (*SharenetworkV2InitParameters) DeepCopy

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

func (*SharenetworkV2InitParameters) DeepCopyInto

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

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 {

	// The share network CIDR.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`

	// The human-readable description for the share network.
	// Changing this updates the description of the existing share network.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The unique ID for the Share Network.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The IP version of the share network. Can either be 4 or 6.
	IPVersion *float64 `json:"ipVersion,omitempty" tf:"ip_version,omitempty"`

	// The name for the share network. Changing this updates the name
	// of the existing share network.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The share network type. Can either be VLAN, VXLAN, GRE, or flat.
	NetworkType *string `json:"networkType,omitempty" tf:"network_type,omitempty"`

	// The UUID of a neutron network when setting up or updating
	// a share network. Changing this updates the existing share network if it's not used by
	// shares.
	NeutronNetID *string `json:"neutronNetId,omitempty" tf:"neutron_net_id,omitempty"`

	// The UUID of the neutron subnet when setting up or
	// updating a share network. Changing this updates the existing share network if it's
	// not used by shares.
	NeutronSubnetID *string `json:"neutronSubnetId,omitempty" tf:"neutron_subnet_id,omitempty"`

	// The owner of the Share Network.
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// The region in which to obtain the V2 Shared File System client.
	// A Shared File System client is needed to create a share network. If omitted, the
	// region argument of the provider is used. Changing this creates a new
	// share network.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The list of security service IDs to associate with
	// the share network. The security service must be specified by ID and not name.
	SecurityServiceIds []*string `json:"securityServiceIds,omitempty" tf:"security_service_ids,omitempty"`

	// The share network segmentation ID.
	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 {

	// The human-readable description for the share network.
	// Changing this updates the description of the existing share network.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The name for the share network. Changing this updates the name
	// of the existing share network.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The UUID of a neutron network when setting up or updating
	// a share network. Changing this updates the existing share network if it's not used by
	// shares.
	// +kubebuilder:validation:Optional
	NeutronNetID *string `json:"neutronNetId,omitempty" tf:"neutron_net_id,omitempty"`

	// The UUID of the neutron subnet when setting up or
	// updating a share network. Changing this updates the existing share network if it's
	// not used by shares.
	// +kubebuilder:validation:Optional
	NeutronSubnetID *string `json:"neutronSubnetId,omitempty" tf:"neutron_subnet_id,omitempty"`

	// The region in which to obtain the V2 Shared File System client.
	// A Shared File System client is needed to create a share network. If omitted, the
	// region argument of the provider is used. Changing this creates a new
	// share network.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The list of security service IDs to associate with
	// the share network. The security service must be specified by ID and not name.
	// +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"`
	// 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 SharenetworkV2InitParameters `json:"initProvider,omitempty"`
}

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