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

Package type metadata.

Variables

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

Functions

func DecodePinpointBaiduChannel

func DecodePinpointBaiduChannel(prev *PinpointBaiduChannel, ctyValue cty.Value) (resource.Managed, error)

func DecodePinpointBaiduChannel_ApiKey

func DecodePinpointBaiduChannel_ApiKey(p *PinpointBaiduChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodePinpointBaiduChannel_ApplicationId

func DecodePinpointBaiduChannel_ApplicationId(p *PinpointBaiduChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodePinpointBaiduChannel_Enabled

func DecodePinpointBaiduChannel_Enabled(p *PinpointBaiduChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodePinpointBaiduChannel_SecretKey

func DecodePinpointBaiduChannel_SecretKey(p *PinpointBaiduChannelParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodePinpointBaiduChannel

func EncodePinpointBaiduChannel(r PinpointBaiduChannel) cty.Value

func EncodePinpointBaiduChannel_ApiKey

func EncodePinpointBaiduChannel_ApiKey(p PinpointBaiduChannelParameters, vals map[string]cty.Value)

func EncodePinpointBaiduChannel_ApplicationId

func EncodePinpointBaiduChannel_ApplicationId(p PinpointBaiduChannelParameters, vals map[string]cty.Value)

func EncodePinpointBaiduChannel_Enabled

func EncodePinpointBaiduChannel_Enabled(p PinpointBaiduChannelParameters, vals map[string]cty.Value)

func EncodePinpointBaiduChannel_SecretKey

func EncodePinpointBaiduChannel_SecretKey(p PinpointBaiduChannelParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergePinpointBaiduChannel_ApiKey

mergePrimitiveTemplateSpec

func MergePinpointBaiduChannel_ApplicationId

func MergePinpointBaiduChannel_ApplicationId(k *PinpointBaiduChannelParameters, p *PinpointBaiduChannelParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergePinpointBaiduChannel_Enabled

func MergePinpointBaiduChannel_Enabled(k *PinpointBaiduChannelParameters, p *PinpointBaiduChannelParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergePinpointBaiduChannel_SecretKey

func MergePinpointBaiduChannel_SecretKey(k *PinpointBaiduChannelParameters, p *PinpointBaiduChannelParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type PinpointBaiduChannel

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

	Spec   PinpointBaiduChannelSpec   `json:"spec"`
	Status PinpointBaiduChannelStatus `json:"status,omitempty"`
}

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

func (*PinpointBaiduChannel) DeepCopy

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

func (*PinpointBaiduChannel) DeepCopyInto

func (in *PinpointBaiduChannel) DeepCopyInto(out *PinpointBaiduChannel)

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

func (*PinpointBaiduChannel) DeepCopyObject

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

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

func (*PinpointBaiduChannel) GetCondition

GetCondition of this PinpointBaiduChannel.

func (*PinpointBaiduChannel) GetDeletionPolicy

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

GetDeletionPolicy of this PinpointBaiduChannel.

func (*PinpointBaiduChannel) GetProviderConfigReference

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

GetProviderConfigReference of this PinpointBaiduChannel.

func (*PinpointBaiduChannel) GetProviderReference

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

GetProviderReference of this PinpointBaiduChannel. Deprecated: Use GetProviderConfigReference.

func (*PinpointBaiduChannel) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this PinpointBaiduChannel.

func (*PinpointBaiduChannel) SetConditions

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

SetConditions of this PinpointBaiduChannel.

func (*PinpointBaiduChannel) SetDeletionPolicy

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

SetDeletionPolicy of this PinpointBaiduChannel.

func (*PinpointBaiduChannel) SetProviderConfigReference

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

SetProviderConfigReference of this PinpointBaiduChannel.

func (*PinpointBaiduChannel) SetProviderReference

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

SetProviderReference of this PinpointBaiduChannel. Deprecated: Use SetProviderConfigReference.

func (*PinpointBaiduChannel) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this PinpointBaiduChannel.

type PinpointBaiduChannelList

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

PinpointBaiduChannel contains a list of PinpointBaiduChannelList

func (*PinpointBaiduChannelList) DeepCopy

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

func (*PinpointBaiduChannelList) DeepCopyInto

func (in *PinpointBaiduChannelList) DeepCopyInto(out *PinpointBaiduChannelList)

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

func (*PinpointBaiduChannelList) DeepCopyObject

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

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

func (*PinpointBaiduChannelList) GetItems

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

GetItems of this PinpointBaiduChannelList.

type PinpointBaiduChannelObservation

type PinpointBaiduChannelObservation struct{}

A PinpointBaiduChannelObservation records the observed state of a PinpointBaiduChannel

func (*PinpointBaiduChannelObservation) DeepCopy

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

func (*PinpointBaiduChannelObservation) DeepCopyInto

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

type PinpointBaiduChannelParameters

type PinpointBaiduChannelParameters struct {
	ApiKey        string `json:"api_key"`
	ApplicationId string `json:"application_id"`
	Enabled       bool   `json:"enabled"`
	SecretKey     string `json:"secret_key"`
}

A PinpointBaiduChannelParameters defines the desired state of a PinpointBaiduChannel

func (*PinpointBaiduChannelParameters) DeepCopy

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

func (*PinpointBaiduChannelParameters) DeepCopyInto

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

type PinpointBaiduChannelSpec

type PinpointBaiduChannelSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  PinpointBaiduChannelParameters `json:"forProvider"`
}

A PinpointBaiduChannelSpec defines the desired state of a PinpointBaiduChannel

func (*PinpointBaiduChannelSpec) DeepCopy

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

func (*PinpointBaiduChannelSpec) DeepCopyInto

func (in *PinpointBaiduChannelSpec) DeepCopyInto(out *PinpointBaiduChannelSpec)

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

type PinpointBaiduChannelStatus

type PinpointBaiduChannelStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     PinpointBaiduChannelObservation `json:"atProvider"`
}

A PinpointBaiduChannelStatus defines the observed state of a PinpointBaiduChannel

func (*PinpointBaiduChannelStatus) DeepCopy

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

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