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   = "wafregional-regex-pattern-set.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeWafregionalRegexPatternSet

func DecodeWafregionalRegexPatternSet(prev *WafregionalRegexPatternSet, ctyValue cty.Value) (resource.Managed, error)

func DecodeWafregionalRegexPatternSet_Name

func DecodeWafregionalRegexPatternSet_Name(p *WafregionalRegexPatternSetParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeWafregionalRegexPatternSet_RegexPatternStrings

func DecodeWafregionalRegexPatternSet_RegexPatternStrings(p *WafregionalRegexPatternSetParameters, vals map[string]cty.Value)

primitiveCollectionTypeDecodeTemplate

func EncodeWafregionalRegexPatternSet

func EncodeWafregionalRegexPatternSet(r WafregionalRegexPatternSet) cty.Value

func EncodeWafregionalRegexPatternSet_Name

func EncodeWafregionalRegexPatternSet_Name(p WafregionalRegexPatternSetParameters, vals map[string]cty.Value)

func EncodeWafregionalRegexPatternSet_RegexPatternStrings

func EncodeWafregionalRegexPatternSet_RegexPatternStrings(p WafregionalRegexPatternSetParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeWafregionalRegexPatternSet_Name

mergePrimitiveTemplateSpec

func MergeWafregionalRegexPatternSet_RegexPatternStrings

func MergeWafregionalRegexPatternSet_RegexPatternStrings(k *WafregionalRegexPatternSetParameters, p *WafregionalRegexPatternSetParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

Types

type WafregionalRegexPatternSet

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

	Spec   WafregionalRegexPatternSetSpec   `json:"spec"`
	Status WafregionalRegexPatternSetStatus `json:"status,omitempty"`
}

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

func (*WafregionalRegexPatternSet) DeepCopy

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

func (*WafregionalRegexPatternSet) DeepCopyInto

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

func (*WafregionalRegexPatternSet) DeepCopyObject

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

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

func (*WafregionalRegexPatternSet) GetCondition

GetCondition of this WafregionalRegexPatternSet.

func (*WafregionalRegexPatternSet) GetDeletionPolicy

GetDeletionPolicy of this WafregionalRegexPatternSet.

func (*WafregionalRegexPatternSet) GetProviderConfigReference

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

GetProviderConfigReference of this WafregionalRegexPatternSet.

func (*WafregionalRegexPatternSet) GetProviderReference

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

GetProviderReference of this WafregionalRegexPatternSet. Deprecated: Use GetProviderConfigReference.

func (*WafregionalRegexPatternSet) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this WafregionalRegexPatternSet.

func (*WafregionalRegexPatternSet) SetConditions

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

SetConditions of this WafregionalRegexPatternSet.

func (*WafregionalRegexPatternSet) SetDeletionPolicy

SetDeletionPolicy of this WafregionalRegexPatternSet.

func (*WafregionalRegexPatternSet) SetProviderConfigReference

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

SetProviderConfigReference of this WafregionalRegexPatternSet.

func (*WafregionalRegexPatternSet) SetProviderReference

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

SetProviderReference of this WafregionalRegexPatternSet. Deprecated: Use SetProviderConfigReference.

func (*WafregionalRegexPatternSet) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this WafregionalRegexPatternSet.

type WafregionalRegexPatternSetList

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

WafregionalRegexPatternSet contains a list of WafregionalRegexPatternSetList

func (*WafregionalRegexPatternSetList) DeepCopy

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

func (*WafregionalRegexPatternSetList) DeepCopyInto

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

func (*WafregionalRegexPatternSetList) DeepCopyObject

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

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

func (*WafregionalRegexPatternSetList) GetItems

GetItems of this WafregionalRegexPatternSetList.

type WafregionalRegexPatternSetObservation

type WafregionalRegexPatternSetObservation struct{}

A WafregionalRegexPatternSetObservation records the observed state of a WafregionalRegexPatternSet

func (*WafregionalRegexPatternSetObservation) DeepCopy

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

func (*WafregionalRegexPatternSetObservation) DeepCopyInto

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

type WafregionalRegexPatternSetParameters

type WafregionalRegexPatternSetParameters struct {
	Name                string   `json:"name"`
	RegexPatternStrings []string `json:"regex_pattern_strings"`
}

A WafregionalRegexPatternSetParameters defines the desired state of a WafregionalRegexPatternSet

func (*WafregionalRegexPatternSetParameters) DeepCopy

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

func (*WafregionalRegexPatternSetParameters) DeepCopyInto

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

type WafregionalRegexPatternSetSpec

type WafregionalRegexPatternSetSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  WafregionalRegexPatternSetParameters `json:"forProvider"`
}

A WafregionalRegexPatternSetSpec defines the desired state of a WafregionalRegexPatternSet

func (*WafregionalRegexPatternSetSpec) DeepCopy

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

func (*WafregionalRegexPatternSetSpec) DeepCopyInto

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

type WafregionalRegexPatternSetStatus

type WafregionalRegexPatternSetStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     WafregionalRegexPatternSetObservation `json:"atProvider"`
}

A WafregionalRegexPatternSetStatus defines the observed state of a WafregionalRegexPatternSet

func (*WafregionalRegexPatternSetStatus) DeepCopy

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

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