v1alpha1

package
v0.0.0-...-bf43ebf Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Group   = "elasticsearch-domain-policy.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	Kind                  = "ElasticsearchDomainPolicy"
	GroupKind             = schema.GroupKind{Group: Group, Kind: Kind}.String()
	KindAPIVersion        = Kind + "." + SchemeGroupVersion.String()
	GroupVersionKind      = SchemeGroupVersion.WithKind(Kind)
	TerraformResourceName = "aws_elasticsearch_domain_policy"
)
View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}
)

Functions

func DecodeElasticsearchDomainPolicy

func DecodeElasticsearchDomainPolicy(prev *ElasticsearchDomainPolicy, ctyValue cty.Value) (resource.Managed, error)

func DecodeElasticsearchDomainPolicy_AccessPolicies

func DecodeElasticsearchDomainPolicy_AccessPolicies(p *ElasticsearchDomainPolicyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeElasticsearchDomainPolicy_DomainName

func DecodeElasticsearchDomainPolicy_DomainName(p *ElasticsearchDomainPolicyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeElasticsearchDomainPolicy

func EncodeElasticsearchDomainPolicy(r ElasticsearchDomainPolicy) cty.Value

func EncodeElasticsearchDomainPolicy_AccessPolicies

func EncodeElasticsearchDomainPolicy_AccessPolicies(p ElasticsearchDomainPolicyParameters, vals map[string]cty.Value)

func EncodeElasticsearchDomainPolicy_DomainName

func EncodeElasticsearchDomainPolicy_DomainName(p ElasticsearchDomainPolicyParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeElasticsearchDomainPolicy_AccessPolicies

func MergeElasticsearchDomainPolicy_AccessPolicies(k *ElasticsearchDomainPolicyParameters, p *ElasticsearchDomainPolicyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeElasticsearchDomainPolicy_DomainName

func MergeElasticsearchDomainPolicy_DomainName(k *ElasticsearchDomainPolicyParameters, p *ElasticsearchDomainPolicyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type ElasticsearchDomainPolicy

type ElasticsearchDomainPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   ElasticsearchDomainPolicySpec   `json:"spec"`
	Status ElasticsearchDomainPolicyStatus `json:"status,omitempty"`
}

ElasticsearchDomainPolicy is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster

func (*ElasticsearchDomainPolicy) DeepCopy

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

func (*ElasticsearchDomainPolicy) DeepCopyInto

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

func (*ElasticsearchDomainPolicy) DeepCopyObject

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

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

func (*ElasticsearchDomainPolicy) GetCondition

GetCondition of this ElasticsearchDomainPolicy.

func (*ElasticsearchDomainPolicy) GetDeletionPolicy

GetDeletionPolicy of this ElasticsearchDomainPolicy.

func (*ElasticsearchDomainPolicy) GetProviderConfigReference

func (mg *ElasticsearchDomainPolicy) GetProviderConfigReference() *runtimev1alpha1.Reference

GetProviderConfigReference of this ElasticsearchDomainPolicy.

func (*ElasticsearchDomainPolicy) GetProviderReference

func (mg *ElasticsearchDomainPolicy) GetProviderReference() *runtimev1alpha1.Reference

GetProviderReference of this ElasticsearchDomainPolicy. Deprecated: Use GetProviderConfigReference.

func (*ElasticsearchDomainPolicy) GetWriteConnectionSecretToReference

func (mg *ElasticsearchDomainPolicy) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference

GetWriteConnectionSecretToReference of this ElasticsearchDomainPolicy.

func (*ElasticsearchDomainPolicy) SetConditions

func (mg *ElasticsearchDomainPolicy) SetConditions(c ...runtimev1alpha1.Condition)

SetConditions of this ElasticsearchDomainPolicy.

func (*ElasticsearchDomainPolicy) SetDeletionPolicy

func (mg *ElasticsearchDomainPolicy) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)

SetDeletionPolicy of this ElasticsearchDomainPolicy.

func (*ElasticsearchDomainPolicy) SetProviderConfigReference

func (mg *ElasticsearchDomainPolicy) SetProviderConfigReference(r *runtimev1alpha1.Reference)

SetProviderConfigReference of this ElasticsearchDomainPolicy.

func (*ElasticsearchDomainPolicy) SetProviderReference

func (mg *ElasticsearchDomainPolicy) SetProviderReference(r *runtimev1alpha1.Reference)

SetProviderReference of this ElasticsearchDomainPolicy. Deprecated: Use SetProviderConfigReference.

func (*ElasticsearchDomainPolicy) SetWriteConnectionSecretToReference

func (mg *ElasticsearchDomainPolicy) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)

SetWriteConnectionSecretToReference of this ElasticsearchDomainPolicy.

type ElasticsearchDomainPolicyList

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

ElasticsearchDomainPolicy contains a list of ElasticsearchDomainPolicyList

func (*ElasticsearchDomainPolicyList) DeepCopy

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

func (*ElasticsearchDomainPolicyList) DeepCopyInto

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

func (*ElasticsearchDomainPolicyList) DeepCopyObject

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

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

func (*ElasticsearchDomainPolicyList) GetItems

GetItems of this ElasticsearchDomainPolicyList.

type ElasticsearchDomainPolicyObservation

type ElasticsearchDomainPolicyObservation struct{}

A ElasticsearchDomainPolicyObservation records the observed state of a ElasticsearchDomainPolicy

func (*ElasticsearchDomainPolicyObservation) DeepCopy

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

func (*ElasticsearchDomainPolicyObservation) DeepCopyInto

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

type ElasticsearchDomainPolicyParameters

type ElasticsearchDomainPolicyParameters struct {
	AccessPolicies string `json:"access_policies"`
	DomainName     string `json:"domain_name"`
}

A ElasticsearchDomainPolicyParameters defines the desired state of a ElasticsearchDomainPolicy

func (*ElasticsearchDomainPolicyParameters) DeepCopy

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

func (*ElasticsearchDomainPolicyParameters) DeepCopyInto

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

type ElasticsearchDomainPolicySpec

type ElasticsearchDomainPolicySpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  ElasticsearchDomainPolicyParameters `json:"forProvider"`
}

A ElasticsearchDomainPolicySpec defines the desired state of a ElasticsearchDomainPolicy

func (*ElasticsearchDomainPolicySpec) DeepCopy

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

func (*ElasticsearchDomainPolicySpec) DeepCopyInto

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

type ElasticsearchDomainPolicyStatus

type ElasticsearchDomainPolicyStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     ElasticsearchDomainPolicyObservation `json:"atProvider"`
}

A ElasticsearchDomainPolicyStatus defines the observed state of a ElasticsearchDomainPolicy

func (*ElasticsearchDomainPolicyStatus) DeepCopy

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

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