v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

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

Index

Constants

View Source
const (
	CRDGroup   = "opensearch.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	ComponentTemplate_Kind             = "ComponentTemplate"
	ComponentTemplate_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ComponentTemplate_Kind}.String()
	ComponentTemplate_KindAPIVersion   = ComponentTemplate_Kind + "." + CRDGroupVersion.String()
	ComponentTemplate_GroupVersionKind = CRDGroupVersion.WithKind(ComponentTemplate_Kind)
)

Repository type metadata.

View Source
var (
	DataStream_Kind             = "DataStream"
	DataStream_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: DataStream_Kind}.String()
	DataStream_KindAPIVersion   = DataStream_Kind + "." + CRDGroupVersion.String()
	DataStream_GroupVersionKind = CRDGroupVersion.WithKind(DataStream_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 (
	IndexTemplate_Kind             = "IndexTemplate"
	IndexTemplate_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: IndexTemplate_Kind}.String()
	IndexTemplate_KindAPIVersion   = IndexTemplate_Kind + "." + CRDGroupVersion.String()
	IndexTemplate_GroupVersionKind = CRDGroupVersion.WithKind(IndexTemplate_Kind)
)

Repository type metadata.

View Source
var (
	IsmPolicy_Kind             = "IsmPolicy"
	IsmPolicy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: IsmPolicy_Kind}.String()
	IsmPolicy_KindAPIVersion   = IsmPolicy_Kind + "." + CRDGroupVersion.String()
	IsmPolicy_GroupVersionKind = CRDGroupVersion.WithKind(IsmPolicy_Kind)
)

Repository type metadata.

View Source
var (
	IsmPolicyMapping_Kind             = "IsmPolicyMapping"
	IsmPolicyMapping_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: IsmPolicyMapping_Kind}.String()
	IsmPolicyMapping_KindAPIVersion   = IsmPolicyMapping_Kind + "." + CRDGroupVersion.String()
	IsmPolicyMapping_GroupVersionKind = CRDGroupVersion.WithKind(IsmPolicyMapping_Kind)
)

Repository type metadata.

View Source
var (
	Role_Kind             = "Role"
	Role_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Role_Kind}.String()
	Role_KindAPIVersion   = Role_Kind + "." + CRDGroupVersion.String()
	Role_GroupVersionKind = CRDGroupVersion.WithKind(Role_Kind)
)

Repository type metadata.

View Source
var (
	RolesMapping_Kind             = "RolesMapping"
	RolesMapping_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: RolesMapping_Kind}.String()
	RolesMapping_KindAPIVersion   = RolesMapping_Kind + "." + CRDGroupVersion.String()
	RolesMapping_GroupVersionKind = CRDGroupVersion.WithKind(RolesMapping_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type ComponentTemplate added in v0.3.0

type ComponentTemplate struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ComponentTemplateSpec   `json:"spec"`
	Status            ComponentTemplateStatus `json:"status,omitempty"`
}

ComponentTemplate is the Schema for the ComponentTemplates API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,opensearch}

func (*ComponentTemplate) DeepCopy added in v0.3.0

func (in *ComponentTemplate) DeepCopy() *ComponentTemplate

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

func (*ComponentTemplate) DeepCopyInto added in v0.3.0

func (in *ComponentTemplate) DeepCopyInto(out *ComponentTemplate)

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

func (*ComponentTemplate) DeepCopyObject added in v0.3.0

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

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

func (*ComponentTemplate) GetCondition added in v0.3.0

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

GetCondition of this ComponentTemplate.

func (*ComponentTemplate) GetConnectionDetailsMapping added in v0.3.0

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

GetConnectionDetailsMapping for this ComponentTemplate

func (*ComponentTemplate) GetDeletionPolicy added in v0.3.0

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

GetDeletionPolicy of this ComponentTemplate.

func (*ComponentTemplate) GetID added in v0.3.0

func (tr *ComponentTemplate) GetID() string

GetID returns ID of underlying Terraform resource of this ComponentTemplate

func (*ComponentTemplate) GetObservation added in v0.3.0

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

GetObservation of this ComponentTemplate

func (*ComponentTemplate) GetParameters added in v0.3.0

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

GetParameters of this ComponentTemplate

func (*ComponentTemplate) GetProviderConfigReference added in v0.3.0

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

GetProviderConfigReference of this ComponentTemplate.

func (*ComponentTemplate) GetProviderReference added in v0.3.0

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

GetProviderReference of this ComponentTemplate. Deprecated: Use GetProviderConfigReference.

func (*ComponentTemplate) GetPublishConnectionDetailsTo added in v0.3.0

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

GetPublishConnectionDetailsTo of this ComponentTemplate.

func (*ComponentTemplate) GetTerraformResourceType added in v0.3.0

func (mg *ComponentTemplate) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ComponentTemplate

func (*ComponentTemplate) GetTerraformSchemaVersion added in v0.3.0

func (tr *ComponentTemplate) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ComponentTemplate) GetWriteConnectionSecretToReference added in v0.3.0

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

GetWriteConnectionSecretToReference of this ComponentTemplate.

func (*ComponentTemplate) LateInitialize added in v0.3.0

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

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

func (*ComponentTemplate) SetConditions added in v0.3.0

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

SetConditions of this ComponentTemplate.

