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   = "apigatewayv-2-api-mapping.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeApigatewayv2ApiMapping

func DecodeApigatewayv2ApiMapping(prev *Apigatewayv2ApiMapping, ctyValue cty.Value) (resource.Managed, error)

func DecodeApigatewayv2ApiMapping_ApiId

func DecodeApigatewayv2ApiMapping_ApiId(p *Apigatewayv2ApiMappingParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeApigatewayv2ApiMapping_ApiMappingKey

func DecodeApigatewayv2ApiMapping_ApiMappingKey(p *Apigatewayv2ApiMappingParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeApigatewayv2ApiMapping_DomainName

func DecodeApigatewayv2ApiMapping_DomainName(p *Apigatewayv2ApiMappingParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeApigatewayv2ApiMapping_Stage

func DecodeApigatewayv2ApiMapping_Stage(p *Apigatewayv2ApiMappingParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeApigatewayv2ApiMapping

func EncodeApigatewayv2ApiMapping(r Apigatewayv2ApiMapping) cty.Value

func EncodeApigatewayv2ApiMapping_ApiId

func EncodeApigatewayv2ApiMapping_ApiId(p Apigatewayv2ApiMappingParameters, vals map[string]cty.Value)

func EncodeApigatewayv2ApiMapping_ApiMappingKey

func EncodeApigatewayv2ApiMapping_ApiMappingKey(p Apigatewayv2ApiMappingParameters, vals map[string]cty.Value)

func EncodeApigatewayv2ApiMapping_DomainName

func EncodeApigatewayv2ApiMapping_DomainName(p Apigatewayv2ApiMappingParameters, vals map[string]cty.Value)

func EncodeApigatewayv2ApiMapping_Stage

func EncodeApigatewayv2ApiMapping_Stage(p Apigatewayv2ApiMappingParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeApigatewayv2ApiMapping_ApiId

mergePrimitiveTemplateSpec

func MergeApigatewayv2ApiMapping_ApiMappingKey

func MergeApigatewayv2ApiMapping_ApiMappingKey(k *Apigatewayv2ApiMappingParameters, p *Apigatewayv2ApiMappingParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeApigatewayv2ApiMapping_DomainName

func MergeApigatewayv2ApiMapping_DomainName(k *Apigatewayv2ApiMappingParameters, p *Apigatewayv2ApiMappingParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeApigatewayv2ApiMapping_Stage

mergePrimitiveTemplateSpec

Types

type Apigatewayv2ApiMapping

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

	Spec   Apigatewayv2ApiMappingSpec   `json:"spec"`
	Status Apigatewayv2ApiMappingStatus `json:"status,omitempty"`
}

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

func (*Apigatewayv2ApiMapping) DeepCopy

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

func (*Apigatewayv2ApiMapping) DeepCopyInto

func (in *Apigatewayv2ApiMapping) DeepCopyInto(out *Apigatewayv2ApiMapping)

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

func (*Apigatewayv2ApiMapping) DeepCopyObject

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

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

func (*Apigatewayv2ApiMapping) GetCondition

GetCondition of this Apigatewayv2ApiMapping.

func (*Apigatewayv2ApiMapping) GetDeletionPolicy

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

GetDeletionPolicy of this Apigatewayv2ApiMapping.

func (*Apigatewayv2ApiMapping) GetProviderConfigReference

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

GetProviderConfigReference of this Apigatewayv2ApiMapping.

func (*Apigatewayv2ApiMapping) GetProviderReference

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

GetProviderReference of this Apigatewayv2ApiMapping. Deprecated: Use GetProviderConfigReference.

func (*Apigatewayv2ApiMapping) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Apigatewayv2ApiMapping.

func (*Apigatewayv2ApiMapping) SetConditions

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

SetConditions of this Apigatewayv2ApiMapping.

func (*Apigatewayv2ApiMapping) SetDeletionPolicy

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

SetDeletionPolicy of this Apigatewayv2ApiMapping.

func (*Apigatewayv2ApiMapping) SetProviderConfigReference

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

SetProviderConfigReference of this Apigatewayv2ApiMapping.

func (*Apigatewayv2ApiMapping) SetProviderReference

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

SetProviderReference of this Apigatewayv2ApiMapping. Deprecated: Use SetProviderConfigReference.

func (*Apigatewayv2ApiMapping) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Apigatewayv2ApiMapping.

type Apigatewayv2ApiMappingList

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

Apigatewayv2ApiMapping contains a list of Apigatewayv2ApiMappingList

func (*Apigatewayv2ApiMappingList) DeepCopy

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

func (*Apigatewayv2ApiMappingList) DeepCopyInto

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

func (*Apigatewayv2ApiMappingList) DeepCopyObject

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

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

func (*Apigatewayv2ApiMappingList) GetItems

GetItems of this Apigatewayv2ApiMappingList.

type Apigatewayv2ApiMappingObservation

type Apigatewayv2ApiMappingObservation struct{}

A Apigatewayv2ApiMappingObservation records the observed state of a Apigatewayv2ApiMapping

func (*Apigatewayv2ApiMappingObservation) DeepCopy

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

func (*Apigatewayv2ApiMappingObservation) DeepCopyInto

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

type Apigatewayv2ApiMappingParameters

type Apigatewayv2ApiMappingParameters struct {
	ApiMappingKey string `json:"api_mapping_key"`
	DomainName    string `json:"domain_name"`
	Stage         string `json:"stage"`
	ApiId         string `json:"api_id"`
}

A Apigatewayv2ApiMappingParameters defines the desired state of a Apigatewayv2ApiMapping

func (*Apigatewayv2ApiMappingParameters) DeepCopy

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

func (*Apigatewayv2ApiMappingParameters) DeepCopyInto

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

type Apigatewayv2ApiMappingSpec

type Apigatewayv2ApiMappingSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  Apigatewayv2ApiMappingParameters `json:"forProvider"`
}

A Apigatewayv2ApiMappingSpec defines the desired state of a Apigatewayv2ApiMapping

func (*Apigatewayv2ApiMappingSpec) DeepCopy

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

func (*Apigatewayv2ApiMappingSpec) DeepCopyInto

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

type Apigatewayv2ApiMappingStatus

type Apigatewayv2ApiMappingStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     Apigatewayv2ApiMappingObservation `json:"atProvider"`
}

A Apigatewayv2ApiMappingStatus defines the observed state of a Apigatewayv2ApiMapping

func (*Apigatewayv2ApiMappingStatus) DeepCopy

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

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