v1alpha1

package
v0.0.0-...-5e84970 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=identity.openstack.upbound.io +versionName=v1alpha1

Index

Constants

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

Package type metadata.

Variables

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 (
	// 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 (
	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 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. Manages a V3 EC2 Credential resource within OpenStack Keystone. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,openstack}

func (*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) GetManagementPolicies

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

GetManagementPolicies of this EC2CredentialV3.

func (*EC2CredentialV3) GetObservation

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

GetObservation of this EC2CredentialV3

func (*EC2CredentialV3) GetParameters

func (tr *EC2CredentialV3) GetParameters() (map[string]any, 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) SetManagementPolicies

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

SetManagementPolicies of this EC2CredentialV3.

func (*EC2CredentialV3) SetObservation

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

SetObservation for this EC2CredentialV3

func (*EC2CredentialV3) SetParameters

func (tr *EC2CredentialV3) SetParameters(params map[string]any) 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 {

	// contains an EC2 credential access UUID
	Access *string `json:"access,omitempty" tf:"access,omitempty"`

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

	// contains an EC2 credential trust ID scope
	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 {

	// The ID of the project the EC2 credential is created
	// for and that authentication requests using this EC2 credential will
	// be scoped to. Only administrative users can specify a project ID different
	// from the current auth scope.
	// +kubebuilder:validation:Optional
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// The region in which to obtain the V3 Keystone client.
	// If omitted, the region argument of the provider is used. Changing this
	// creates a new EC2 credential.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The ID of the user the EC2 credential is created for.
	// Only administrative users can specify a user ID different from the current
	// auth scope.
	// +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 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 {

	// A list of authentication plugins that the user must
	// authenticate with.
	// +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. Manages a V3 Project resource within OpenStack Keystone. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,openstack}

func (*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) GetManagementPolicies

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

GetManagementPolicies of this ProjectV3.

func (*ProjectV3) GetObservation

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

GetObservation of this ProjectV3

func (*ProjectV3) GetParameters

func (tr *ProjectV3) GetParameters() (map[string]any, 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) SetManagementPolicies

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

SetManagementPolicies of this ProjectV3.

func (*ProjectV3) SetObservation

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

SetObservation for this ProjectV3

func (*ProjectV3) SetParameters

func (tr *ProjectV3) SetParameters(params map[string]any) 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 {

	// A description of the project.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The domain this project belongs to.
	// +kubebuilder:validation:Optional
	DomainID *string `json:"domainId,omitempty" tf:"domain_id,omitempty"`

	// Whether the project is enabled or disabled. Valid
	// values are true and false. Default is true.
	// +kubebuilder:validation:Optional
	Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"`

	// Whether this project is a domain. Valid values
	// are true and false. Default is false. Changing this creates a new
	// project/domain.
	// +kubebuilder:validation:Optional
	IsDomain *bool `json:"isDomain,omitempty" tf:"is_domain,omitempty"`

	// The name of the project.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The parent of this project. Changing this creates
	// a new project.
	// +kubebuilder:validation:Optional
	ParentID *string `json:"parentId,omitempty" tf:"parent_id,omitempty"`

	// The region in which to obtain the V3 Keystone client.
	// If omitted, the region argument of the provider is used. Changing this
	// creates a new project.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Tags for the project. Changing this updates the existing
	// project.
	// +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. Manages a V3 Role assignment within OpenStack Keystone. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,openstack}

func (*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) GetManagementPolicies

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

GetManagementPolicies of this RoleAssignmentV3.

func (*RoleAssignmentV3) GetObservation

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

GetObservation of this RoleAssignmentV3

func (*RoleAssignmentV3) GetParameters

func (tr *RoleAssignmentV3) GetParameters() (map[string]any, 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) SetManagementPolicies

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

SetManagementPolicies of this RoleAssignmentV3.

func (*RoleAssignmentV3) SetObservation

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

SetObservation for this RoleAssignmentV3

func (*RoleAssignmentV3) SetParameters

func (tr *RoleAssignmentV3) SetParameters(params map[string]any) 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 {

	// The domain to assign the role in.
	// +kubebuilder:validation:Optional
	DomainID *string `json:"domainId,omitempty" tf:"domain_id,omitempty"`

	// The group to assign the role to.
	// +kubebuilder:validation:Optional
	GroupID *string `json:"groupId,omitempty" tf:"group_id,omitempty"`

	// The project to assign the role in.
	// +kubebuilder:validation:Optional
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

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

	// The role to assign.
	// +kubebuilder:validation:Required
	RoleID *string `json:"roleId" tf:"role_id,omitempty"`

	// The user to assign the role to.
	// +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. Manages a V3 Role resource within OpenStack Keystone. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,openstack}

func (*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) GetManagementPolicies

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

GetManagementPolicies of this RoleV3.

func (*RoleV3) GetObservation

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

GetObservation of this RoleV3

func (*RoleV3) GetParameters

func (tr *RoleV3) GetParameters() (map[string]any, 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) SetManagementPolicies

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

SetManagementPolicies of this RoleV3.

func (*RoleV3) SetObservation

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

SetObservation for this RoleV3

func (*RoleV3) SetParameters

func (tr *RoleV3) SetParameters(params map[string]any) 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 {

	// The domain the role belongs to.
	// +kubebuilder:validation:Optional
	DomainID *string `json:"domainId,omitempty" tf:"domain_id,omitempty"`

	// The name of the role.
	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// The region in which to obtain the V3 Keystone client.
	// If omitted, the region argument of the provider is used. Changing this
	// creates a new Role.
	// +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 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. Manages a V3 User resource within OpenStack Keystone. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,openstack}

func (*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) GetManagementPolicies

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

GetManagementPolicies of this UserV3.

func (*UserV3) GetObservation

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

GetObservation of this UserV3

func (*UserV3) GetParameters

func (tr *UserV3) GetParameters() (map[string]any, 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) SetManagementPolicies

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

SetManagementPolicies of this UserV3.

func (*UserV3) SetObservation

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

SetObservation for this UserV3

func (*UserV3) SetParameters

func (tr *UserV3) SetParameters(params map[string]any) 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 {

	// The default project this user belongs to.
	// +kubebuilder:validation:Optional
	DefaultProjectID *string `json:"defaultProjectId,omitempty" tf:"default_project_id,omitempty"`

	// A description of the user.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The domain this user belongs to.
	// +kubebuilder:validation:Optional
	DomainID *string `json:"domainId,omitempty" tf:"domain_id,omitempty"`

	// Whether the user is enabled or disabled. Valid
	// values are true and false.
	// +kubebuilder:validation:Optional
	Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"`

	// Free-form key/value pairs of extra information.
	// +kubebuilder:validation:Optional
	Extra map[string]*string `json:"extra,omitempty" tf:"extra,omitempty"`

	// User will not have to
	// change their password upon first use. Valid values are true and false.
	// +kubebuilder:validation:Optional
	IgnoreChangePasswordUponFirstUse *bool `json:"ignoreChangePasswordUponFirstUse,omitempty" tf:"ignore_change_password_upon_first_use,omitempty"`

	// User will not have a failure
	// lockout placed on their account. Valid values are true and false.
	// +kubebuilder:validation:Optional
	IgnoreLockoutFailureAttempts *bool `json:"ignoreLockoutFailureAttempts,omitempty" tf:"ignore_lockout_failure_attempts,omitempty"`

	// User's password will not expire.
	// Valid values are true and false.
	// +kubebuilder:validation:Optional
	IgnorePasswordExpiry *bool `json:"ignorePasswordExpiry,omitempty" tf:"ignore_password_expiry,omitempty"`

	// Whether to enable multi-factor
	// authentication. Valid values are true and false.
	// +kubebuilder:validation:Optional
	MultiFactorAuthEnabled *bool `json:"multiFactorAuthEnabled,omitempty" tf:"multi_factor_auth_enabled,omitempty"`

	// A multi-factor authentication rule.
	// The structure is documented below. Please see the
	// Ocata release notes
	// for more information on how to use mulit-factor rules.
	// +kubebuilder:validation:Optional
	MultiFactorAuthRule []MultiFactorAuthRuleParameters `json:"multiFactorAuthRule,omitempty" tf:"multi_factor_auth_rule,omitempty"`

	// The name of the user.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The password for the user.
	// +kubebuilder:validation:Optional
	PasswordSecretRef *v1.SecretKeySelector `json:"passwordSecretRef,omitempty" tf:"-"`

	// The region in which to obtain the V3 Keystone client.
	// If omitted, the region argument of the provider is used. Changing this
	// creates a new User.
	// +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