func (*ComponentTemplate) SetDeletionPolicy added in v0.3.0

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

SetDeletionPolicy of this ComponentTemplate.

func (*ComponentTemplate) SetObservation added in v0.3.0

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

SetObservation for this ComponentTemplate

func (*ComponentTemplate) SetParameters added in v0.3.0

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

SetParameters for this ComponentTemplate

func (*ComponentTemplate) SetProviderConfigReference added in v0.3.0

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

SetProviderConfigReference of this ComponentTemplate.

func (*ComponentTemplate) SetProviderReference added in v0.3.0

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

SetProviderReference of this ComponentTemplate. Deprecated: Use SetProviderConfigReference.

func (*ComponentTemplate) SetPublishConnectionDetailsTo added in v0.3.0

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

SetPublishConnectionDetailsTo of this ComponentTemplate.

func (*ComponentTemplate) SetWriteConnectionSecretToReference added in v0.3.0

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

SetWriteConnectionSecretToReference of this ComponentTemplate.

type ComponentTemplateList added in v0.3.0

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

ComponentTemplateList contains a list of ComponentTemplates

func (*ComponentTemplateList) DeepCopy added in v0.3.0

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

func (*ComponentTemplateList) DeepCopyInto added in v0.3.0

func (in *ComponentTemplateList) DeepCopyInto(out *ComponentTemplateList)

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

func (*ComponentTemplateList) DeepCopyObject added in v0.3.0

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

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

func (*ComponentTemplateList) GetItems added in v0.3.0

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

GetItems of this ComponentTemplateList.

type ComponentTemplateObservation added in v0.3.0

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

func (*ComponentTemplateObservation) DeepCopy added in v0.3.0

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

func (*ComponentTemplateObservation) DeepCopyInto added in v0.3.0

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

type ComponentTemplateParameters added in v0.3.0

type ComponentTemplateParameters struct {

	// The JSON body of the template.
	// +kubebuilder:validation:Required
	Body *string `json:"body" tf:"body,omitempty"`

	// Name of the component template to create.
	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`
}

func (*ComponentTemplateParameters) DeepCopy added in v0.3.0

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

func (*ComponentTemplateParameters) DeepCopyInto added in v0.3.0

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

type ComponentTemplateSpec added in v0.3.0

type ComponentTemplateSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ComponentTemplateParameters `json:"forProvider"`
}

ComponentTemplateSpec defines the desired state of ComponentTemplate

func (*ComponentTemplateSpec) DeepCopy added in v0.3.0

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

func (*ComponentTemplateSpec) DeepCopyInto added in v0.3.0

func (in *ComponentTemplateSpec) DeepCopyInto(out *ComponentTemplateSpec)

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

type ComponentTemplateStatus added in v0.3.0

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

ComponentTemplateStatus defines the observed state of ComponentTemplate.

func (*ComponentTemplateStatus) DeepCopy added in v0.3.0

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

func (*ComponentTemplateStatus) DeepCopyInto added in v0.3.0

func (in *ComponentTemplateStatus) DeepCopyInto(out *ComponentTemplateStatus)

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

type DataStream added in v0.3.0

type DataStream struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              DataStreamSpec   `json:"spec"`
	Status            DataStreamStatus `json:"status,omitempty"`
}

DataStream is the Schema for the DataStreams API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,opensearch}

func (*DataStream) DeepCopy added in v0.3.0

func (in *DataStream) DeepCopy() *DataStream

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

func (*DataStream) DeepCopyInto added in v0.3.0

func (in *DataStream) DeepCopyInto(out *DataStream)

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

func (*DataStream) DeepCopyObject added in v0.3.0

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

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

func (*DataStream) GetCondition added in v0.3.0

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

GetCondition of this DataStream.

func (*DataStream) GetConnectionDetailsMapping added in v0.3.0

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

GetConnectionDetailsMapping for this DataStream

func (*DataStream) GetDeletionPolicy added in v0.3.0

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

GetDeletionPolicy of this DataStream.

func (*DataStream) GetID added in v0.3.0

func (tr *DataStream) GetID() string

GetID returns ID of underlying Terraform resource of this DataStream

func (*DataStream) GetObservation added in v0.3.0

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

GetObservation of this DataStream

func (*DataStream) GetParameters added in v0.3.0

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

GetParameters of this DataStream

func (*DataStream) GetProviderConfigReference added in v0.3.0

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

GetProviderConfigReference of this DataStream.

func (*DataStream) GetProviderReference added in v0.3.0

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

GetProviderReference of this DataStream. Deprecated: Use GetProviderConfigReference.

func (*DataStream) GetPublishConnectionDetailsTo added in v0.3.0

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

GetPublishConnectionDetailsTo of this DataStream.

func (*DataStream) GetTerraformResourceType added in v0.3.0

func (mg *DataStream) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this DataStream

func (*DataStream) GetTerraformSchemaVersion added in v0.3.0

func (tr *DataStream) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*DataStream) GetWriteConnectionSecretToReference added in v0.3.0

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

GetWriteConnectionSecretToReference of this DataStream.

func (*DataStream) LateInitialize added in v0.3.0

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

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

func (*DataStream) SetConditions added in v0.3.0

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

SetConditions of this DataStream.

func (*DataStream) SetDeletionPolicy added in v0.3.0

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

SetDeletionPolicy of this DataStream.

func (*DataStream) SetObservation added in v0.3.0

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

SetObservation for this DataStream

func (*DataStream) SetParameters added in v0.3.0

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

SetParameters for this DataStream

func (*DataStream) SetProviderConfigReference added in v0.3.0

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

SetProviderConfigReference of this DataStream.

func (*DataStream) SetProviderReference added in v0.3.0

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

SetProviderReference of this DataStream. Deprecated: Use SetProviderConfigReference.

func (*DataStream) SetPublishConnectionDetailsTo added in v0.3.0

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

SetPublishConnectionDetailsTo of this DataStream.

func (*DataStream) SetWriteConnectionSecretToReference added in v0.3.0

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

SetWriteConnectionSecretToReference of this DataStream.

type DataStreamList added in v0.3.0

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

DataStreamList contains a list of DataStreams

func (*DataStreamList) DeepCopy added in v0.3.0

func (in *DataStreamList) DeepCopy() *DataStreamList

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

func (*DataStreamList) DeepCopyInto added in v0.3.0

func (in *DataStreamList) DeepCopyInto(out *DataStreamList)

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

func (*DataStreamList) DeepCopyObject added in v0.3.0

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

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

func (*DataStreamList) GetItems added in v0.3.0

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

GetItems of this DataStreamList.

type DataStreamObservation added in v0.3.0

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

func (*DataStreamObservation) DeepCopy added in v0.3.0

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

func (*DataStreamObservation) DeepCopyInto added in v0.3.0

func (in *DataStreamObservation) DeepCopyInto(out *DataStreamObservation)

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

type DataStreamParameters added in v0.3.0

type DataStreamParameters struct {

	// Name of the data stream to create, must have a matching
	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`
}

