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

Package type metadata.

Variables

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

Functions

func DecodeMediaStoreContainer

func DecodeMediaStoreContainer(prev *MediaStoreContainer, ctyValue cty.Value) (resource.Managed, error)

func DecodeMediaStoreContainer_Arn

func DecodeMediaStoreContainer_Arn(p *MediaStoreContainerObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeMediaStoreContainer_Endpoint

func DecodeMediaStoreContainer_Endpoint(p *MediaStoreContainerObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeMediaStoreContainer_Name

func DecodeMediaStoreContainer_Name(p *MediaStoreContainerParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeMediaStoreContainer_Tags

func DecodeMediaStoreContainer_Tags(p *MediaStoreContainerParameters, vals map[string]cty.Value)

primitiveMapTypeDecodeTemplate

func EncodeMediaStoreContainer

func EncodeMediaStoreContainer(r MediaStoreContainer) cty.Value

func EncodeMediaStoreContainer_Arn

func EncodeMediaStoreContainer_Arn(p MediaStoreContainerObservation, vals map[string]cty.Value)

func EncodeMediaStoreContainer_Endpoint

func EncodeMediaStoreContainer_Endpoint(p MediaStoreContainerObservation, vals map[string]cty.Value)

func EncodeMediaStoreContainer_Name

func EncodeMediaStoreContainer_Name(p MediaStoreContainerParameters, vals map[string]cty.Value)

func EncodeMediaStoreContainer_Tags

func EncodeMediaStoreContainer_Tags(p MediaStoreContainerParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeMediaStoreContainer_Arn

mergePrimitiveTemplateStatus

func MergeMediaStoreContainer_Endpoint

func MergeMediaStoreContainer_Endpoint(k *MediaStoreContainerObservation, p *MediaStoreContainerObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeMediaStoreContainer_Name

mergePrimitiveTemplateSpec

func MergeMediaStoreContainer_Tags

mergePrimitiveContainerTemplateSpec

Types

type MediaStoreContainer

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

	Spec   MediaStoreContainerSpec   `json:"spec"`
	Status MediaStoreContainerStatus `json:"status,omitempty"`
}

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

func (*MediaStoreContainer) DeepCopy

func (in *MediaStoreContainer) DeepCopy() *MediaStoreContainer

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

func (*MediaStoreContainer) DeepCopyInto

func (in *MediaStoreContainer) DeepCopyInto(out *MediaStoreContainer)

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

func (*MediaStoreContainer) DeepCopyObject

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

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

func (*MediaStoreContainer) GetCondition

GetCondition of this MediaStoreContainer.

func (*MediaStoreContainer) GetDeletionPolicy

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

GetDeletionPolicy of this MediaStoreContainer.

func (*MediaStoreContainer) GetProviderConfigReference

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

GetProviderConfigReference of this MediaStoreContainer.

func (*MediaStoreContainer) GetProviderReference

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

GetProviderReference of this MediaStoreContainer. Deprecated: Use GetProviderConfigReference.

func (*MediaStoreContainer) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this MediaStoreContainer.

func (*MediaStoreContainer) SetConditions

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

SetConditions of this MediaStoreContainer.

func (*MediaStoreContainer) SetDeletionPolicy

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

SetDeletionPolicy of this MediaStoreContainer.

func (*MediaStoreContainer) SetProviderConfigReference

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

SetProviderConfigReference of this MediaStoreContainer.

func (*MediaStoreContainer) SetProviderReference

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

SetProviderReference of this MediaStoreContainer. Deprecated: Use SetProviderConfigReference.

func (*MediaStoreContainer) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this MediaStoreContainer.

type MediaStoreContainerList

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

MediaStoreContainer contains a list of MediaStoreContainerList

func (*MediaStoreContainerList) DeepCopy

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

func (*MediaStoreContainerList) DeepCopyInto

func (in *MediaStoreContainerList) DeepCopyInto(out *MediaStoreContainerList)

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

func (*MediaStoreContainerList) DeepCopyObject

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

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

func (*MediaStoreContainerList) GetItems

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

GetItems of this MediaStoreContainerList.

type MediaStoreContainerObservation

type MediaStoreContainerObservation struct {
	Arn      string `json:"arn"`
	Endpoint string `json:"endpoint"`
}

A MediaStoreContainerObservation records the observed state of a MediaStoreContainer

func (*MediaStoreContainerObservation) DeepCopy

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

func (*MediaStoreContainerObservation) DeepCopyInto

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

type MediaStoreContainerParameters

type MediaStoreContainerParameters struct {
	Name string            `json:"name"`
	Tags map[string]string `json:"tags"`
}

A MediaStoreContainerParameters defines the desired state of a MediaStoreContainer

func (*MediaStoreContainerParameters) DeepCopy

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

func (*MediaStoreContainerParameters) DeepCopyInto

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

type MediaStoreContainerSpec

type MediaStoreContainerSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  MediaStoreContainerParameters `json:"forProvider"`
}

A MediaStoreContainerSpec defines the desired state of a MediaStoreContainer

func (*MediaStoreContainerSpec) DeepCopy

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

func (*MediaStoreContainerSpec) DeepCopyInto

func (in *MediaStoreContainerSpec) DeepCopyInto(out *MediaStoreContainerSpec)

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

type MediaStoreContainerStatus

type MediaStoreContainerStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     MediaStoreContainerObservation `json:"atProvider"`
}

A MediaStoreContainerStatus defines the observed state of a MediaStoreContainer

func (*MediaStoreContainerStatus) DeepCopy

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

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