Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeApiGatewayModel(prev *ApiGatewayModel, ctyValue cty.Value) (resource.Managed, error)
- func DecodeApiGatewayModel_ContentType(p *ApiGatewayModelParameters, vals map[string]cty.Value)
- func DecodeApiGatewayModel_Description(p *ApiGatewayModelParameters, vals map[string]cty.Value)
- func DecodeApiGatewayModel_Name(p *ApiGatewayModelParameters, vals map[string]cty.Value)
- func DecodeApiGatewayModel_RestApiId(p *ApiGatewayModelParameters, vals map[string]cty.Value)
- func DecodeApiGatewayModel_Schema(p *ApiGatewayModelParameters, vals map[string]cty.Value)
- func EncodeApiGatewayModel(r ApiGatewayModel) cty.Value
- func EncodeApiGatewayModel_ContentType(p ApiGatewayModelParameters, vals map[string]cty.Value)
- func EncodeApiGatewayModel_Description(p ApiGatewayModelParameters, vals map[string]cty.Value)
- func EncodeApiGatewayModel_Name(p ApiGatewayModelParameters, vals map[string]cty.Value)
- func EncodeApiGatewayModel_RestApiId(p ApiGatewayModelParameters, vals map[string]cty.Value)
- func EncodeApiGatewayModel_Schema(p ApiGatewayModelParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeApiGatewayModel_ContentType(k *ApiGatewayModelParameters, p *ApiGatewayModelParameters, ...) bool
- func MergeApiGatewayModel_Description(k *ApiGatewayModelParameters, p *ApiGatewayModelParameters, ...) bool
- func MergeApiGatewayModel_Name(k *ApiGatewayModelParameters, p *ApiGatewayModelParameters, ...) bool
- func MergeApiGatewayModel_RestApiId(k *ApiGatewayModelParameters, p *ApiGatewayModelParameters, ...) bool
- func MergeApiGatewayModel_Schema(k *ApiGatewayModelParameters, p *ApiGatewayModelParameters, ...) bool
- type ApiGatewayModel
- func (in *ApiGatewayModel) DeepCopy() *ApiGatewayModel
- func (in *ApiGatewayModel) DeepCopyInto(out *ApiGatewayModel)
- func (in *ApiGatewayModel) DeepCopyObject() runtime.Object
- func (mg *ApiGatewayModel) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *ApiGatewayModel) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *ApiGatewayModel) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *ApiGatewayModel) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *ApiGatewayModel) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *ApiGatewayModel) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *ApiGatewayModel) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *ApiGatewayModel) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *ApiGatewayModel) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *ApiGatewayModel) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type ApiGatewayModelList
- type ApiGatewayModelObservation
- type ApiGatewayModelParameters
- type ApiGatewayModelSpec
- type ApiGatewayModelStatus
Constants ¶
const ( Group = "api-gateway-model.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "ApiGatewayModel" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_api_gateway_model" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeApiGatewayModel ¶
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 ¶
func MergeApiGatewayModel_Name(k *ApiGatewayModelParameters, p *ApiGatewayModelParameters, md *plugin.MergeDescription) bool
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 ¶
func (mg *ApiGatewayModel) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
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 ¶
func (in *ApiGatewayModelObservation) DeepCopy() *ApiGatewayModelObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayModelObservation.
func (*ApiGatewayModelObservation) DeepCopyInto ¶
func (in *ApiGatewayModelObservation) DeepCopyInto(out *ApiGatewayModelObservation)
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 ¶
func (in *ApiGatewayModelParameters) DeepCopy() *ApiGatewayModelParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayModelParameters.
func (*ApiGatewayModelParameters) DeepCopyInto ¶
func (in *ApiGatewayModelParameters) DeepCopyInto(out *ApiGatewayModelParameters)
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 ¶
func (in *ApiGatewayModelStatus) DeepCopy() *ApiGatewayModelStatus
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.