func (*DataStreamParameters) DeepCopy added in v0.3.0

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

func (*DataStreamParameters) DeepCopyInto added in v0.3.0

func (in *DataStreamParameters) DeepCopyInto(out *DataStreamParameters)

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

type DataStreamSpec added in v0.3.0

type DataStreamSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     DataStreamParameters `json:"forProvider"`
}

DataStreamSpec defines the desired state of DataStream

func (*DataStreamSpec) DeepCopy added in v0.3.0

func (in *DataStreamSpec) DeepCopy() *DataStreamSpec

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

func (*DataStreamSpec) DeepCopyInto added in v0.3.0

func (in *DataStreamSpec) DeepCopyInto(out *DataStreamSpec)

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

type DataStreamStatus added in v0.3.0

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

DataStreamStatus defines the observed state of DataStream.

func (*DataStreamStatus) DeepCopy added in v0.3.0

func (in *DataStreamStatus) DeepCopy() *DataStreamStatus

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

func (*DataStreamStatus) DeepCopyInto added in v0.3.0

func (in *DataStreamStatus) DeepCopyInto(out *DataStreamStatus)

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

type IndexPermissionsObservation

type IndexPermissionsObservation struct {
}

func (*IndexPermissionsObservation) DeepCopy

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

func (*IndexPermissionsObservation) DeepCopyInto

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

type IndexPermissionsParameters

type IndexPermissionsParameters struct {

	// A list of allowed actions.
	// +kubebuilder:validation:Optional
	AllowedActions []*string `json:"allowedActions,omitempty" tf:"allowed_actions,omitempty"`

	// A selector for [document-level security][2] (json formatted using jsonencode).
	// +kubebuilder:validation:Optional
	DocumentLevelSecurity *string `json:"documentLevelSecurity,omitempty" tf:"document_level_security,omitempty"`

	// A list of selectors for field-level security.
	// +kubebuilder:validation:Optional
	FieldLevelSecurity []*string `json:"fieldLevelSecurity,omitempty" tf:"field_level_security,omitempty"`

	// A list of glob patterns for the index names.
	// +kubebuilder:validation:Optional
	IndexPatterns []*string `json:"indexPatterns,omitempty" tf:"index_patterns,omitempty"`

	// A list of masked fields.
	// +kubebuilder:validation:Optional
	MaskedFields []*string `json:"maskedFields,omitempty" tf:"masked_fields,omitempty"`
}

func (*IndexPermissionsParameters) DeepCopy

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

func (*IndexPermissionsParameters) DeepCopyInto

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

type IndexTemplate added in v0.3.0

type IndexTemplate struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              IndexTemplateSpec   `json:"spec"`
	Status            IndexTemplateStatus `json:"status,omitempty"`
}

IndexTemplate is the Schema for the IndexTemplates API. Provides an Elasticsearch index template resource. +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,opensearch}

func (*IndexTemplate) DeepCopy added in v0.3.0

func (in *IndexTemplate) DeepCopy() *IndexTemplate

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

func (*IndexTemplate) DeepCopyInto added in v0.3.0

func (in *IndexTemplate) DeepCopyInto(out *IndexTemplate)

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

func (*IndexTemplate) DeepCopyObject added in v0.3.0

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

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

func (*IndexTemplate) GetCondition added in v0.3.0

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

GetCondition of this IndexTemplate.

func (*IndexTemplate) GetConnectionDetailsMapping added in v0.3.0

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

GetConnectionDetailsMapping for this IndexTemplate

func (*IndexTemplate) GetDeletionPolicy added in v0.3.0

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

GetDeletionPolicy of this IndexTemplate.

