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

Package type metadata.

Variables

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

Functions

func DecodeMediaStoreContainerPolicy

func DecodeMediaStoreContainerPolicy(prev *MediaStoreContainerPolicy, ctyValue cty.Value) (resource.Managed, error)

func DecodeMediaStoreContainerPolicy_ContainerName

func DecodeMediaStoreContainerPolicy_ContainerName(p *MediaStoreContainerPolicyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeMediaStoreContainerPolicy_Policy

func DecodeMediaStoreContainerPolicy_Policy(p *MediaStoreContainerPolicyParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeMediaStoreContainerPolicy

func EncodeMediaStoreContainerPolicy(r MediaStoreContainerPolicy) cty.Value

func EncodeMediaStoreContainerPolicy_ContainerName

func EncodeMediaStoreContainerPolicy_ContainerName(p MediaStoreContainerPolicyParameters, vals map[string]cty.Value)

func EncodeMediaStoreContainerPolicy_Policy

func EncodeMediaStoreContainerPolicy_Policy(p MediaStoreContainerPolicyParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeMediaStoreContainerPolicy_ContainerName

func MergeMediaStoreContainerPolicy_ContainerName(k *MediaStoreContainerPolicyParameters, p *MediaStoreContainerPolicyParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeMediaStoreContainerPolicy_Policy

mergePrimitiveTemplateSpec

Types

type MediaStoreContainerPolicy

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

	Spec   MediaStoreContainerPolicySpec   `json:"spec"`
	Status MediaStoreContainerPolicyStatus `json:"status,omitempty"`
}

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

func (*MediaStoreContainerPolicy) DeepCopy

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

func (*MediaStoreContainerPolicy) DeepCopyInto

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

func (*MediaStoreContainerPolicy) DeepCopyObject

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

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

func (*MediaStoreContainerPolicy) GetCondition

GetCondition of this MediaStoreContainerPolicy.

func (*MediaStoreContainerPolicy) GetDeletionPolicy

GetDeletionPolicy of this MediaStoreContainerPolicy.

func (*MediaStoreContainerPolicy) GetProviderConfigReference

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

GetProviderConfigReference of this MediaStoreContainerPolicy.

func (*MediaStoreContainerPolicy) GetProviderReference

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

GetProviderReference of this MediaStoreContainerPolicy. Deprecated: Use GetProviderConfigReference.

func (*MediaStoreContainerPolicy) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this MediaStoreContainerPolicy.

func (*MediaStoreContainerPolicy) SetConditions

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

SetConditions of this MediaStoreContainerPolicy.

func (*MediaStoreContainerPolicy) SetDeletionPolicy

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

SetDeletionPolicy of this MediaStoreContainerPolicy.

func (*MediaStoreContainerPolicy) SetProviderConfigReference

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

SetProviderConfigReference of this MediaStoreContainerPolicy.

func (*MediaStoreContainerPolicy) SetProviderReference

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

SetProviderReference of this MediaStoreContainerPolicy. Deprecated: Use SetProviderConfigReference.

func (*MediaStoreContainerPolicy) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this MediaStoreContainerPolicy.

type MediaStoreContainerPolicyList

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

MediaStoreContainerPolicy contains a list of MediaStoreContainerPolicyList

func (*MediaStoreContainerPolicyList) DeepCopy

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

func (*MediaStoreContainerPolicyList) DeepCopyInto

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

func (*MediaStoreContainerPolicyList) DeepCopyObject

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

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

func (*MediaStoreContainerPolicyList) GetItems

GetItems of this MediaStoreContainerPolicyList.

type MediaStoreContainerPolicyObservation

type MediaStoreContainerPolicyObservation struct{}

A MediaStoreContainerPolicyObservation records the observed state of a MediaStoreContainerPolicy

func (*MediaStoreContainerPolicyObservation) DeepCopy

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

func (*MediaStoreContainerPolicyObservation) DeepCopyInto

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

type MediaStoreContainerPolicyParameters

type MediaStoreContainerPolicyParameters struct {
	ContainerName string `json:"container_name"`
	Policy        string `json:"policy"`
}

A MediaStoreContainerPolicyParameters defines the desired state of a MediaStoreContainerPolicy

func (*MediaStoreContainerPolicyParameters) DeepCopy

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

func (*MediaStoreContainerPolicyParameters) DeepCopyInto

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

type MediaStoreContainerPolicySpec

type MediaStoreContainerPolicySpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  MediaStoreContainerPolicyParameters `json:"forProvider"`
}

A MediaStoreContainerPolicySpec defines the desired state of a MediaStoreContainerPolicy

func (*MediaStoreContainerPolicySpec) DeepCopy

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

func (*MediaStoreContainerPolicySpec) DeepCopyInto

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

type MediaStoreContainerPolicyStatus

type MediaStoreContainerPolicyStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     MediaStoreContainerPolicyObservation `json:"atProvider"`
}

A MediaStoreContainerPolicyStatus defines the observed state of a MediaStoreContainerPolicy

func (*MediaStoreContainerPolicyStatus) DeepCopy

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

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