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=identity.openstack.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "identity.openstack.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	ApplicationCredentialV3_Kind             = "ApplicationCredentialV3"
	ApplicationCredentialV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ApplicationCredentialV3_Kind}.String()
	ApplicationCredentialV3_KindAPIVersion   = ApplicationCredentialV3_Kind + "." + CRDGroupVersion.String()
	ApplicationCredentialV3_GroupVersionKind = CRDGroupVersion.WithKind(ApplicationCredentialV3_Kind)
)

Repository type metadata.

View Source
var (
	EC2CredentialV3_Kind             = "EC2CredentialV3"
	EC2CredentialV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: EC2CredentialV3_Kind}.String()
	EC2CredentialV3_KindAPIVersion   = EC2CredentialV3_Kind + "." + CRDGroupVersion.String()
	EC2CredentialV3_GroupVersionKind = CRDGroupVersion.WithKind(EC2CredentialV3_Kind)
)

Repository type metadata.

View Source
var (
	EndpointV3_Kind             = "EndpointV3"
	EndpointV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: EndpointV3_Kind}.String()
	EndpointV3_KindAPIVersion   = EndpointV3_Kind + "." + CRDGroupVersion.String()
	EndpointV3_GroupVersionKind = CRDGroupVersion.WithKind(EndpointV3_Kind)
)

Repository type metadata.

View Source
var (
	GroupV3_Kind             = "GroupV3"
	GroupV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: GroupV3_Kind}.String()
	GroupV3_KindAPIVersion   = GroupV3_Kind + "." + CRDGroupVersion.String()
	GroupV3_GroupVersionKind = CRDGroupVersion.WithKind(GroupV3_Kind)
)

Repository type metadata.

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 (
	ProjectV3_Kind             = "ProjectV3"
	ProjectV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ProjectV3_Kind}.String()
	ProjectV3_KindAPIVersion   = ProjectV3_Kind + "." + CRDGroupVersion.String()
	ProjectV3_GroupVersionKind = CRDGroupVersion.WithKind(ProjectV3_Kind)
)

Repository type metadata.

View Source
var (
	RoleAssignmentV3_Kind             = "RoleAssignmentV3"
	RoleAssignmentV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: RoleAssignmentV3_Kind}.String()
	RoleAssignmentV3_KindAPIVersion   = RoleAssignmentV3_Kind + "." + CRDGroupVersion.String()
	RoleAssignmentV3_GroupVersionKind = CRDGroupVersion.WithKind(RoleAssignmentV3_Kind)
)

Repository type metadata.

View Source
var (
	RoleV3_Kind             = "RoleV3"
	RoleV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: RoleV3_Kind}.String()
	RoleV3_KindAPIVersion   = RoleV3_Kind + "." + CRDGroupVersion.String()
	RoleV3_GroupVersionKind = CRDGroupVersion.WithKind(RoleV3_Kind)
)

Repository type metadata.

View Source
var (
	ServiceV3_Kind             = "ServiceV3"
	ServiceV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ServiceV3_Kind}.String()
	ServiceV3_KindAPIVersion   = ServiceV3_Kind + "." + CRDGroupVersion.String()
	ServiceV3_GroupVersionKind = CRDGroupVersion.WithKind(ServiceV3_Kind)
)

Repository type metadata.

View Source
var (
	UserMembershipV3_Kind             = "UserMembershipV3"
	UserMembershipV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: UserMembershipV3_Kind}.String()
	UserMembershipV3_KindAPIVersion   = UserMembershipV3_Kind + "." + CRDGroupVersion.String()
	UserMembershipV3_GroupVersionKind = CRDGroupVersion.WithKind(UserMembershipV3_Kind)
)

Repository type metadata.

View Source
var (
	UserV3_Kind             = "UserV3"
	UserV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: UserV3_Kind}.String()
	UserV3_KindAPIVersion   = UserV3_Kind + "." + CRDGroupVersion.String()
	UserV3_GroupVersionKind = CRDGroupVersion.WithKind(UserV3_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type AccessRulesObservation

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

func (*AccessRulesObservation) DeepCopy

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

func (*AccessRulesObservation) DeepCopyInto

func (in *AccessRulesObservation) DeepCopyInto(out *AccessRulesObservation)

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

type AccessRulesParameters

type AccessRulesParameters struct {

	// +kubebuilder:validation:Required
	Method *string `json:"method" tf:"method,omitempty"`

	// +kubebuilder:validation:Required
	Path *string `json:"path" tf:"path,omitempty"`

	// +kubebuilder:validation:Required
	Service *string `json:"service" tf:"service,omitempty"`
}

func (*AccessRulesParameters) DeepCopy

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

func (*AccessRulesParameters) DeepCopyInto

func (in *AccessRulesParameters) DeepCopyInto(out *AccessRulesParameters)

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

type ApplicationCredentialV3

type ApplicationCredentialV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ApplicationCredentialV3Spec   `json:"spec"`
	Status            ApplicationCredentialV3Status `json:"status,omitempty"`
}

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

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

func (*ApplicationCredentialV3) DeepCopyInto

func (in *ApplicationCredentialV3) DeepCopyInto(out *ApplicationCredentialV3)

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

func (*ApplicationCredentialV3) DeepCopyObject

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

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

func (*ApplicationCredentialV3) GetCondition

GetCondition of this ApplicationCredentialV3.