func (*IndexTemplate) GetID added in v0.3.0

func (tr *IndexTemplate) GetID() string

GetID returns ID of underlying Terraform resource of this IndexTemplate

func (*IndexTemplate) GetObservation added in v0.3.0

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

GetObservation of this IndexTemplate

func (*IndexTemplate) GetParameters added in v0.3.0

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

GetParameters of this IndexTemplate

func (*IndexTemplate) GetProviderConfigReference added in v0.3.0

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

GetProviderConfigReference of this IndexTemplate.

func (*IndexTemplate) GetProviderReference added in v0.3.0

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

GetProviderReference of this IndexTemplate. Deprecated: Use GetProviderConfigReference.

func (*IndexTemplate) GetPublishConnectionDetailsTo added in v0.3.0

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

GetPublishConnectionDetailsTo of this IndexTemplate.

func (*IndexTemplate) GetTerraformResourceType added in v0.3.0

func (mg *IndexTemplate) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this IndexTemplate

func (*IndexTemplate) GetTerraformSchemaVersion added in v0.3.0

func (tr *IndexTemplate) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*IndexTemplate) GetWriteConnectionSecretToReference added in v0.3.0

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

GetWriteConnectionSecretToReference of this IndexTemplate.

func (*IndexTemplate) LateInitialize added in v0.3.0

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

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

func (*IndexTemplate) SetConditions added in v0.3.0

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

SetConditions of this IndexTemplate.

func (*IndexTemplate) SetDeletionPolicy added in v0.3.0

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

SetDeletionPolicy of this IndexTemplate.

func (*IndexTemplate) SetObservation added in v0.3.0

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

SetObservation for this IndexTemplate

func (*IndexTemplate) SetParameters added in v0.3.0

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

SetParameters for this IndexTemplate

func (*IndexTemplate) SetProviderConfigReference added in v0.3.0

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

SetProviderConfigReference of this IndexTemplate.

func (*IndexTemplate) SetProviderReference added in v0.3.0

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

SetProviderReference of this IndexTemplate. Deprecated: Use SetProviderConfigReference.

func (*IndexTemplate) SetPublishConnectionDetailsTo added in v0.3.0

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

SetPublishConnectionDetailsTo of this IndexTemplate.

func (*IndexTemplate) SetWriteConnectionSecretToReference added in v0.3.0

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

SetWriteConnectionSecretToReference of this IndexTemplate.

type IndexTemplateList added in v0.3.0

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

IndexTemplateList contains a list of IndexTemplates

func (*IndexTemplateList) DeepCopy added in v0.3.0

func (in *IndexTemplateList) DeepCopy() *IndexTemplateList

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

func (*IndexTemplateList) DeepCopyInto added in v0.3.0

func (in *IndexTemplateList) DeepCopyInto(out *IndexTemplateList)

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

func (*IndexTemplateList) DeepCopyObject added in v0.3.0

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

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

func (*IndexTemplateList) GetItems added in v0.3.0

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

GetItems of this IndexTemplateList.

type IndexTemplateObservation added in v0.3.0

type IndexTemplateObservation struct {

	// The name of the index template.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*IndexTemplateObservation) DeepCopy added in v0.3.0

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

func (*IndexTemplateObservation) DeepCopyInto added in v0.3.0

func (in *IndexTemplateObservation) DeepCopyInto(out *IndexTemplateObservation)

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

type IndexTemplateParameters added in v0.3.0

type IndexTemplateParameters struct {

	// The JSON body of the index template.
	// +kubebuilder:validation:Required
	Body *string `json:"body" tf:"body,omitempty"`

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

func (*IndexTemplateParameters) DeepCopy added in v0.3.0

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

func (*IndexTemplateParameters) DeepCopyInto added in v0.3.0

func (in *IndexTemplateParameters) DeepCopyInto(out *IndexTemplateParameters)

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

type IndexTemplateSpec added in v0.3.0

type IndexTemplateSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     IndexTemplateParameters `json:"forProvider"`
}

IndexTemplateSpec defines the desired state of IndexTemplate

func (*IndexTemplateSpec) DeepCopy added in v0.3.0

func (in *IndexTemplateSpec) DeepCopy() *IndexTemplateSpec

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

func (*IndexTemplateSpec) DeepCopyInto added in v0.3.0

func (in *IndexTemplateSpec) DeepCopyInto(out *IndexTemplateSpec)

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

type IndexTemplateStatus added in v0.3.0

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

IndexTemplateStatus defines the observed state of IndexTemplate.

func (*IndexTemplateStatus) DeepCopy added in v0.3.0

func (in *IndexTemplateStatus) DeepCopy() *IndexTemplateStatus

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

func (*IndexTemplateStatus) DeepCopyInto added in v0.3.0

func (in *IndexTemplateStatus) DeepCopyInto(out *IndexTemplateStatus)

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

type IsmPolicy

type IsmPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              IsmPolicySpec   `json:"spec"`
	Status            IsmPolicyStatus `json:"status,omitempty"`
}

IsmPolicy is the Schema for the IsmPolicys API. Provides an Elasticsearch Open Distro ISM policy. +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,opensearch}

func (*IsmPolicy) DeepCopy

func (in *IsmPolicy) DeepCopy() *IsmPolicy

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

func (*IsmPolicy) DeepCopyInto

