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-model.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeApiGatewayModel

func DecodeApiGatewayModel(prev *ApiGatewayModel, ctyValue cty.Value) (resource.Managed, error)

func DecodeApiGatewayModel_ContentType

func DecodeApiGatewayModel_ContentType(p *ApiGatewayModelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeApiGatewayModel_Description

func DecodeApiGatewayModel_Description(p *ApiGatewayModelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeApiGatewayModel_Name

func DecodeApiGatewayModel_Name(p *ApiGatewayModelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeApiGatewayModel_RestApiId

func DecodeApiGatewayModel_RestApiId(p *ApiGatewayModelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeApiGatewayModel_Schema

func DecodeApiGatewayModel_Schema(p *ApiGatewayModelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeApiGatewayModel

func EncodeApiGatewayModel(r ApiGatewayModel) cty.Value

func EncodeApiGatewayModel_ContentType

func EncodeApiGatewayModel_ContentType(p ApiGatewayModelParameters, vals map[string]cty.Value)

func EncodeApiGatewayModel_Description

func EncodeApiGatewayModel_Description(p ApiGatewayModelParameters, vals map[string]cty.Value)

func EncodeApiGatewayModel_Name

func EncodeApiGatewayModel_Name(p ApiGatewayModelParameters, vals map[string]cty.Value)

func EncodeApiGatewayModel_RestApiId

func EncodeApiGatewayModel_RestApiId(p ApiGatewayModelParameters, vals map[string]cty.Value)

func EncodeApiGatewayModel_Schema

func EncodeApiGatewayModel_Schema(p ApiGatewayModelParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeApiGatewayModel_ContentType

func MergeApiGatewayModel_ContentType(k *ApiGatewayModelParameters, p *ApiGatewayModelParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeApiGatewayModel_Description

func MergeApiGatewayModel_Description(k *ApiGatewayModelParameters, p *ApiGatewayModelParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeApiGatewayModel_Name

mergePrimitiveTemplateSpec

func MergeApiGatewayModel_RestApiId

func MergeApiGatewayModel_RestApiId(k *ApiGatewayModelParameters, p *ApiGatewayModelParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeApiGatewayModel_Schema

func MergeApiGatewayModel_Schema(k *ApiGatewayModelParameters, p *ApiGatewayModelParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type ApiGatewayModel

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

	Spec   ApiGatewayModelSpec   `json:"spec"`
	Status ApiGatewayModelStatus `json:"status,omitempty"`
}

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

func (*ApiGatewayModel) DeepCopy

func (in *ApiGatewayModel) DeepCopy() *ApiGatewayModel

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

func (*ApiGatewayModel) DeepCopyInto

func (in *ApiGatewayModel) DeepCopyInto(out *ApiGatewayModel)

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

func (*ApiGatewayModel) DeepCopyObject

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

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

func (*ApiGatewayModel) GetCondition

GetCondition of this ApiGatewayModel.

func (*ApiGatewayModel) GetDeletionPolicy

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

GetDeletionPolicy of this ApiGatewayModel.

func (*ApiGatewayModel) GetProviderConfigReference

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

GetProviderConfigReference of this ApiGatewayModel.

func (*ApiGatewayModel) GetProviderReference

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

GetProviderReference of this ApiGatewayModel. Deprecated: Use GetProviderConfigReference.

func (*ApiGatewayModel) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ApiGatewayModel.

func (*ApiGatewayModel) SetConditions

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

SetConditions of this ApiGatewayModel.

func (*ApiGatewayModel) SetDeletionPolicy

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

SetDeletionPolicy of this ApiGatewayModel.

func (*ApiGatewayModel) SetProviderConfigReference

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

SetProviderConfigReference of this ApiGatewayModel.

func (*ApiGatewayModel) SetProviderReference

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

SetProviderReference of this ApiGatewayModel. Deprecated: Use SetProviderConfigReference.

func (*ApiGatewayModel) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ApiGatewayModel.

type ApiGatewayModelList

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

ApiGatewayModel contains a list of ApiGatewayModelList

func (*ApiGatewayModelList) DeepCopy

func (in *ApiGatewayModelList) DeepCopy() *ApiGatewayModelList

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

func (*ApiGatewayModelList) DeepCopyInto

func (in *ApiGatewayModelList) DeepCopyInto(out *ApiGatewayModelList)

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

func (*ApiGatewayModelList) DeepCopyObject

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

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

func (*ApiGatewayModelList) GetItems

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

GetItems of this ApiGatewayModelList.

type ApiGatewayModelObservation

type ApiGatewayModelObservation struct{}

A ApiGatewayModelObservation records the observed state of a ApiGatewayModel

func (*ApiGatewayModelObservation) DeepCopy

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

func (*ApiGatewayModelObservation) DeepCopyInto

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

type ApiGatewayModelParameters

type ApiGatewayModelParameters struct {
	ContentType string `json:"content_type"`
	Description string `json:"description"`
	Name        string `json:"name"`
	RestApiId   string `json:"rest_api_id"`
	Schema      string `json:"schema"`
}

A ApiGatewayModelParameters defines the desired state of a ApiGatewayModel

func (*ApiGatewayModelParameters) DeepCopy

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

func (*ApiGatewayModelParameters) DeepCopyInto

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

type ApiGatewayModelSpec

type ApiGatewayModelSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  ApiGatewayModelParameters `json:"forProvider"`
}

A ApiGatewayModelSpec defines the desired state of a ApiGatewayModel

func (*ApiGatewayModelSpec) DeepCopy

func (in *ApiGatewayModelSpec) DeepCopy() *ApiGatewayModelSpec

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

func (*ApiGatewayModelSpec) DeepCopyInto

func (in *ApiGatewayModelSpec) DeepCopyInto(out *ApiGatewayModelSpec)

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

type ApiGatewayModelStatus

type ApiGatewayModelStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     ApiGatewayModelObservation `json:"atProvider"`
}

A ApiGatewayModelStatus defines the observed state of a ApiGatewayModel

func (*ApiGatewayModelStatus) DeepCopy

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

func (*ApiGatewayModelStatus) DeepCopyInto

func (in *ApiGatewayModelStatus) DeepCopyInto(out *ApiGatewayModelStatus)

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