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   = "wafv-2-ip-set.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeWafv2IpSet

func DecodeWafv2IpSet(prev *Wafv2IpSet, ctyValue cty.Value) (resource.Managed, error)

func DecodeWafv2IpSet_Addresses

func DecodeWafv2IpSet_Addresses(p *Wafv2IpSetParameters, vals map[string]cty.Value)

primitiveCollectionTypeDecodeTemplate

func DecodeWafv2IpSet_Arn

func DecodeWafv2IpSet_Arn(p *Wafv2IpSetObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeWafv2IpSet_Description

func DecodeWafv2IpSet_Description(p *Wafv2IpSetParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeWafv2IpSet_IpAddressVersion

func DecodeWafv2IpSet_IpAddressVersion(p *Wafv2IpSetParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeWafv2IpSet_LockToken

func DecodeWafv2IpSet_LockToken(p *Wafv2IpSetObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeWafv2IpSet_Name

func DecodeWafv2IpSet_Name(p *Wafv2IpSetParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeWafv2IpSet_Scope

func DecodeWafv2IpSet_Scope(p *Wafv2IpSetParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeWafv2IpSet_Tags

func DecodeWafv2IpSet_Tags(p *Wafv2IpSetParameters, vals map[string]cty.Value)

primitiveMapTypeDecodeTemplate

func EncodeWafv2IpSet

func EncodeWafv2IpSet(r Wafv2IpSet) cty.Value

func EncodeWafv2IpSet_Addresses

func EncodeWafv2IpSet_Addresses(p Wafv2IpSetParameters, vals map[string]cty.Value)

func EncodeWafv2IpSet_Arn

func EncodeWafv2IpSet_Arn(p Wafv2IpSetObservation, vals map[string]cty.Value)

func EncodeWafv2IpSet_Description

func EncodeWafv2IpSet_Description(p Wafv2IpSetParameters, vals map[string]cty.Value)

func EncodeWafv2IpSet_IpAddressVersion

func EncodeWafv2IpSet_IpAddressVersion(p Wafv2IpSetParameters, vals map[string]cty.Value)

func EncodeWafv2IpSet_LockToken

func EncodeWafv2IpSet_LockToken(p Wafv2IpSetObservation, vals map[string]cty.Value)

func EncodeWafv2IpSet_Name

func EncodeWafv2IpSet_Name(p Wafv2IpSetParameters, vals map[string]cty.Value)

func EncodeWafv2IpSet_Scope

func EncodeWafv2IpSet_Scope(p Wafv2IpSetParameters, vals map[string]cty.Value)

func EncodeWafv2IpSet_Tags

func EncodeWafv2IpSet_Tags(p Wafv2IpSetParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeWafv2IpSet_Addresses

func MergeWafv2IpSet_Addresses(k *Wafv2IpSetParameters, p *Wafv2IpSetParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

func MergeWafv2IpSet_Arn

mergePrimitiveTemplateStatus

func MergeWafv2IpSet_Description

func MergeWafv2IpSet_Description(k *Wafv2IpSetParameters, p *Wafv2IpSetParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeWafv2IpSet_IpAddressVersion

func MergeWafv2IpSet_IpAddressVersion(k *Wafv2IpSetParameters, p *Wafv2IpSetParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeWafv2IpSet_LockToken

func MergeWafv2IpSet_LockToken(k *Wafv2IpSetObservation, p *Wafv2IpSetObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeWafv2IpSet_Name

func MergeWafv2IpSet_Name(k *Wafv2IpSetParameters, p *Wafv2IpSetParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeWafv2IpSet_Scope

func MergeWafv2IpSet_Scope(k *Wafv2IpSetParameters, p *Wafv2IpSetParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeWafv2IpSet_Tags

func MergeWafv2IpSet_Tags(k *Wafv2IpSetParameters, p *Wafv2IpSetParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

Types

type Wafv2IpSet

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

	Spec   Wafv2IpSetSpec   `json:"spec"`
	Status Wafv2IpSetStatus `json:"status,omitempty"`
}

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

func (*Wafv2IpSet) DeepCopy

func (in *Wafv2IpSet) DeepCopy() *Wafv2IpSet

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

func (*Wafv2IpSet) DeepCopyInto

func (in *Wafv2IpSet) DeepCopyInto(out *Wafv2IpSet)

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

func (*Wafv2IpSet) DeepCopyObject

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

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

func (*Wafv2IpSet) GetCondition

GetCondition of this Wafv2IpSet.

func (*Wafv2IpSet) GetDeletionPolicy

func (mg *Wafv2IpSet) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy

GetDeletionPolicy of this Wafv2IpSet.

func (*Wafv2IpSet) GetProviderConfigReference

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

GetProviderConfigReference of this Wafv2IpSet.

func (*Wafv2IpSet) GetProviderReference

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

GetProviderReference of this Wafv2IpSet. Deprecated: Use GetProviderConfigReference.

func (*Wafv2IpSet) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Wafv2IpSet.

func (*Wafv2IpSet) SetConditions

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

SetConditions of this Wafv2IpSet.

func (*Wafv2IpSet) SetDeletionPolicy

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

SetDeletionPolicy of this Wafv2IpSet.

func (*Wafv2IpSet) SetProviderConfigReference

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

SetProviderConfigReference of this Wafv2IpSet.

func (*Wafv2IpSet) SetProviderReference

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

SetProviderReference of this Wafv2IpSet. Deprecated: Use SetProviderConfigReference.

func (*Wafv2IpSet) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Wafv2IpSet.

type Wafv2IpSetList

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

Wafv2IpSet contains a list of Wafv2IpSetList

func (*Wafv2IpSetList) DeepCopy

func (in *Wafv2IpSetList) DeepCopy() *Wafv2IpSetList

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

func (*Wafv2IpSetList) DeepCopyInto

func (in *Wafv2IpSetList) DeepCopyInto(out *Wafv2IpSetList)

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

func (*Wafv2IpSetList) DeepCopyObject

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

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

func (*Wafv2IpSetList) GetItems

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

GetItems of this Wafv2IpSetList.

type Wafv2IpSetObservation

type Wafv2IpSetObservation struct {
	Arn       string `json:"arn"`
	LockToken string `json:"lock_token"`
}

A Wafv2IpSetObservation records the observed state of a Wafv2IpSet

func (*Wafv2IpSetObservation) DeepCopy

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

func (*Wafv2IpSetObservation) DeepCopyInto

func (in *Wafv2IpSetObservation) DeepCopyInto(out *Wafv2IpSetObservation)

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

type Wafv2IpSetParameters

type Wafv2IpSetParameters struct {
	Addresses        []string          `json:"addresses"`
	Description      string            `json:"description"`
	IpAddressVersion string            `json:"ip_address_version"`
	Scope            string            `json:"scope"`
	Name             string            `json:"name"`
	Tags             map[string]string `json:"tags"`
}

A Wafv2IpSetParameters defines the desired state of a Wafv2IpSet

func (*Wafv2IpSetParameters) DeepCopy

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

func (*Wafv2IpSetParameters) DeepCopyInto

func (in *Wafv2IpSetParameters) DeepCopyInto(out *Wafv2IpSetParameters)

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

type Wafv2IpSetSpec

type Wafv2IpSetSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  Wafv2IpSetParameters `json:"forProvider"`
}

A Wafv2IpSetSpec defines the desired state of a Wafv2IpSet

func (*Wafv2IpSetSpec) DeepCopy

func (in *Wafv2IpSetSpec) DeepCopy() *Wafv2IpSetSpec

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

func (*Wafv2IpSetSpec) DeepCopyInto

func (in *Wafv2IpSetSpec) DeepCopyInto(out *Wafv2IpSetSpec)

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

type Wafv2IpSetStatus

type Wafv2IpSetStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     Wafv2IpSetObservation `json:"atProvider"`
}

A Wafv2IpSetStatus defines the observed state of a Wafv2IpSet

func (*Wafv2IpSetStatus) DeepCopy

func (in *Wafv2IpSetStatus) DeepCopy() *Wafv2IpSetStatus

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

func (*Wafv2IpSetStatus) DeepCopyInto

func (in *Wafv2IpSetStatus) DeepCopyInto(out *Wafv2IpSetStatus)

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