func (in *IsmPolicy) DeepCopyInto(out *IsmPolicy)

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

func (*IsmPolicy) DeepCopyObject

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

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

func (*IsmPolicy) GetCondition

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

GetCondition of this IsmPolicy.

func (*IsmPolicy) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this IsmPolicy

func (*IsmPolicy) GetDeletionPolicy

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

GetDeletionPolicy of this IsmPolicy.

func (*IsmPolicy) GetID

func (tr *IsmPolicy) GetID() string

GetID returns ID of underlying Terraform resource of this IsmPolicy

func (*IsmPolicy) GetObservation

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

GetObservation of this IsmPolicy

func (*IsmPolicy) GetParameters

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

GetParameters of this IsmPolicy

func (*IsmPolicy) GetProviderConfigReference

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

GetProviderConfigReference of this IsmPolicy.

func (*IsmPolicy) GetProviderReference

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

GetProviderReference of this IsmPolicy. Deprecated: Use GetProviderConfigReference.

func (*IsmPolicy) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this IsmPolicy.

func (*IsmPolicy) GetTerraformResourceType

func (mg *IsmPolicy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this IsmPolicy

func (*IsmPolicy) GetTerraformSchemaVersion

func (tr *IsmPolicy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*IsmPolicy) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this IsmPolicy.

func (*IsmPolicy) LateInitialize

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

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

func (*IsmPolicy) SetConditions

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

SetConditions of this IsmPolicy.

func (*IsmPolicy) SetDeletionPolicy

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

SetDeletionPolicy of this IsmPolicy.

func (*IsmPolicy) SetObservation

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

SetObservation for this IsmPolicy

func (*IsmPolicy) SetParameters

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

SetParameters for this IsmPolicy

func (*IsmPolicy) SetProviderConfigReference

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

SetProviderConfigReference of this IsmPolicy.

func (*IsmPolicy) SetProviderReference

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

SetProviderReference of this IsmPolicy. Deprecated: Use SetProviderConfigReference.

func (*IsmPolicy) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this IsmPolicy.

func (*IsmPolicy) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this IsmPolicy.

type IsmPolicyList

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

IsmPolicyList contains a list of IsmPolicys

func (*IsmPolicyList) DeepCopy

func (in *IsmPolicyList) DeepCopy() *IsmPolicyList

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

func (*IsmPolicyList) DeepCopyInto

func (in *IsmPolicyList) DeepCopyInto(out *IsmPolicyList)

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

func (*IsmPolicyList) DeepCopyObject

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

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

func (*IsmPolicyList) GetItems

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

GetItems of this IsmPolicyList.

type IsmPolicyMapping

type IsmPolicyMapping struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              IsmPolicyMappingSpec   `json:"spec"`
	Status            IsmPolicyMappingStatus `json:"status,omitempty"`
}

IsmPolicyMapping is the Schema for the IsmPolicyMappings API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,opensearch}

func (*IsmPolicyMapping) DeepCopy

func (in *IsmPolicyMapping) DeepCopy() *IsmPolicyMapping

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

func (*IsmPolicyMapping) DeepCopyInto

func (in *IsmPolicyMapping) DeepCopyInto(out *IsmPolicyMapping)

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

func (*IsmPolicyMapping) DeepCopyObject

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

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

func (*IsmPolicyMapping) GetCondition

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

GetCondition of this IsmPolicyMapping.

func (*IsmPolicyMapping) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this IsmPolicyMapping

func (*IsmPolicyMapping) GetDeletionPolicy

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

GetDeletionPolicy of this IsmPolicyMapping.

func (*IsmPolicyMapping) GetID

func (tr *IsmPolicyMapping) GetID() string

GetID returns ID of underlying Terraform resource of this IsmPolicyMapping

func (*IsmPolicyMapping) GetObservation

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

GetObservation of this IsmPolicyMapping

func (*IsmPolicyMapping) GetParameters

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

GetParameters of this IsmPolicyMapping

func (*IsmPolicyMapping) GetProviderConfigReference

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

GetProviderConfigReference of this IsmPolicyMapping.

func (*IsmPolicyMapping) GetProviderReference

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

GetProviderReference of this IsmPolicyMapping. Deprecated: Use GetProviderConfigReference.

func (*IsmPolicyMapping) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this IsmPolicyMapping.

func (*IsmPolicyMapping) GetTerraformResourceType

func (mg *IsmPolicyMapping) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this IsmPolicyMapping

func (*IsmPolicyMapping) GetTerraformSchemaVersion

func (tr *IsmPolicyMapping) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*IsmPolicyMapping) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this IsmPolicyMapping.

func (*IsmPolicyMapping) LateInitialize

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

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

func (*IsmPolicyMapping) SetConditions

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

SetConditions of this IsmPolicyMapping.

func (*IsmPolicyMapping) SetDeletionPolicy

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

SetDeletionPolicy of this IsmPolicyMapping.

func (*IsmPolicyMapping) SetObservation

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

SetObservation for this IsmPolicyMapping

func (*IsmPolicyMapping) SetParameters

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

SetParameters for this IsmPolicyMapping

func (*IsmPolicyMapping) SetProviderConfigReference

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

SetProviderConfigReference of this IsmPolicyMapping.

func (*IsmPolicyMapping) SetProviderReference

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

