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

Package type metadata.

Variables

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

Functions

func DecodeStoragegatewayCache

func DecodeStoragegatewayCache(prev *StoragegatewayCache, ctyValue cty.Value) (resource.Managed, error)

func DecodeStoragegatewayCache_DiskId

func DecodeStoragegatewayCache_DiskId(p *StoragegatewayCacheParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeStoragegatewayCache_GatewayArn

func DecodeStoragegatewayCache_GatewayArn(p *StoragegatewayCacheParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeStoragegatewayCache

func EncodeStoragegatewayCache(r StoragegatewayCache) cty.Value

func EncodeStoragegatewayCache_DiskId

func EncodeStoragegatewayCache_DiskId(p StoragegatewayCacheParameters, vals map[string]cty.Value)

func EncodeStoragegatewayCache_GatewayArn

func EncodeStoragegatewayCache_GatewayArn(p StoragegatewayCacheParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeStoragegatewayCache_DiskId

func MergeStoragegatewayCache_DiskId(k *StoragegatewayCacheParameters, p *StoragegatewayCacheParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeStoragegatewayCache_GatewayArn

func MergeStoragegatewayCache_GatewayArn(k *StoragegatewayCacheParameters, p *StoragegatewayCacheParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type StoragegatewayCache

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

	Spec   StoragegatewayCacheSpec   `json:"spec"`
	Status StoragegatewayCacheStatus `json:"status,omitempty"`
}

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

func (*StoragegatewayCache) DeepCopy

func (in *StoragegatewayCache) DeepCopy() *StoragegatewayCache

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

func (*StoragegatewayCache) DeepCopyInto

func (in *StoragegatewayCache) DeepCopyInto(out *StoragegatewayCache)

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

func (*StoragegatewayCache) DeepCopyObject

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

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

func (*StoragegatewayCache) GetCondition

GetCondition of this StoragegatewayCache.

func (*StoragegatewayCache) GetDeletionPolicy

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

GetDeletionPolicy of this StoragegatewayCache.

func (*StoragegatewayCache) GetProviderConfigReference

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

GetProviderConfigReference of this StoragegatewayCache.

func (*StoragegatewayCache) GetProviderReference

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

GetProviderReference of this StoragegatewayCache. Deprecated: Use GetProviderConfigReference.

func (*StoragegatewayCache) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this StoragegatewayCache.

func (*StoragegatewayCache) SetConditions

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

SetConditions of this StoragegatewayCache.

func (*StoragegatewayCache) SetDeletionPolicy

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

SetDeletionPolicy of this StoragegatewayCache.

func (*StoragegatewayCache) SetProviderConfigReference

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

SetProviderConfigReference of this StoragegatewayCache.

func (*StoragegatewayCache) SetProviderReference

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

SetProviderReference of this StoragegatewayCache. Deprecated: Use SetProviderConfigReference.

func (*StoragegatewayCache) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this StoragegatewayCache.

type StoragegatewayCacheList

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

StoragegatewayCache contains a list of StoragegatewayCacheList

func (*StoragegatewayCacheList) DeepCopy

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

func (*StoragegatewayCacheList) DeepCopyInto

func (in *StoragegatewayCacheList) DeepCopyInto(out *StoragegatewayCacheList)

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

func (*StoragegatewayCacheList) DeepCopyObject

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

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

func (*StoragegatewayCacheList) GetItems

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

GetItems of this StoragegatewayCacheList.

type StoragegatewayCacheObservation

type StoragegatewayCacheObservation struct{}

A StoragegatewayCacheObservation records the observed state of a StoragegatewayCache

func (*StoragegatewayCacheObservation) DeepCopy

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

func (*StoragegatewayCacheObservation) DeepCopyInto

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

type StoragegatewayCacheParameters

type StoragegatewayCacheParameters struct {
	DiskId     string `json:"disk_id"`
	GatewayArn string `json:"gateway_arn"`
}

A StoragegatewayCacheParameters defines the desired state of a StoragegatewayCache

func (*StoragegatewayCacheParameters) DeepCopy

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

func (*StoragegatewayCacheParameters) DeepCopyInto

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

type StoragegatewayCacheSpec

type StoragegatewayCacheSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  StoragegatewayCacheParameters `json:"forProvider"`
}

A StoragegatewayCacheSpec defines the desired state of a StoragegatewayCache

func (*StoragegatewayCacheSpec) DeepCopy

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

func (*StoragegatewayCacheSpec) DeepCopyInto

func (in *StoragegatewayCacheSpec) DeepCopyInto(out *StoragegatewayCacheSpec)

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

type StoragegatewayCacheStatus

type StoragegatewayCacheStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     StoragegatewayCacheObservation `json:"atProvider"`
}

A StoragegatewayCacheStatus defines the observed state of a StoragegatewayCache

func (*StoragegatewayCacheStatus) DeepCopy

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

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