func (*ApplicationCredentialV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ApplicationCredentialV3

func (*ApplicationCredentialV3) GetDeletionPolicy

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

GetDeletionPolicy of this ApplicationCredentialV3.

func (*ApplicationCredentialV3) GetID

func (tr *ApplicationCredentialV3) GetID() string

GetID returns ID of underlying Terraform resource of this ApplicationCredentialV3

func (*ApplicationCredentialV3) GetObservation

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

GetObservation of this ApplicationCredentialV3

func (*ApplicationCredentialV3) GetParameters

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

GetParameters of this ApplicationCredentialV3

func (*ApplicationCredentialV3) GetProviderConfigReference

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

GetProviderConfigReference of this ApplicationCredentialV3.

func (*ApplicationCredentialV3) GetProviderReference

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

GetProviderReference of this ApplicationCredentialV3. Deprecated: Use GetProviderConfigReference.

func (*ApplicationCredentialV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ApplicationCredentialV3.

func (*ApplicationCredentialV3) GetTerraformResourceType

func (mg *ApplicationCredentialV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ApplicationCredentialV3

func (*ApplicationCredentialV3) GetTerraformSchemaVersion

func (tr *ApplicationCredentialV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ApplicationCredentialV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ApplicationCredentialV3.

func (*ApplicationCredentialV3) LateInitialize

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

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

func (*ApplicationCredentialV3) SetConditions

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

SetConditions of this ApplicationCredentialV3.

func (*ApplicationCredentialV3) SetDeletionPolicy

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

SetDeletionPolicy of this ApplicationCredentialV3.

func (*ApplicationCredentialV3) SetObservation

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

SetObservation for this ApplicationCredentialV3

func (*ApplicationCredentialV3) SetParameters

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

SetParameters for this ApplicationCredentialV3

func (*ApplicationCredentialV3) SetProviderConfigReference

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

SetProviderConfigReference of this ApplicationCredentialV3.

func (*ApplicationCredentialV3) SetProviderReference

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

SetProviderReference of this ApplicationCredentialV3. Deprecated: Use SetProviderConfigReference.

func (*ApplicationCredentialV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ApplicationCredentialV3.

func (*ApplicationCredentialV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ApplicationCredentialV3.

type ApplicationCredentialV3List

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

ApplicationCredentialV3List contains a list of ApplicationCredentialV3s

func (*ApplicationCredentialV3List) DeepCopy

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

func (*ApplicationCredentialV3List) DeepCopyInto

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

func (*ApplicationCredentialV3List) DeepCopyObject

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

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

func (*ApplicationCredentialV3List) GetItems

GetItems of this ApplicationCredentialV3List.

type ApplicationCredentialV3Observation

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

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

func (*ApplicationCredentialV3Observation) DeepCopy

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

func (*ApplicationCredentialV3Observation) DeepCopyInto

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

type ApplicationCredentialV3Parameters

type ApplicationCredentialV3Parameters struct {

	// +kubebuilder:validation:Optional
	AccessRules []AccessRulesParameters `json:"accessRules,omitempty" tf:"access_rules,omitempty"`

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

	// +kubebuilder:validation:Optional
	ExpiresAt *string `json:"expiresAt,omitempty" tf:"expires_at,omitempty"`

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

	// +kubebuilder:validation:Optional
	Roles []*string `json:"roles,omitempty" tf:"roles,omitempty"`

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

	// +kubebuilder:validation:Optional
	Unrestricted *bool `json:"unrestricted,omitempty" tf:"unrestricted,omitempty"`
}

func (*ApplicationCredentialV3Parameters) DeepCopy

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

func (*ApplicationCredentialV3Parameters) DeepCopyInto

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

type ApplicationCredentialV3Spec

type ApplicationCredentialV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ApplicationCredentialV3Parameters `json:"forProvider"`
}

ApplicationCredentialV3Spec defines the desired state of ApplicationCredentialV3

func (*ApplicationCredentialV3Spec) DeepCopy

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

func (*ApplicationCredentialV3Spec) DeepCopyInto

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

type ApplicationCredentialV3Status

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

ApplicationCredentialV3Status defines the observed state of ApplicationCredentialV3.

func (*ApplicationCredentialV3Status) DeepCopy

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

func (*ApplicationCredentialV3Status) DeepCopyInto

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

type EC2CredentialV3

type EC2CredentialV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              EC2CredentialV3Spec   `json:"spec"`
	Status            EC2CredentialV3Status `json:"status,omitempty"`
}

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

func (in *EC2CredentialV3) DeepCopy() *EC2CredentialV3

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

func (*EC2CredentialV3) DeepCopyInto

func (in *EC2CredentialV3) DeepCopyInto(out *EC2CredentialV3)

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

func (*EC2CredentialV3) DeepCopyObject

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

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

func (*EC2CredentialV3) GetCondition

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

GetCondition of this EC2CredentialV3.

func (*EC2CredentialV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this EC2CredentialV3

func (*EC2CredentialV3) GetDeletionPolicy

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

GetDeletionPolicy of this EC2CredentialV3.

func (*EC2CredentialV3) GetID

func (tr *EC2CredentialV3) GetID() string

GetID returns ID of underlying Terraform resource of this EC2CredentialV3

func (*EC2CredentialV3) GetObservation

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

GetObservation of this EC2CredentialV3

func (*EC2CredentialV3) GetParameters

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

GetParameters of this EC2CredentialV3

func (*EC2CredentialV3) GetProviderConfigReference

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

GetProviderConfigReference of this EC2CredentialV3.

func (*EC2CredentialV3) GetProviderReference

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

GetProviderReference of this EC2CredentialV3. Deprecated: Use GetProviderConfigReference.

func (*EC2CredentialV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this EC2CredentialV3.

func (*EC2CredentialV3) GetTerraformResourceType

func (mg *EC2CredentialV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this EC2CredentialV3

func (*EC2CredentialV3) GetTerraformSchemaVersion

func (tr *EC2CredentialV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*EC2CredentialV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this EC2CredentialV3.

func (*EC2CredentialV3) LateInitialize

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

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

func (*EC2CredentialV3) SetConditions

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

SetConditions of this EC2CredentialV3.

func (*EC2CredentialV3) SetDeletionPolicy

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

SetDeletionPolicy of this EC2CredentialV3.

func (*EC2CredentialV3) SetObservation

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

SetObservation for this EC2CredentialV3

func (*EC2CredentialV3) SetParameters

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

SetParameters for this EC2CredentialV3

func (*EC2CredentialV3) SetProviderConfigReference

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

SetProviderConfigReference of this EC2CredentialV3.

func (*EC2CredentialV3) SetProviderReference

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

SetProviderReference of this EC2CredentialV3. Deprecated: Use SetProviderConfigReference.

func (*EC2CredentialV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this EC2CredentialV3.

func (*EC2CredentialV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this EC2CredentialV3.

type EC2CredentialV3List

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

EC2CredentialV3List contains a list of EC2CredentialV3s

func (*EC2CredentialV3List) DeepCopy

func (in *EC2CredentialV3List) DeepCopy() *EC2CredentialV3List

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

func (*EC2CredentialV3List) DeepCopyInto

func (in *EC2CredentialV3List) DeepCopyInto(out *EC2CredentialV3List)

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

func (*EC2CredentialV3List) DeepCopyObject

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

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

func (*EC2CredentialV3List) GetItems

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

GetItems of this EC2CredentialV3List.

type EC2CredentialV3Observation

type EC2CredentialV3Observation struct {
	Access *string `json:"access,omitempty" tf:"access,omitempty"`

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

	TrustID *string `json:"trustId,omitempty" tf:"trust_id,omitempty"`
}

func (*EC2CredentialV3Observation) DeepCopy

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

func (*EC2CredentialV3Observation) DeepCopyInto

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

type EC2CredentialV3Parameters

type EC2CredentialV3Parameters struct {

	// +kubebuilder:validation:Optional
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

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

	// +kubebuilder:validation:Optional
	UserID *string `json:"userId,omitempty" tf:"user_id,omitempty"`
}

func (*EC2CredentialV3Parameters) DeepCopy

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

func (*EC2CredentialV3Parameters) DeepCopyInto

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

type EC2CredentialV3Spec

type EC2CredentialV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     EC2CredentialV3Parameters `json:"forProvider"`
}

EC2CredentialV3Spec defines the desired state of EC2CredentialV3

func (*EC2CredentialV3Spec) DeepCopy

func (in *EC2CredentialV3Spec) DeepCopy() *EC2CredentialV3Spec

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

func (*EC2CredentialV3Spec) DeepCopyInto

func (in *EC2CredentialV3Spec) DeepCopyInto(out *EC2CredentialV3Spec)

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

type EC2CredentialV3Status

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

EC2CredentialV3Status defines the observed state of EC2CredentialV3.

func (*EC2CredentialV3Status) DeepCopy

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

func (*EC2CredentialV3Status) DeepCopyInto

func (in *EC2CredentialV3Status) DeepCopyInto(out *EC2CredentialV3Status)

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

type EndpointV3

type EndpointV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              EndpointV3Spec   `json:"spec"`
	Status            EndpointV3Status `json:"status,omitempty"`
}

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

func (in *EndpointV3) DeepCopy() *EndpointV3

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

func (*EndpointV3) DeepCopyInto

func (in *EndpointV3) DeepCopyInto(out *EndpointV3)

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

func (*EndpointV3) DeepCopyObject

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

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

func (*EndpointV3) GetCondition

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

GetCondition of this EndpointV3.

func (*EndpointV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this EndpointV3

func (*EndpointV3) GetDeletionPolicy

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

GetDeletionPolicy of this EndpointV3.

func (*EndpointV3) GetID

func (tr *EndpointV3) GetID() string

GetID returns ID of underlying Terraform resource of this EndpointV3

func (*EndpointV3) GetObservation

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

GetObservation of this EndpointV3

func (*EndpointV3) GetParameters

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

GetParameters of this EndpointV3

func (*EndpointV3) GetProviderConfigReference

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

GetProviderConfigReference of this EndpointV3.

func (*EndpointV3) GetProviderReference

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

GetProviderReference of this EndpointV3. Deprecated: Use GetProviderConfigReference.

func (*EndpointV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this EndpointV3.

func (*EndpointV3) GetTerraformResourceType

func (mg *EndpointV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this EndpointV3

func (*EndpointV3) GetTerraformSchemaVersion

func (tr *EndpointV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*EndpointV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this EndpointV3.

func (*EndpointV3) LateInitialize

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

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

func (*EndpointV3) SetConditions

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

SetConditions of this EndpointV3.

func (*EndpointV3) SetDeletionPolicy

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

SetDeletionPolicy of this EndpointV3.

func (*EndpointV3) SetObservation

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

SetObservation for this EndpointV3

func (*EndpointV3) SetParameters

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

SetParameters for this EndpointV3

func (*EndpointV3) SetProviderConfigReference

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

SetProviderConfigReference of this EndpointV3.

func (*EndpointV3) SetProviderReference

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

SetProviderReference of this EndpointV3. Deprecated: Use SetProviderConfigReference.

func (*EndpointV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this EndpointV3.

func (*EndpointV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this EndpointV3.

type EndpointV3List

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

EndpointV3List contains a list of EndpointV3s

func (*EndpointV3List) DeepCopy

func (in *EndpointV3List) DeepCopy() *EndpointV3List

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

func (*EndpointV3List) DeepCopyInto

func (in *EndpointV3List) DeepCopyInto(out *EndpointV3List)

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

func (*EndpointV3List) DeepCopyObject

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

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

func (*EndpointV3List) GetItems

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

GetItems of this EndpointV3List.

type EndpointV3Observation

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

	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

	ServiceType *string `json:"serviceType,omitempty" tf:"service_type,omitempty"`
}

func (*EndpointV3Observation) DeepCopy

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

func (*EndpointV3Observation) DeepCopyInto

func (in *EndpointV3Observation) DeepCopyInto(out *EndpointV3Observation)

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

type EndpointV3Parameters

type EndpointV3Parameters struct {

	// +kubebuilder:validation:Required
	EndpointRegion *string `json:"endpointRegion" tf:"endpoint_region,omitempty"`

	// +kubebuilder:validation:Optional
	Interface *string `json:"interface,omitempty" tf:"interface,omitempty"`

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

	// +kubebuilder:validation:Required
	ServiceID *string `json:"serviceId" tf:"service_id,omitempty"`

	// +kubebuilder:validation:Required
	URL *string `json:"url" tf:"url,omitempty"`
}

func (*EndpointV3Parameters) DeepCopy

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

func (*EndpointV3Parameters) DeepCopyInto

func (in *EndpointV3Parameters) DeepCopyInto(out *EndpointV3Parameters)

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

type EndpointV3Spec

type EndpointV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     EndpointV3Parameters `json:"forProvider"`
}

EndpointV3Spec defines the desired state of EndpointV3

func (*EndpointV3Spec) DeepCopy

func (in *EndpointV3Spec) DeepCopy() *EndpointV3Spec

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

func (*EndpointV3Spec) DeepCopyInto

func (in *EndpointV3Spec) DeepCopyInto(out *EndpointV3Spec)

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

type EndpointV3Status

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

EndpointV3Status defines the observed state of EndpointV3.

func (*EndpointV3Status) DeepCopy

func (in *EndpointV3Status) DeepCopy() *EndpointV3Status

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

func (*EndpointV3Status) DeepCopyInto

func (in *EndpointV3Status) DeepCopyInto(out *EndpointV3Status)

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

type GroupV3

type GroupV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              GroupV3Spec   `json:"spec"`
	Status            GroupV3Status `json:"status,omitempty"`
}

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

func (in *GroupV3) DeepCopy() *GroupV3

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

func (*GroupV3) DeepCopyInto

func (in *GroupV3) DeepCopyInto(out *GroupV3)

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

func (*GroupV3) DeepCopyObject

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

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

func (*GroupV3) GetCondition

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

GetCondition of this GroupV3.

func (*GroupV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this GroupV3

func (*GroupV3) GetDeletionPolicy

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

GetDeletionPolicy of this GroupV3.

func (*GroupV3) GetID

func (tr *GroupV3) GetID() string

GetID returns ID of underlying Terraform resource of this GroupV3

func (*GroupV3) GetObservation

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

GetObservation of this GroupV3

func (*GroupV3) GetParameters

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

GetParameters of this GroupV3

func (*GroupV3) GetProviderConfigReference

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

GetProviderConfigReference of this GroupV3.

func (*GroupV3) GetProviderReference

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

GetProviderReference of this GroupV3. Deprecated: Use GetProviderConfigReference.

func (*GroupV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this GroupV3.

func (*GroupV3) GetTerraformResourceType

func (mg *GroupV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this GroupV3

func (*GroupV3) GetTerraformSchemaVersion

func (tr *GroupV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*GroupV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this GroupV3.

func (*GroupV3) LateInitialize

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

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

func (*GroupV3) SetConditions

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

SetConditions of this GroupV3.

func (*GroupV3) SetDeletionPolicy

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

SetDeletionPolicy of this GroupV3.

func (*GroupV3) SetObservation

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

SetObservation for this GroupV3

func (*GroupV3) SetParameters

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

SetParameters for this GroupV3

func (*GroupV3) SetProviderConfigReference

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

SetProviderConfigReference of this GroupV3.

func (*GroupV3) SetProviderReference

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

SetProviderReference of this GroupV3. Deprecated: Use SetProviderConfigReference.

func (*GroupV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this GroupV3.

func (*GroupV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this GroupV3.

type GroupV3List

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

GroupV3List contains a list of GroupV3s

func (*GroupV3List) DeepCopy

func (in *GroupV3List) DeepCopy() *GroupV3List

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

func (*GroupV3List) DeepCopyInto

func (in *GroupV3List) DeepCopyInto(out *GroupV3List)

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

func (*GroupV3List) DeepCopyObject

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

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

func (*GroupV3List) GetItems

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

GetItems of this GroupV3List.

type GroupV3Observation

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

func (*GroupV3Observation) DeepCopy

func (in *GroupV3Observation) DeepCopy() *GroupV3Observation

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

func (*GroupV3Observation) DeepCopyInto

func (in *GroupV3Observation) DeepCopyInto(out *GroupV3Observation)

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

type GroupV3Parameters

type GroupV3Parameters struct {

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

	// +kubebuilder:validation:Optional
	DomainID *string `json:"domainId,omitempty" tf:"domain_id,omitempty"`

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

func (*GroupV3Parameters) DeepCopy

func (in *GroupV3Parameters) DeepCopy() *GroupV3Parameters

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

func (*GroupV3Parameters) DeepCopyInto

func (in *GroupV3Parameters) DeepCopyInto(out *GroupV3Parameters)

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

type GroupV3Spec

type GroupV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     GroupV3Parameters `json:"forProvider"`
}

GroupV3Spec defines the desired state of GroupV3

func (*GroupV3Spec) DeepCopy

func (in *GroupV3Spec) DeepCopy() *GroupV3Spec

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

func (*GroupV3Spec) DeepCopyInto

func (in *GroupV3Spec) DeepCopyInto(out *GroupV3Spec)

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

type GroupV3Status

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

GroupV3Status defines the observed state of GroupV3.

func (*GroupV3Status) DeepCopy

func (in *GroupV3Status) DeepCopy() *GroupV3Status

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

func (*GroupV3Status) DeepCopyInto

func (in *GroupV3Status) DeepCopyInto(out *GroupV3Status)

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

type MultiFactorAuthRuleObservation

type MultiFactorAuthRuleObservation struct {
}

func (*MultiFactorAuthRuleObservation) DeepCopy

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

func (*MultiFactorAuthRuleObservation) DeepCopyInto

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

type MultiFactorAuthRuleParameters

type MultiFactorAuthRuleParameters struct {

	// +kubebuilder:validation:Required
	Rule []*string `json:"rule" tf:"rule,omitempty"`
}

func (*MultiFactorAuthRuleParameters) DeepCopy

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

func (*MultiFactorAuthRuleParameters) DeepCopyInto

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

type ProjectV3

type ProjectV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ProjectV3Spec   `json:"spec"`
	Status            ProjectV3Status `json:"status,omitempty"`
}

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

func (in *ProjectV3) DeepCopy() *ProjectV3

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

func (*ProjectV3) DeepCopyInto

func (in *ProjectV3) DeepCopyInto(out *ProjectV3)

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

func (*ProjectV3) DeepCopyObject

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

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

func (*ProjectV3) GetCondition

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

GetCondition of this ProjectV3.

func (*ProjectV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ProjectV3

func (*ProjectV3) GetDeletionPolicy

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

GetDeletionPolicy of this ProjectV3.

func (*ProjectV3) GetID

func (tr *ProjectV3) GetID() string

GetID returns ID of underlying Terraform resource of this ProjectV3

func (*ProjectV3) GetObservation

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

GetObservation of this ProjectV3

func (*ProjectV3) GetParameters

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

GetParameters of this ProjectV3

func (*ProjectV3) GetProviderConfigReference

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

GetProviderConfigReference of this ProjectV3.

func (*ProjectV3) GetProviderReference

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

GetProviderReference of this ProjectV3. Deprecated: Use GetProviderConfigReference.

func (*ProjectV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ProjectV3.

func (*ProjectV3) GetTerraformResourceType

func (mg *ProjectV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ProjectV3

func (*ProjectV3) GetTerraformSchemaVersion

func (tr *ProjectV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ProjectV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ProjectV3.

func (*ProjectV3) LateInitialize

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

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

func (*ProjectV3) SetConditions

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

SetConditions of this ProjectV3.

func (*ProjectV3) SetDeletionPolicy

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

SetDeletionPolicy of this ProjectV3.

func (*ProjectV3) SetObservation

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

SetObservation for this ProjectV3

func (*ProjectV3) SetParameters

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

SetParameters for this ProjectV3

func (*ProjectV3) SetProviderConfigReference

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

SetProviderConfigReference of this ProjectV3.

func (*ProjectV3) SetProviderReference

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

SetProviderReference of this ProjectV3. Deprecated: Use SetProviderConfigReference.

func (*ProjectV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ProjectV3.

func (*ProjectV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ProjectV3.

type ProjectV3List

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

ProjectV3List contains a list of ProjectV3s

func (*ProjectV3List) DeepCopy

func (in *ProjectV3List) DeepCopy() *ProjectV3List

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

func (*ProjectV3List) DeepCopyInto

func (in *ProjectV3List) DeepCopyInto(out *ProjectV3List)

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

func (*ProjectV3List) DeepCopyObject

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

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

func (*ProjectV3List) GetItems

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

GetItems of this ProjectV3List.

type ProjectV3Observation

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

func (*ProjectV3Observation) DeepCopy

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

func (*ProjectV3Observation) DeepCopyInto

func (in *ProjectV3Observation) DeepCopyInto(out *ProjectV3Observation)

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

type ProjectV3Parameters

type ProjectV3Parameters struct {

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

	// +kubebuilder:validation:Optional
	DomainID *string `json:"domainId,omitempty" tf:"domain_id,omitempty"`

	// +kubebuilder:validation:Optional
	Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"`

	// +kubebuilder:validation:Optional
	IsDomain *bool `json:"isDomain,omitempty" tf:"is_domain,omitempty"`

	// +kubebuilder:validation:Optional
	ParentID *string `json:"parentId,omitempty" tf:"parent_id,omitempty"`

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

	// +kubebuilder:validation:Optional
	Tags []*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*ProjectV3Parameters) DeepCopy

func (in *ProjectV3Parameters) DeepCopy() *ProjectV3Parameters

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

func (*ProjectV3Parameters) DeepCopyInto

func (in *ProjectV3Parameters) DeepCopyInto(out *ProjectV3Parameters)

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

type ProjectV3Spec

type ProjectV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ProjectV3Parameters `json:"forProvider"`
}

ProjectV3Spec defines the desired state of ProjectV3

func (*ProjectV3Spec) DeepCopy

func (in *ProjectV3Spec) DeepCopy() *ProjectV3Spec

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

func (*ProjectV3Spec) DeepCopyInto

func (in *ProjectV3Spec) DeepCopyInto(out *ProjectV3Spec)

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

type ProjectV3Status

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

ProjectV3Status defines the observed state of ProjectV3.

func (*ProjectV3Status) DeepCopy

func (in *ProjectV3Status) DeepCopy() *ProjectV3Status

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

func (*ProjectV3Status) DeepCopyInto

func (in *ProjectV3Status) DeepCopyInto(out *ProjectV3Status)

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

type RoleAssignmentV3

type RoleAssignmentV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RoleAssignmentV3Spec   `json:"spec"`
	Status            RoleAssignmentV3Status `json:"status,omitempty"`
}

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

func (in *RoleAssignmentV3) DeepCopy() *RoleAssignmentV3

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

func (*RoleAssignmentV3) DeepCopyInto

func (in *RoleAssignmentV3) DeepCopyInto(out *RoleAssignmentV3)

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

func (*RoleAssignmentV3) DeepCopyObject

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

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

func (*RoleAssignmentV3) GetCondition

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

GetCondition of this RoleAssignmentV3.

func (*RoleAssignmentV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this RoleAssignmentV3

func (*RoleAssignmentV3) GetDeletionPolicy

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

GetDeletionPolicy of this RoleAssignmentV3.

func (*RoleAssignmentV3) GetID

func (tr *RoleAssignmentV3) GetID() string

GetID returns ID of underlying Terraform resource of this RoleAssignmentV3

func (*RoleAssignmentV3) GetObservation

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

GetObservation of this RoleAssignmentV3

func (*RoleAssignmentV3) GetParameters

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

GetParameters of this RoleAssignmentV3

func (*RoleAssignmentV3) GetProviderConfigReference

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

GetProviderConfigReference of this RoleAssignmentV3.

func (*RoleAssignmentV3) GetProviderReference

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

GetProviderReference of this RoleAssignmentV3. Deprecated: Use GetProviderConfigReference.

func (*RoleAssignmentV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this RoleAssignmentV3.

func (*RoleAssignmentV3) GetTerraformResourceType

func (mg *RoleAssignmentV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this RoleAssignmentV3

func (*RoleAssignmentV3) GetTerraformSchemaVersion

func (tr *RoleAssignmentV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*RoleAssignmentV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this RoleAssignmentV3.

func (*RoleAssignmentV3) LateInitialize

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

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

func (*RoleAssignmentV3) SetConditions

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

SetConditions of this RoleAssignmentV3.

func (*RoleAssignmentV3) SetDeletionPolicy

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

SetDeletionPolicy of this RoleAssignmentV3.

func (*RoleAssignmentV3) SetObservation

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

SetObservation for this RoleAssignmentV3

func (*RoleAssignmentV3) SetParameters

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

SetParameters for this RoleAssignmentV3

func (*RoleAssignmentV3) SetProviderConfigReference

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

SetProviderConfigReference of this RoleAssignmentV3.

func (*RoleAssignmentV3) SetProviderReference

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

SetProviderReference of this RoleAssignmentV3. Deprecated: Use SetProviderConfigReference.

func (*RoleAssignmentV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this RoleAssignmentV3.

func (*RoleAssignmentV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this RoleAssignmentV3.

type RoleAssignmentV3List

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

RoleAssignmentV3List contains a list of RoleAssignmentV3s

func (*RoleAssignmentV3List) DeepCopy

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

func (*RoleAssignmentV3List) DeepCopyInto

func (in *RoleAssignmentV3List) DeepCopyInto(out *RoleAssignmentV3List)

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

func (*RoleAssignmentV3List) DeepCopyObject

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

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

func (*RoleAssignmentV3List) GetItems

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

GetItems of this RoleAssignmentV3List.

type RoleAssignmentV3Observation

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

func (*RoleAssignmentV3Observation) DeepCopy

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

func (*RoleAssignmentV3Observation) DeepCopyInto

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

type RoleAssignmentV3Parameters

type RoleAssignmentV3Parameters struct {

	// +kubebuilder:validation:Optional
	DomainID *string `json:"domainId,omitempty" tf:"domain_id,omitempty"`

	// +kubebuilder:validation:Optional
	GroupID *string `json:"groupId,omitempty" tf:"group_id,omitempty"`

	// +kubebuilder:validation:Optional
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

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

	// +kubebuilder:validation:Required
	RoleID *string `json:"roleId" tf:"role_id,omitempty"`

	// +kubebuilder:validation:Optional
	UserID *string `json:"userId,omitempty" tf:"user_id,omitempty"`
}

func (*RoleAssignmentV3Parameters) DeepCopy

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

func (*RoleAssignmentV3Parameters) DeepCopyInto

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

type RoleAssignmentV3Spec

type RoleAssignmentV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     RoleAssignmentV3Parameters `json:"forProvider"`
}

RoleAssignmentV3Spec defines the desired state of RoleAssignmentV3

func (*RoleAssignmentV3Spec) DeepCopy

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

func (*RoleAssignmentV3Spec) DeepCopyInto

func (in *RoleAssignmentV3Spec) DeepCopyInto(out *RoleAssignmentV3Spec)

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

type RoleAssignmentV3Status

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

RoleAssignmentV3Status defines the observed state of RoleAssignmentV3.

func (*RoleAssignmentV3Status) DeepCopy

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

func (*RoleAssignmentV3Status) DeepCopyInto

func (in *RoleAssignmentV3Status) DeepCopyInto(out *RoleAssignmentV3Status)

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

type RoleV3

type RoleV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RoleV3Spec   `json:"spec"`
	Status            RoleV3Status `json:"status,omitempty"`
}

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

func (in *RoleV3) DeepCopy() *RoleV3

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

func (*RoleV3) DeepCopyInto

func (in *RoleV3) DeepCopyInto(out *RoleV3)

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

func (*RoleV3) DeepCopyObject

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

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

func (*RoleV3) GetCondition

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

GetCondition of this RoleV3.

func (*RoleV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this RoleV3

func (*RoleV3) GetDeletionPolicy

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

GetDeletionPolicy of this RoleV3.

func (*RoleV3) GetID

func (tr *RoleV3) GetID() string

GetID returns ID of underlying Terraform resource of this RoleV3

func (*RoleV3) GetObservation

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

GetObservation of this RoleV3

func (*RoleV3) GetParameters

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

GetParameters of this RoleV3

func (*RoleV3) GetProviderConfigReference

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

GetProviderConfigReference of this RoleV3.

func (*RoleV3) GetProviderReference

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

GetProviderReference of this RoleV3. Deprecated: Use GetProviderConfigReference.

func (*RoleV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this RoleV3.

func (*RoleV3) GetTerraformResourceType

func (mg *RoleV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this RoleV3

func (*RoleV3) GetTerraformSchemaVersion

func (tr *RoleV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*RoleV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this RoleV3.

func (*RoleV3) LateInitialize

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

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

func (*RoleV3) SetConditions

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

SetConditions of this RoleV3.

func (*RoleV3) SetDeletionPolicy

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

SetDeletionPolicy of this RoleV3.

func (*RoleV3) SetObservation

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

SetObservation for this RoleV3

func (*RoleV3) SetParameters

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

SetParameters for this RoleV3

func (*RoleV3) SetProviderConfigReference

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

SetProviderConfigReference of this RoleV3.

func (*RoleV3) SetProviderReference

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

SetProviderReference of this RoleV3. Deprecated: Use SetProviderConfigReference.

func (*RoleV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this RoleV3.

func (*RoleV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this RoleV3.

type RoleV3List

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

RoleV3List contains a list of RoleV3s

func (*RoleV3List) DeepCopy

func (in *RoleV3List) DeepCopy() *RoleV3List

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

func (*RoleV3List) DeepCopyInto

func (in *RoleV3List) DeepCopyInto(out *RoleV3List)

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

func (*RoleV3List) DeepCopyObject

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

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

func (*RoleV3List) GetItems

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

GetItems of this RoleV3List.

type RoleV3Observation

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

func (*RoleV3Observation) DeepCopy

func (in *RoleV3Observation) DeepCopy() *RoleV3Observation

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

func (*RoleV3Observation) DeepCopyInto

func (in *RoleV3Observation) DeepCopyInto(out *RoleV3Observation)

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

type RoleV3Parameters

type RoleV3Parameters struct {

	// +kubebuilder:validation:Optional
	DomainID *string `json:"domainId,omitempty" tf:"domain_id,omitempty"`

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

func (*RoleV3Parameters) DeepCopy

func (in *RoleV3Parameters) DeepCopy() *RoleV3Parameters

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

func (*RoleV3Parameters) DeepCopyInto

func (in *RoleV3Parameters) DeepCopyInto(out *RoleV3Parameters)

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

type RoleV3Spec

type RoleV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     RoleV3Parameters `json:"forProvider"`
}

RoleV3Spec defines the desired state of RoleV3

func (*RoleV3Spec) DeepCopy

func (in *RoleV3Spec) DeepCopy() *RoleV3Spec

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

func (*RoleV3Spec) DeepCopyInto

func (in *RoleV3Spec) DeepCopyInto(out *RoleV3Spec)

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

type RoleV3Status

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

RoleV3Status defines the observed state of RoleV3.

func (*RoleV3Status) DeepCopy

func (in *RoleV3Status) DeepCopy() *RoleV3Status

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

func (*RoleV3Status) DeepCopyInto

func (in *RoleV3Status) DeepCopyInto(out *RoleV3Status)

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

type ServiceV3

type ServiceV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ServiceV3Spec   `json:"spec"`
	Status            ServiceV3Status `json:"status,omitempty"`
}

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

func (in *ServiceV3) DeepCopy() *ServiceV3

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

func (*ServiceV3) DeepCopyInto

func (in *ServiceV3) DeepCopyInto(out *ServiceV3)

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

func (*ServiceV3) DeepCopyObject

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

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

func (*ServiceV3) GetCondition

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

GetCondition of this ServiceV3.

func (*ServiceV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ServiceV3

func (*ServiceV3) GetDeletionPolicy

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

GetDeletionPolicy of this ServiceV3.

func (*ServiceV3) GetID

func (tr *ServiceV3) GetID() string

GetID returns ID of underlying Terraform resource of this ServiceV3

func (*ServiceV3) GetObservation

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

GetObservation of this ServiceV3

func (*ServiceV3) GetParameters

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

GetParameters of this ServiceV3

func (*ServiceV3) GetProviderConfigReference

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

GetProviderConfigReference of this ServiceV3.

func (*ServiceV3) GetProviderReference

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

GetProviderReference of this ServiceV3. Deprecated: Use GetProviderConfigReference.

func (*ServiceV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ServiceV3.

func (*ServiceV3) GetTerraformResourceType

func (mg *ServiceV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ServiceV3

func (*ServiceV3) GetTerraformSchemaVersion

func (tr *ServiceV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ServiceV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ServiceV3.

func (*ServiceV3) LateInitialize

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

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

func (*ServiceV3) SetConditions

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

SetConditions of this ServiceV3.

func (*ServiceV3) SetDeletionPolicy

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

SetDeletionPolicy of this ServiceV3.

func (*ServiceV3) SetObservation

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

SetObservation for this ServiceV3

func (*ServiceV3) SetParameters

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

SetParameters for this ServiceV3

func (*ServiceV3) SetProviderConfigReference

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

SetProviderConfigReference of this ServiceV3.

func (*ServiceV3) SetProviderReference

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

SetProviderReference of this ServiceV3. Deprecated: Use SetProviderConfigReference.

func (*ServiceV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ServiceV3.

func (*ServiceV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ServiceV3.

type ServiceV3List

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

ServiceV3List contains a list of ServiceV3s

func (*ServiceV3List) DeepCopy

func (in *ServiceV3List) DeepCopy() *ServiceV3List

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

func (*ServiceV3List) DeepCopyInto

func (in *ServiceV3List) DeepCopyInto(out *ServiceV3List)

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

func (*ServiceV3List) DeepCopyObject

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

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

func (*ServiceV3List) GetItems

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

GetItems of this ServiceV3List.

type ServiceV3Observation

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

func (*ServiceV3Observation) DeepCopy

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

func (*ServiceV3Observation) DeepCopyInto

func (in *ServiceV3Observation) DeepCopyInto(out *ServiceV3Observation)

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

type ServiceV3Parameters

type ServiceV3Parameters struct {

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

	// +kubebuilder:validation:Optional
	Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"`

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

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

func (*ServiceV3Parameters) DeepCopy

func (in *ServiceV3Parameters) DeepCopy() *ServiceV3Parameters

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

func (*ServiceV3Parameters) DeepCopyInto

func (in *ServiceV3Parameters) DeepCopyInto(out *ServiceV3Parameters)

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

type ServiceV3Spec

type ServiceV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ServiceV3Parameters `json:"forProvider"`
}

ServiceV3Spec defines the desired state of ServiceV3

func (*ServiceV3Spec) DeepCopy

func (in *ServiceV3Spec) DeepCopy() *ServiceV3Spec

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

func (*ServiceV3Spec) DeepCopyInto

func (in *ServiceV3Spec) DeepCopyInto(out *ServiceV3Spec)

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

type ServiceV3Status

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

ServiceV3Status defines the observed state of ServiceV3.

func (*ServiceV3Status) DeepCopy

func (in *ServiceV3Status) DeepCopy() *ServiceV3Status

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

func (*ServiceV3Status) DeepCopyInto

func (in *ServiceV3Status) DeepCopyInto(out *ServiceV3Status)

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

type UserMembershipV3

type UserMembershipV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              UserMembershipV3Spec   `json:"spec"`
	Status            UserMembershipV3Status `json:"status,omitempty"`
}

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

func (in *UserMembershipV3) DeepCopy() *UserMembershipV3

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

func (*UserMembershipV3) DeepCopyInto

func (in *UserMembershipV3) DeepCopyInto(out *UserMembershipV3)

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

func (*UserMembershipV3) DeepCopyObject

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

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

func (*UserMembershipV3) GetCondition

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

GetCondition of this UserMembershipV3.

func (*UserMembershipV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this UserMembershipV3

func (*UserMembershipV3) GetDeletionPolicy

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

GetDeletionPolicy of this UserMembershipV3.

func (*UserMembershipV3) GetID

func (tr *UserMembershipV3) GetID() string

GetID returns ID of underlying Terraform resource of this UserMembershipV3

func (*UserMembershipV3) GetObservation

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

GetObservation of this UserMembershipV3

func (*UserMembershipV3) GetParameters

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

GetParameters of this UserMembershipV3

func (*UserMembershipV3) GetProviderConfigReference

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

GetProviderConfigReference of this UserMembershipV3.

func (*UserMembershipV3) GetProviderReference

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

GetProviderReference of this UserMembershipV3. Deprecated: Use GetProviderConfigReference.

func (*UserMembershipV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this UserMembershipV3.

func (*UserMembershipV3) GetTerraformResourceType

func (mg *UserMembershipV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this UserMembershipV3

func (*UserMembershipV3) GetTerraformSchemaVersion

func (tr *UserMembershipV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*UserMembershipV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this UserMembershipV3.

func (*UserMembershipV3) LateInitialize

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

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

func (*UserMembershipV3) SetConditions

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

SetConditions of this UserMembershipV3.

func (*UserMembershipV3) SetDeletionPolicy

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

SetDeletionPolicy of this UserMembershipV3.

func (*UserMembershipV3) SetObservation

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

SetObservation for this UserMembershipV3

func (*UserMembershipV3) SetParameters

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

SetParameters for this UserMembershipV3

func (*UserMembershipV3) SetProviderConfigReference

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

SetProviderConfigReference of this UserMembershipV3.

func (*UserMembershipV3) SetProviderReference

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

SetProviderReference of this UserMembershipV3. Deprecated: Use SetProviderConfigReference.

func (*UserMembershipV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this UserMembershipV3.

func (*UserMembershipV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this UserMembershipV3.

type UserMembershipV3List

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

UserMembershipV3List contains a list of UserMembershipV3s

func (*UserMembershipV3List) DeepCopy

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

func (*UserMembershipV3List) DeepCopyInto

func (in *UserMembershipV3List) DeepCopyInto(out *UserMembershipV3List)

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

func (*UserMembershipV3List) DeepCopyObject

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

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

func (*UserMembershipV3List) GetItems

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

GetItems of this UserMembershipV3List.

type UserMembershipV3Observation

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

func (*UserMembershipV3Observation) DeepCopy

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

func (*UserMembershipV3Observation) DeepCopyInto

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

type UserMembershipV3Parameters

type UserMembershipV3Parameters struct {

	// +kubebuilder:validation:Required
	GroupID *string `json:"groupId" tf:"group_id,omitempty"`

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

	// +kubebuilder:validation:Required
	UserID *string `json:"userId" tf:"user_id,omitempty"`
}

func (*UserMembershipV3Parameters) DeepCopy

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

func (*UserMembershipV3Parameters) DeepCopyInto

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

type UserMembershipV3Spec

type UserMembershipV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     UserMembershipV3Parameters `json:"forProvider"`
}

UserMembershipV3Spec defines the desired state of UserMembershipV3

func (*UserMembershipV3Spec) DeepCopy

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

func (*UserMembershipV3Spec) DeepCopyInto

func (in *UserMembershipV3Spec) DeepCopyInto(out *UserMembershipV3Spec)

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

type UserMembershipV3Status

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

UserMembershipV3Status defines the observed state of UserMembershipV3.

func (*UserMembershipV3Status) DeepCopy

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

func (*UserMembershipV3Status) DeepCopyInto

func (in *UserMembershipV3Status) DeepCopyInto(out *UserMembershipV3Status)

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

type UserV3

type UserV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              UserV3Spec   `json:"spec"`
	Status            UserV3Status `json:"status,omitempty"`
}

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

func (in *UserV3) DeepCopy() *UserV3

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

func (*UserV3) DeepCopyInto

func (in *UserV3) DeepCopyInto(out *UserV3)

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

func (*UserV3) DeepCopyObject

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

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

func (*UserV3) GetCondition

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

GetCondition of this UserV3.

func (*UserV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this UserV3

func (*UserV3) GetDeletionPolicy

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

GetDeletionPolicy of this UserV3.

func (*UserV3) GetID

func (tr *UserV3) GetID() string

GetID returns ID of underlying Terraform resource of this UserV3

func (*UserV3) GetObservation

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

GetObservation of this UserV3

func (*UserV3) GetParameters

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

GetParameters of this UserV3

func (*UserV3) GetProviderConfigReference

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

GetProviderConfigReference of this UserV3.

func (*UserV3) GetProviderReference

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

GetProviderReference of this UserV3. Deprecated: Use GetProviderConfigReference.

func (*UserV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this UserV3.

func (*UserV3) GetTerraformResourceType

func (mg *UserV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this UserV3

func (*UserV3) GetTerraformSchemaVersion

func (tr *UserV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*UserV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this UserV3.

func (*UserV3) LateInitialize

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

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

func (*UserV3) SetConditions

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

SetConditions of this UserV3.

func (*UserV3) SetDeletionPolicy

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

SetDeletionPolicy of this UserV3.

func (*UserV3) SetObservation

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

SetObservation for this UserV3

func (*UserV3) SetParameters

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

SetParameters for this UserV3

func (*UserV3) SetProviderConfigReference

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

SetProviderConfigReference of this UserV3.

func (*UserV3) SetProviderReference

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

SetProviderReference of this UserV3. Deprecated: Use SetProviderConfigReference.

func (*UserV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this UserV3.

func (*UserV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this UserV3.

type UserV3List

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

UserV3List contains a list of UserV3s

func (*UserV3List) DeepCopy

func (in *UserV3List) DeepCopy() *UserV3List

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

func (*UserV3List) DeepCopyInto

func (in *UserV3List) DeepCopyInto(out *UserV3List)

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

func (*UserV3List) DeepCopyObject

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

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

func (*UserV3List) GetItems

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

GetItems of this UserV3List.

type UserV3Observation

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

func (*UserV3Observation) DeepCopy

func (in *UserV3Observation) DeepCopy() *UserV3Observation

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

func (*UserV3Observation) DeepCopyInto

func (in *UserV3Observation) DeepCopyInto(out *UserV3Observation)

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

type UserV3Parameters

type UserV3Parameters struct {

	// +kubebuilder:validation:Optional
	DefaultProjectID *string `json:"defaultProjectId,omitempty" tf:"default_project_id,omitempty"`

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

	// +kubebuilder:validation:Optional
	DomainID *string `json:"domainId,omitempty" tf:"domain_id,omitempty"`

	// +kubebuilder:validation:Optional
	Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"`

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

	// +kubebuilder:validation:Optional
	IgnoreChangePasswordUponFirstUse *bool `json:"ignoreChangePasswordUponFirstUse,omitempty" tf:"ignore_change_password_upon_first_use,omitempty"`

	// +kubebuilder:validation:Optional
	IgnoreLockoutFailureAttempts *bool `json:"ignoreLockoutFailureAttempts,omitempty" tf:"ignore_lockout_failure_attempts,omitempty"`

	// +kubebuilder:validation:Optional
	IgnorePasswordExpiry *bool `json:"ignorePasswordExpiry,omitempty" tf:"ignore_password_expiry,omitempty"`

	// +kubebuilder:validation:Optional
	MultiFactorAuthEnabled *bool `json:"multiFactorAuthEnabled,omitempty" tf:"multi_factor_auth_enabled,omitempty"`

	// +kubebuilder:validation:Optional
	MultiFactorAuthRule []MultiFactorAuthRuleParameters `json:"multiFactorAuthRule,omitempty" tf:"multi_factor_auth_rule,omitempty"`

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

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

func (*UserV3Parameters) DeepCopy

func (in *UserV3Parameters) DeepCopy() *UserV3Parameters

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

func (*UserV3Parameters) DeepCopyInto

func (in *UserV3Parameters) DeepCopyInto(out *UserV3Parameters)

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

type UserV3Spec

type UserV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     UserV3Parameters `json:"forProvider"`
}

UserV3Spec defines the desired state of UserV3

func (*UserV3Spec) DeepCopy

func (in *UserV3Spec) DeepCopy() *UserV3Spec

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

func (*UserV3Spec) DeepCopyInto

func (in *UserV3Spec) DeepCopyInto(out *UserV3Spec)

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

type UserV3Status

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

UserV3Status defines the observed state of UserV3.

func (*UserV3Status) DeepCopy

func (in *UserV3Status) DeepCopy() *UserV3Status

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

func (*UserV3Status) DeepCopyInto

func (in *UserV3Status) DeepCopyInto(out *UserV3Status)

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