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

Package type metadata.

Variables

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

Functions

func DecodeAutoscalingNotification

func DecodeAutoscalingNotification(prev *AutoscalingNotification, ctyValue cty.Value) (resource.Managed, error)

func DecodeAutoscalingNotification_GroupNames

func DecodeAutoscalingNotification_GroupNames(p *AutoscalingNotificationParameters, vals map[string]cty.Value)

primitiveCollectionTypeDecodeTemplate

func DecodeAutoscalingNotification_Notifications

func DecodeAutoscalingNotification_Notifications(p *AutoscalingNotificationParameters, vals map[string]cty.Value)

primitiveCollectionTypeDecodeTemplate

func DecodeAutoscalingNotification_TopicArn

func DecodeAutoscalingNotification_TopicArn(p *AutoscalingNotificationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeAutoscalingNotification

func EncodeAutoscalingNotification(r AutoscalingNotification) cty.Value

func EncodeAutoscalingNotification_GroupNames

func EncodeAutoscalingNotification_GroupNames(p AutoscalingNotificationParameters, vals map[string]cty.Value)

func EncodeAutoscalingNotification_Notifications

func EncodeAutoscalingNotification_Notifications(p AutoscalingNotificationParameters, vals map[string]cty.Value)

func EncodeAutoscalingNotification_TopicArn

func EncodeAutoscalingNotification_TopicArn(p AutoscalingNotificationParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeAutoscalingNotification_GroupNames

func MergeAutoscalingNotification_GroupNames(k *AutoscalingNotificationParameters, p *AutoscalingNotificationParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

func MergeAutoscalingNotification_Notifications

func MergeAutoscalingNotification_Notifications(k *AutoscalingNotificationParameters, p *AutoscalingNotificationParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

func MergeAutoscalingNotification_TopicArn

func MergeAutoscalingNotification_TopicArn(k *AutoscalingNotificationParameters, p *AutoscalingNotificationParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type AutoscalingNotification

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

	Spec   AutoscalingNotificationSpec   `json:"spec"`
	Status AutoscalingNotificationStatus `json:"status,omitempty"`
}

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

func (*AutoscalingNotification) DeepCopy

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

func (*AutoscalingNotification) DeepCopyInto

func (in *AutoscalingNotification) DeepCopyInto(out *AutoscalingNotification)

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

func (*AutoscalingNotification) DeepCopyObject

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

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

func (*AutoscalingNotification) GetCondition

GetCondition of this AutoscalingNotification.

func (*AutoscalingNotification) GetDeletionPolicy

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

GetDeletionPolicy of this AutoscalingNotification.

func (*AutoscalingNotification) GetProviderConfigReference

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

GetProviderConfigReference of this AutoscalingNotification.

func (*AutoscalingNotification) GetProviderReference

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

GetProviderReference of this AutoscalingNotification. Deprecated: Use GetProviderConfigReference.

func (*AutoscalingNotification) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this AutoscalingNotification.

func (*AutoscalingNotification) SetConditions

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

SetConditions of this AutoscalingNotification.

func (*AutoscalingNotification) SetDeletionPolicy

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

SetDeletionPolicy of this AutoscalingNotification.

func (*AutoscalingNotification) SetProviderConfigReference

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

SetProviderConfigReference of this AutoscalingNotification.

func (*AutoscalingNotification) SetProviderReference

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

SetProviderReference of this AutoscalingNotification. Deprecated: Use SetProviderConfigReference.

func (*AutoscalingNotification) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this AutoscalingNotification.

type AutoscalingNotificationList

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

AutoscalingNotification contains a list of AutoscalingNotificationList

func (*AutoscalingNotificationList) DeepCopy

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

func (*AutoscalingNotificationList) DeepCopyInto

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

func (*AutoscalingNotificationList) DeepCopyObject

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

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

func (*AutoscalingNotificationList) GetItems

GetItems of this AutoscalingNotificationList.

type AutoscalingNotificationObservation

type AutoscalingNotificationObservation struct{}

A AutoscalingNotificationObservation records the observed state of a AutoscalingNotification

func (*AutoscalingNotificationObservation) DeepCopy

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

func (*AutoscalingNotificationObservation) DeepCopyInto

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

type AutoscalingNotificationParameters

type AutoscalingNotificationParameters struct {
	GroupNames    []string `json:"group_names"`
	Notifications []string `json:"notifications"`
	TopicArn      string   `json:"topic_arn"`
}

A AutoscalingNotificationParameters defines the desired state of a AutoscalingNotification

func (*AutoscalingNotificationParameters) DeepCopy

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

func (*AutoscalingNotificationParameters) DeepCopyInto

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

type AutoscalingNotificationSpec

type AutoscalingNotificationSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  AutoscalingNotificationParameters `json:"forProvider"`
}

A AutoscalingNotificationSpec defines the desired state of a AutoscalingNotification

func (*AutoscalingNotificationSpec) DeepCopy

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

func (*AutoscalingNotificationSpec) DeepCopyInto

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

type AutoscalingNotificationStatus

type AutoscalingNotificationStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     AutoscalingNotificationObservation `json:"atProvider"`
}

A AutoscalingNotificationStatus defines the observed state of a AutoscalingNotification

func (*AutoscalingNotificationStatus) DeepCopy

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

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