v1alpha1

package
v0.0.0-...-6bf1870 Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

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

Package type metadata.

Variables

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	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 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 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) 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.
	// +kubebuilder:validation:Required
	RoleName *string `json:"roleName" tf:"role_name,omitempty"`

	// 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