SetProviderReference of this IsmPolicyMapping. Deprecated: Use SetProviderConfigReference.

func (*IsmPolicyMapping) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this IsmPolicyMapping.

func (*IsmPolicyMapping) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this IsmPolicyMapping.

type IsmPolicyMappingList

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

IsmPolicyMappingList contains a list of IsmPolicyMappings

func (*IsmPolicyMappingList) DeepCopy

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

func (*IsmPolicyMappingList) DeepCopyInto

func (in *IsmPolicyMappingList) DeepCopyInto(out *IsmPolicyMappingList)

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

func (*IsmPolicyMappingList) DeepCopyObject

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

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

func (*IsmPolicyMappingList) GetItems

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

GetItems of this IsmPolicyMappingList.

type IsmPolicyMappingObservation

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

func (*IsmPolicyMappingObservation) DeepCopy

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

func (*IsmPolicyMappingObservation) DeepCopyInto

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

type IsmPolicyMappingParameters

type IsmPolicyMappingParameters struct {

	// When updating multiple indices, you might want to include a state filter to only affect certain managed indices. The background process only applies the change if the index is currently in the state specified.
	// +kubebuilder:validation:Optional
	Include []map[string]*string `json:"include,omitempty" tf:"include,omitempty"`

	// Name of the index to apply the policy to. You can use an index pattern to update multiple indices at once.
	// +kubebuilder:validation:Required
	Indexes *string `json:"indexes" tf:"indexes,omitempty"`

	// +kubebuilder:validation:Optional
	IsSafe *bool `json:"isSafe,omitempty" tf:"is_safe,omitempty"`

	// +kubebuilder:validation:Optional
	ManagedIndexes []*string `json:"managedIndexes,omitempty" tf:"managed_indexes,omitempty"`

	// The name of the policy.
	// +kubebuilder:validation:Required
	PolicyID *string `json:"policyId" tf:"policy_id,omitempty"`

	// After a change in policy takes place, specify the state for the index to transition to
	// +kubebuilder:validation:Optional
	State *string `json:"state,omitempty" tf:"state,omitempty"`
}

func (*IsmPolicyMappingParameters) DeepCopy

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

func (*IsmPolicyMappingParameters) DeepCopyInto

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

type IsmPolicyMappingSpec

type IsmPolicyMappingSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     IsmPolicyMappingParameters `json:"forProvider"`
}

IsmPolicyMappingSpec defines the desired state of IsmPolicyMapping

func (*IsmPolicyMappingSpec) DeepCopy

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

func (*IsmPolicyMappingSpec) DeepCopyInto

func (in *IsmPolicyMappingSpec) DeepCopyInto(out *IsmPolicyMappingSpec)

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

type IsmPolicyMappingStatus

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

IsmPolicyMappingStatus defines the observed state of IsmPolicyMapping.

func (*IsmPolicyMappingStatus) DeepCopy

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

func (*IsmPolicyMappingStatus) DeepCopyInto

func (in *IsmPolicyMappingStatus) DeepCopyInto(out *IsmPolicyMappingStatus)

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

type IsmPolicyObservation

type IsmPolicyObservation struct {

	// The id of the ISM policy.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*IsmPolicyObservation) DeepCopy

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

func (*IsmPolicyObservation) DeepCopyInto

func (in *IsmPolicyObservation) DeepCopyInto(out *IsmPolicyObservation)

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

type IsmPolicyParameters

type IsmPolicyParameters struct {

	// The policy document.
	// +kubebuilder:validation:Required
	Body *string `json:"body" tf:"body,omitempty"`

	// The id of the ISM policy.
	// +kubebuilder:validation:Required
	PolicyID *string `json:"policyId" tf:"policy_id,omitempty"`

	// The primary term of the ISM policy version.
	// +kubebuilder:validation:Optional
	PrimaryTerm *float64 `json:"primaryTerm,omitempty" tf:"primary_term,omitempty"`

	// The sequence number of the ISM policy version.
	// +kubebuilder:validation:Optional
	SeqNo *float64 `json:"seqNo,omitempty" tf:"seq_no,omitempty"`
}

func (*IsmPolicyParameters) DeepCopy

func (in *IsmPolicyParameters) DeepCopy() *IsmPolicyParameters

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

func (*IsmPolicyParameters) DeepCopyInto

func (in *IsmPolicyParameters) DeepCopyInto(out *IsmPolicyParameters)

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

type IsmPolicySpec

type IsmPolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     IsmPolicyParameters `json:"forProvider"`
}

IsmPolicySpec defines the desired state of IsmPolicy

func (*IsmPolicySpec) DeepCopy

func (in *IsmPolicySpec) DeepCopy() *IsmPolicySpec

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

func (*IsmPolicySpec) DeepCopyInto

func (in *IsmPolicySpec) DeepCopyInto(out *IsmPolicySpec)

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

type IsmPolicyStatus

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

IsmPolicyStatus defines the observed state of IsmPolicy.

func (*IsmPolicyStatus) DeepCopy

func (in *IsmPolicyStatus) DeepCopy() *IsmPolicyStatus

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

func (*IsmPolicyStatus) DeepCopyInto

func (in *IsmPolicyStatus) DeepCopyInto(out *IsmPolicyStatus)

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

type Role

type Role struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RoleSpec   `json:"spec"`
	Status            RoleStatus `json:"status,omitempty"`
}

