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   = "redshift-snapshot-schedule-association.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeRedshiftSnapshotScheduleAssociation

func DecodeRedshiftSnapshotScheduleAssociation(prev *RedshiftSnapshotScheduleAssociation, ctyValue cty.Value) (resource.Managed, error)

func DecodeRedshiftSnapshotScheduleAssociation_ClusterIdentifier

func DecodeRedshiftSnapshotScheduleAssociation_ClusterIdentifier(p *RedshiftSnapshotScheduleAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier

func DecodeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier(p *RedshiftSnapshotScheduleAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeRedshiftSnapshotScheduleAssociation

func EncodeRedshiftSnapshotScheduleAssociation(r RedshiftSnapshotScheduleAssociation) cty.Value

func EncodeRedshiftSnapshotScheduleAssociation_ClusterIdentifier

func EncodeRedshiftSnapshotScheduleAssociation_ClusterIdentifier(p RedshiftSnapshotScheduleAssociationParameters, vals map[string]cty.Value)

func EncodeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier

func EncodeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier(p RedshiftSnapshotScheduleAssociationParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier

func MergeRedshiftSnapshotScheduleAssociation_ScheduleIdentifier(k *RedshiftSnapshotScheduleAssociationParameters, p *RedshiftSnapshotScheduleAssociationParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type RedshiftSnapshotScheduleAssociation

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

	Spec   RedshiftSnapshotScheduleAssociationSpec   `json:"spec"`
	Status RedshiftSnapshotScheduleAssociationStatus `json:"status,omitempty"`
}

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

func (*RedshiftSnapshotScheduleAssociation) DeepCopy

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

func (*RedshiftSnapshotScheduleAssociation) DeepCopyInto

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

func (*RedshiftSnapshotScheduleAssociation) DeepCopyObject

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

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

func (*RedshiftSnapshotScheduleAssociation) GetCondition

GetCondition of this RedshiftSnapshotScheduleAssociation.

func (*RedshiftSnapshotScheduleAssociation) GetDeletionPolicy

GetDeletionPolicy of this RedshiftSnapshotScheduleAssociation.

func (*RedshiftSnapshotScheduleAssociation) GetProviderConfigReference

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

GetProviderConfigReference of this RedshiftSnapshotScheduleAssociation.

func (*RedshiftSnapshotScheduleAssociation) GetProviderReference

GetProviderReference of this RedshiftSnapshotScheduleAssociation. Deprecated: Use GetProviderConfigReference.

func (*RedshiftSnapshotScheduleAssociation) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this RedshiftSnapshotScheduleAssociation.

func (*RedshiftSnapshotScheduleAssociation) SetConditions

SetConditions of this RedshiftSnapshotScheduleAssociation.

func (*RedshiftSnapshotScheduleAssociation) SetDeletionPolicy

SetDeletionPolicy of this RedshiftSnapshotScheduleAssociation.

func (*RedshiftSnapshotScheduleAssociation) SetProviderConfigReference

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

SetProviderConfigReference of this RedshiftSnapshotScheduleAssociation.

func (*RedshiftSnapshotScheduleAssociation) SetProviderReference

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

SetProviderReference of this RedshiftSnapshotScheduleAssociation. Deprecated: Use SetProviderConfigReference.

func (*RedshiftSnapshotScheduleAssociation) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this RedshiftSnapshotScheduleAssociation.

type RedshiftSnapshotScheduleAssociationList

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

RedshiftSnapshotScheduleAssociation contains a list of RedshiftSnapshotScheduleAssociationList

func (*RedshiftSnapshotScheduleAssociationList) DeepCopy

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

func (*RedshiftSnapshotScheduleAssociationList) DeepCopyInto

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

func (*RedshiftSnapshotScheduleAssociationList) DeepCopyObject

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

func (*RedshiftSnapshotScheduleAssociationList) GetItems

GetItems of this RedshiftSnapshotScheduleAssociationList.

type RedshiftSnapshotScheduleAssociationObservation

type RedshiftSnapshotScheduleAssociationObservation struct{}

A RedshiftSnapshotScheduleAssociationObservation records the observed state of a RedshiftSnapshotScheduleAssociation

func (*RedshiftSnapshotScheduleAssociationObservation) DeepCopy

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

func (*RedshiftSnapshotScheduleAssociationObservation) DeepCopyInto

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

type RedshiftSnapshotScheduleAssociationParameters

type RedshiftSnapshotScheduleAssociationParameters struct {
	ClusterIdentifier  string `json:"cluster_identifier"`
	ScheduleIdentifier string `json:"schedule_identifier"`
}

A RedshiftSnapshotScheduleAssociationParameters defines the desired state of a RedshiftSnapshotScheduleAssociation

func (*RedshiftSnapshotScheduleAssociationParameters) DeepCopy

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

func (*RedshiftSnapshotScheduleAssociationParameters) DeepCopyInto

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

type RedshiftSnapshotScheduleAssociationSpec

type RedshiftSnapshotScheduleAssociationSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  RedshiftSnapshotScheduleAssociationParameters `json:"forProvider"`
}

A RedshiftSnapshotScheduleAssociationSpec defines the desired state of a RedshiftSnapshotScheduleAssociation

func (*RedshiftSnapshotScheduleAssociationSpec) DeepCopy

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

func (*RedshiftSnapshotScheduleAssociationSpec) DeepCopyInto

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

type RedshiftSnapshotScheduleAssociationStatus

type RedshiftSnapshotScheduleAssociationStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     RedshiftSnapshotScheduleAssociationObservation `json:"atProvider"`
}

A RedshiftSnapshotScheduleAssociationStatus defines the observed state of a RedshiftSnapshotScheduleAssociation

func (*RedshiftSnapshotScheduleAssociationStatus) DeepCopy

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

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