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   = "api-gateway-request-validator.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeApiGatewayRequestValidator

func DecodeApiGatewayRequestValidator(prev *ApiGatewayRequestValidator, ctyValue cty.Value) (resource.Managed, error)

func DecodeApiGatewayRequestValidator_Name

func DecodeApiGatewayRequestValidator_Name(p *ApiGatewayRequestValidatorParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeApiGatewayRequestValidator_RestApiId

func DecodeApiGatewayRequestValidator_RestApiId(p *ApiGatewayRequestValidatorParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeApiGatewayRequestValidator_ValidateRequestBody

func DecodeApiGatewayRequestValidator_ValidateRequestBody(p *ApiGatewayRequestValidatorParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeApiGatewayRequestValidator_ValidateRequestParameters

func DecodeApiGatewayRequestValidator_ValidateRequestParameters(p *ApiGatewayRequestValidatorParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeApiGatewayRequestValidator

func EncodeApiGatewayRequestValidator(r ApiGatewayRequestValidator) cty.Value

func EncodeApiGatewayRequestValidator_Name

func EncodeApiGatewayRequestValidator_Name(p ApiGatewayRequestValidatorParameters, vals map[string]cty.Value)

func EncodeApiGatewayRequestValidator_RestApiId

func EncodeApiGatewayRequestValidator_RestApiId(p ApiGatewayRequestValidatorParameters, vals map[string]cty.Value)

func EncodeApiGatewayRequestValidator_ValidateRequestBody

func EncodeApiGatewayRequestValidator_ValidateRequestBody(p ApiGatewayRequestValidatorParameters, vals map[string]cty.Value)

func EncodeApiGatewayRequestValidator_ValidateRequestParameters

func EncodeApiGatewayRequestValidator_ValidateRequestParameters(p ApiGatewayRequestValidatorParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeApiGatewayRequestValidator_Name

mergePrimitiveTemplateSpec

func MergeApiGatewayRequestValidator_RestApiId

func MergeApiGatewayRequestValidator_RestApiId(k *ApiGatewayRequestValidatorParameters, p *ApiGatewayRequestValidatorParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeApiGatewayRequestValidator_ValidateRequestBody

func MergeApiGatewayRequestValidator_ValidateRequestBody(k *ApiGatewayRequestValidatorParameters, p *ApiGatewayRequestValidatorParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeApiGatewayRequestValidator_ValidateRequestParameters

func MergeApiGatewayRequestValidator_ValidateRequestParameters(k *ApiGatewayRequestValidatorParameters, p *ApiGatewayRequestValidatorParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type ApiGatewayRequestValidator

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

	Spec   ApiGatewayRequestValidatorSpec   `json:"spec"`
	Status ApiGatewayRequestValidatorStatus `json:"status,omitempty"`
}

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

func (*ApiGatewayRequestValidator) DeepCopy

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

func (*ApiGatewayRequestValidator) DeepCopyInto

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

func (*ApiGatewayRequestValidator) DeepCopyObject

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

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

func (*ApiGatewayRequestValidator) GetCondition

GetCondition of this ApiGatewayRequestValidator.

func (*ApiGatewayRequestValidator) GetDeletionPolicy

GetDeletionPolicy of this ApiGatewayRequestValidator.

func (*ApiGatewayRequestValidator) GetProviderConfigReference

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

GetProviderConfigReference of this ApiGatewayRequestValidator.

func (*ApiGatewayRequestValidator) GetProviderReference

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

GetProviderReference of this ApiGatewayRequestValidator. Deprecated: Use GetProviderConfigReference.

func (*ApiGatewayRequestValidator) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ApiGatewayRequestValidator.

func (*ApiGatewayRequestValidator) SetConditions

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

SetConditions of this ApiGatewayRequestValidator.

func (*ApiGatewayRequestValidator) SetDeletionPolicy

SetDeletionPolicy of this ApiGatewayRequestValidator.

func (*ApiGatewayRequestValidator) SetProviderConfigReference

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

SetProviderConfigReference of this ApiGatewayRequestValidator.

func (*ApiGatewayRequestValidator) SetProviderReference

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

SetProviderReference of this ApiGatewayRequestValidator. Deprecated: Use SetProviderConfigReference.

func (*ApiGatewayRequestValidator) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ApiGatewayRequestValidator.

type ApiGatewayRequestValidatorList

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

ApiGatewayRequestValidator contains a list of ApiGatewayRequestValidatorList

func (*ApiGatewayRequestValidatorList) DeepCopy

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

func (*ApiGatewayRequestValidatorList) DeepCopyInto

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

func (*ApiGatewayRequestValidatorList) DeepCopyObject

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

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

func (*ApiGatewayRequestValidatorList) GetItems

GetItems of this ApiGatewayRequestValidatorList.

type ApiGatewayRequestValidatorObservation

type ApiGatewayRequestValidatorObservation struct{}

A ApiGatewayRequestValidatorObservation records the observed state of a ApiGatewayRequestValidator

func (*ApiGatewayRequestValidatorObservation) DeepCopy

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

func (*ApiGatewayRequestValidatorObservation) DeepCopyInto

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

type ApiGatewayRequestValidatorParameters

type ApiGatewayRequestValidatorParameters struct {
	ValidateRequestBody       bool   `json:"validate_request_body"`
	ValidateRequestParameters bool   `json:"validate_request_parameters"`
	Name                      string `json:"name"`
	RestApiId                 string `json:"rest_api_id"`
}

A ApiGatewayRequestValidatorParameters defines the desired state of a ApiGatewayRequestValidator

func (*ApiGatewayRequestValidatorParameters) DeepCopy

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

func (*ApiGatewayRequestValidatorParameters) DeepCopyInto

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

type ApiGatewayRequestValidatorSpec

type ApiGatewayRequestValidatorSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  ApiGatewayRequestValidatorParameters `json:"forProvider"`
}

A ApiGatewayRequestValidatorSpec defines the desired state of a ApiGatewayRequestValidator

func (*ApiGatewayRequestValidatorSpec) DeepCopy

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

func (*ApiGatewayRequestValidatorSpec) DeepCopyInto

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

type ApiGatewayRequestValidatorStatus

type ApiGatewayRequestValidatorStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     ApiGatewayRequestValidatorObservation `json:"atProvider"`
}

A ApiGatewayRequestValidatorStatus defines the observed state of a ApiGatewayRequestValidator

func (*ApiGatewayRequestValidatorStatus) DeepCopy

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

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