Role is the Schema for the Roles API. Provides an Elasticsearch OpenSearch security role resource. +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,opensearch}

func (*Role) DeepCopy

func (in *Role) DeepCopy() *Role

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

func (*Role) DeepCopyInto

func (in *Role) DeepCopyInto(out *Role)

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

func (*Role) DeepCopyObject

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

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

func (*Role) GetCondition

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

GetCondition of this Role.

func (*Role) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Role

func (*Role) GetDeletionPolicy

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

GetDeletionPolicy of this Role.

func (*Role) GetID

func (tr *Role) GetID() string

GetID returns ID of underlying Terraform resource of this Role

func (*Role) GetObservation

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

GetObservation of this Role

func (*Role) GetParameters

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

GetParameters of this Role

func (*Role) GetProviderConfigReference

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

GetProviderConfigReference of this Role.

func (*Role) GetProviderReference

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

GetProviderReference of this Role. Deprecated: Use GetProviderConfigReference.

func (*Role) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this Role.

func (*Role) GetTerraformResourceType

func (mg *Role) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Role

func (*Role) GetTerraformSchemaVersion

func (tr *Role) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Role) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Role.

func (*Role) LateInitialize

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

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

func (*Role) SetConditions

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

SetConditions of this Role.

func (*Role) SetDeletionPolicy

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

SetDeletionPolicy of this Role.

func (*Role) SetObservation

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

SetObservation for this Role

func (*Role) SetParameters

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

SetParameters for this Role

func (*Role) SetProviderConfigReference

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

SetProviderConfigReference of this Role.

func (*Role) SetProviderReference

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

SetProviderReference of this Role. Deprecated: Use SetProviderConfigReference.

func (*Role) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this Role.

func (*Role) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Role.

type RoleList

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

RoleList contains a list of Roles

func (*RoleList) DeepCopy

func (in *RoleList) DeepCopy() *RoleList

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

func (*RoleList) DeepCopyInto

func (in *RoleList) DeepCopyInto(out *RoleList)

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

func (*RoleList) DeepCopyObject

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

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

func (*RoleList) GetItems

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

GetItems of this RoleList.

type RoleObservation

type RoleObservation struct {

	// The name of the security role.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*RoleObservation) DeepCopy

func (in *RoleObservation) DeepCopy() *RoleObservation

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

func (*RoleObservation) DeepCopyInto

func (in *RoleObservation) DeepCopyInto(out *RoleObservation)

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

type RoleParameters

type RoleParameters struct {

	// A list of cluster permissions.
	// +kubebuilder:validation:Optional
	ClusterPermissions []*string `json:"clusterPermissions,omitempty" tf:"cluster_permissions,omitempty"`

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

	// A configuration of index permissions (documented below).
	// +kubebuilder:validation:Optional
	IndexPermissions []IndexPermissionsParameters `json:"indexPermissions,omitempty" tf:"index_permissions,omitempty"`

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

	// A configuration of tenant permissions (documented below).
	// +kubebuilder:validation:Optional
	TenantPermissions []TenantPermissionsParameters `json:"tenantPermissions,omitempty" tf:"tenant_permissions,omitempty"`
}

func (*RoleParameters) DeepCopy

func (in *RoleParameters) DeepCopy() *RoleParameters

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

func (*RoleParameters) DeepCopyInto

func (in *RoleParameters) DeepCopyInto(out *RoleParameters)

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

type RoleSpec

type RoleSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     RoleParameters `json:"forProvider"`
}

RoleSpec defines the desired state of Role

func (*RoleSpec) DeepCopy

func (in *RoleSpec) DeepCopy() *RoleSpec

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

func (*RoleSpec) DeepCopyInto

func (in *RoleSpec) DeepCopyInto(out *RoleSpec)

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

type RoleStatus

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

RoleStatus defines the observed state of Role.

func (*RoleStatus) DeepCopy

func (in *RoleStatus) DeepCopy() *RoleStatus

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

func (*RoleStatus) DeepCopyInto

func (in *RoleStatus) DeepCopyInto(out *RoleStatus)

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

type RolesMapping

type RolesMapping struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RolesMappingSpec   `json:"spec"`
	Status            RolesMappingStatus `json:"status,omitempty"`
}

RolesMapping is the Schema for the RolesMappings API. Provides an Elasticsearch OpenSearch security role mapping. +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,opensearch}

func (*RolesMapping) DeepCopy

func (in *RolesMapping) DeepCopy() *RolesMapping

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

func (*RolesMapping) DeepCopyInto

func (in *RolesMapping) DeepCopyInto(out *RolesMapping)

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

func (*RolesMapping) DeepCopyObject

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

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

func (*RolesMapping) GetCondition

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

GetCondition of this RolesMapping.

func (*RolesMapping) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this RolesMapping

func (*RolesMapping) GetDeletionPolicy

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

GetDeletionPolicy of this RolesMapping.

func (*RolesMapping) GetID

func (tr *RolesMapping) GetID() string

GetID returns ID of underlying Terraform resource of this RolesMapping

func (*RolesMapping) GetObservation

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

GetObservation of this RolesMapping

func (*RolesMapping) GetParameters

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

GetParameters of this RolesMapping

func (*RolesMapping) GetProviderConfigReference

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

GetProviderConfigReference of this RolesMapping.

