Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeStoragegatewayCache(prev *StoragegatewayCache, ctyValue cty.Value) (resource.Managed, error)
- func DecodeStoragegatewayCache_DiskId(p *StoragegatewayCacheParameters, vals map[string]cty.Value)
- func DecodeStoragegatewayCache_GatewayArn(p *StoragegatewayCacheParameters, vals map[string]cty.Value)
- func EncodeStoragegatewayCache(r StoragegatewayCache) cty.Value
- func EncodeStoragegatewayCache_DiskId(p StoragegatewayCacheParameters, vals map[string]cty.Value)
- func EncodeStoragegatewayCache_GatewayArn(p StoragegatewayCacheParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeStoragegatewayCache_DiskId(k *StoragegatewayCacheParameters, p *StoragegatewayCacheParameters, ...) bool
- func MergeStoragegatewayCache_GatewayArn(k *StoragegatewayCacheParameters, p *StoragegatewayCacheParameters, ...) bool
- type StoragegatewayCache
- func (in *StoragegatewayCache) DeepCopy() *StoragegatewayCache
- func (in *StoragegatewayCache) DeepCopyInto(out *StoragegatewayCache)
- func (in *StoragegatewayCache) DeepCopyObject() runtime.Object
- func (mg *StoragegatewayCache) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *StoragegatewayCache) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *StoragegatewayCache) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *StoragegatewayCache) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *StoragegatewayCache) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *StoragegatewayCache) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *StoragegatewayCache) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *StoragegatewayCache) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *StoragegatewayCache) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *StoragegatewayCache) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type StoragegatewayCacheList
- type StoragegatewayCacheObservation
- type StoragegatewayCacheParameters
- type StoragegatewayCacheSpec
- type StoragegatewayCacheStatus
Constants ¶
const ( Group = "storagegateway-cache.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "StoragegatewayCache" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_storagegateway_cache" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
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 ¶
func (mg *StoragegatewayCache) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
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 ¶
func (in *StoragegatewayCacheList) DeepCopy() *StoragegatewayCacheList
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 ¶
func (in *StoragegatewayCacheObservation) DeepCopy() *StoragegatewayCacheObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StoragegatewayCacheObservation.
func (*StoragegatewayCacheObservation) DeepCopyInto ¶
func (in *StoragegatewayCacheObservation) DeepCopyInto(out *StoragegatewayCacheObservation)
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 ¶
func (in *StoragegatewayCacheParameters) DeepCopy() *StoragegatewayCacheParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StoragegatewayCacheParameters.
func (*StoragegatewayCacheParameters) DeepCopyInto ¶
func (in *StoragegatewayCacheParameters) DeepCopyInto(out *StoragegatewayCacheParameters)
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 ¶
func (in *StoragegatewayCacheSpec) DeepCopy() *StoragegatewayCacheSpec
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 ¶
func (in *StoragegatewayCacheStatus) DeepCopy() *StoragegatewayCacheStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StoragegatewayCacheStatus.
func (*StoragegatewayCacheStatus) DeepCopyInto ¶
func (in *StoragegatewayCacheStatus) DeepCopyInto(out *StoragegatewayCacheStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.