func (*RolesMapping) GetProviderReference

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

GetProviderReference of this RolesMapping. Deprecated: Use GetProviderConfigReference.

func (*RolesMapping) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this RolesMapping.

func (*RolesMapping) GetTerraformResourceType

func (mg *RolesMapping) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this RolesMapping

func (*RolesMapping) GetTerraformSchemaVersion

func (tr *RolesMapping) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*RolesMapping) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this RolesMapping.

func (*RolesMapping) LateInitialize

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

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

func (*RolesMapping) ResolveReferences

func (mg *RolesMapping) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this RolesMapping.

func (*RolesMapping) SetConditions

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

SetConditions of this RolesMapping.

func (*RolesMapping) SetDeletionPolicy

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

SetDeletionPolicy of this RolesMapping.

func (*RolesMapping) SetObservation

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

SetObservation for this RolesMapping

func (*RolesMapping) SetParameters

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

SetParameters for this RolesMapping

func (*RolesMapping) SetProviderConfigReference

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

SetProviderConfigReference of this RolesMapping.

func (*RolesMapping) SetProviderReference

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

SetProviderReference of this RolesMapping. Deprecated: Use SetProviderConfigReference.

func (*RolesMapping) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this RolesMapping.

func (*RolesMapping) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this RolesMapping.

type RolesMappingList

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

RolesMappingList contains a list of RolesMappings

func (*RolesMappingList) DeepCopy

func (in *RolesMappingList) DeepCopy() *RolesMappingList

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

func (*RolesMappingList) DeepCopyInto

func (in *RolesMappingList) DeepCopyInto(out *RolesMappingList)

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

func (*RolesMappingList) DeepCopyObject

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

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

func (*RolesMappingList) GetItems

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

GetItems of this RolesMappingList.

type RolesMappingObservation

type RolesMappingObservation struct {

	// The name of the security role.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*RolesMappingObservation) DeepCopy

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

func (*RolesMappingObservation) DeepCopyInto

func (in *RolesMappingObservation) DeepCopyInto(out *RolesMappingObservation)

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

type RolesMappingParameters

type RolesMappingParameters struct {

	// A list of backend roles.
	// +kubebuilder:validation:Optional
	AndBackendRoles []*string `json:"andBackendRoles,omitempty" tf:"and_backend_roles,omitempty"`

	// A list of backend roles.
	// +kubebuilder:validation:Optional
	BackendRoles []*string `json:"backendRoles,omitempty" tf:"backend_roles,omitempty"`

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

	// A list of host names.
	// +kubebuilder:validation:Optional
	Hosts []*string `json:"hosts,omitempty" tf:"hosts,omitempty"`

	// The name of the security role.
	// +crossplane:generate:reference:type=github.com/dkb-bank/provider-opensearch/apis/opensearch/v1alpha1.Role
	// +kubebuilder:validation:Optional
	RoleName *string `json:"roleName,omitempty" tf:"role_name,omitempty"`

	// Reference to a Role in opensearch to populate roleName.
	// +kubebuilder:validation:Optional
	RoleNameRef *v1.Reference `json:"roleNameRef,omitempty" tf:"-"`

	// Selector for a Role in opensearch to populate roleName.
	// +kubebuilder:validation:Optional
	RoleNameSelector *v1.Selector `json:"roleNameSelector,omitempty" tf:"-"`

	// A list of users.
	// +kubebuilder:validation:Optional
	Users []*string `json:"users,omitempty" tf:"users,omitempty"`
}

func (*RolesMappingParameters) DeepCopy

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

func (*RolesMappingParameters) DeepCopyInto

func (in *RolesMappingParameters) DeepCopyInto(out *RolesMappingParameters)

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

type RolesMappingSpec

type RolesMappingSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     RolesMappingParameters `json:"forProvider"`
}

RolesMappingSpec defines the desired state of RolesMapping

func (*RolesMappingSpec) DeepCopy

func (in *RolesMappingSpec) DeepCopy() *RolesMappingSpec

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

func (*RolesMappingSpec) DeepCopyInto

func (in *RolesMappingSpec) DeepCopyInto(out *RolesMappingSpec)

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

type RolesMappingStatus

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

RolesMappingStatus defines the observed state of RolesMapping.

func (*RolesMappingStatus) DeepCopy

func (in *RolesMappingStatus) DeepCopy() *RolesMappingStatus

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

func (*RolesMappingStatus) DeepCopyInto

func (in *RolesMappingStatus) DeepCopyInto(out *RolesMappingStatus)

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

type TenantPermissionsObservation

type TenantPermissionsObservation struct {
}

func (*TenantPermissionsObservation) DeepCopy

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

func (*TenantPermissionsObservation) DeepCopyInto

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

type TenantPermissionsParameters

type TenantPermissionsParameters struct {

	// A list of allowed actions.
	// +kubebuilder:validation:Optional
	AllowedActions []*string `json:"allowedActions,omitempty" tf:"allowed_actions,omitempty"`

	// A list of glob patterns for the tenant names.
	// +kubebuilder:validation:Optional
	TenantPatterns []*string `json:"tenantPatterns,omitempty" tf:"tenant_patterns,omitempty"`
}

func (*TenantPermissionsParameters) DeepCopy

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

func (*TenantPermissionsParameters) DeepCopyInto

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