v1alpha1

package
v0.5.0-preview Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=chime.aws.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "chime.aws.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	VoiceConnector_Kind             = "VoiceConnector"
	VoiceConnector_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: VoiceConnector_Kind}.String()
	VoiceConnector_KindAPIVersion   = VoiceConnector_Kind + "." + CRDGroupVersion.String()
	VoiceConnector_GroupVersionKind = CRDGroupVersion.WithKind(VoiceConnector_Kind)
)

Repository type metadata.

View Source
var (
	VoiceConnectorGroup_Kind             = "VoiceConnectorGroup"
	VoiceConnectorGroup_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: VoiceConnectorGroup_Kind}.String()
	VoiceConnectorGroup_KindAPIVersion   = VoiceConnectorGroup_Kind + "." + CRDGroupVersion.String()
	VoiceConnectorGroup_GroupVersionKind = CRDGroupVersion.WithKind(VoiceConnectorGroup_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type ConnectorObservation

type ConnectorObservation struct {
}

func (*ConnectorObservation) DeepCopy

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

func (*ConnectorObservation) DeepCopyInto

func (in *ConnectorObservation) DeepCopyInto(out *ConnectorObservation)

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

type ConnectorParameters

type ConnectorParameters struct {

	// +kubebuilder:validation:Required
	Priority *float64 `json:"priority" tf:"priority,omitempty"`

	// +kubebuilder:validation:Required
	VoiceConnectorID *string `json:"voiceConnectorId" tf:"voice_connector_id,omitempty"`
}

func (*ConnectorParameters) DeepCopy

func (in *ConnectorParameters) DeepCopy() *ConnectorParameters

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

func (*ConnectorParameters) DeepCopyInto

func (in *ConnectorParameters) DeepCopyInto(out *ConnectorParameters)

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

type VoiceConnector

type VoiceConnector struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VoiceConnectorSpec   `json:"spec"`
	Status            VoiceConnectorStatus `json:"status,omitempty"`
}

VoiceConnector is the Schema for the VoiceConnectors API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,awsjet}

func (*VoiceConnector) DeepCopy

func (in *VoiceConnector) DeepCopy() *VoiceConnector

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

func (*VoiceConnector) DeepCopyInto

func (in *VoiceConnector) DeepCopyInto(out *VoiceConnector)

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

func (*VoiceConnector) DeepCopyObject

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

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

func (*VoiceConnector) GetCondition

func (mg *VoiceConnector) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this VoiceConnector.

func (*VoiceConnector) GetConnectionDetailsMapping

func (tr *VoiceConnector) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this VoiceConnector

func (*VoiceConnector) GetDeletionPolicy

func (mg *VoiceConnector) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this VoiceConnector.

func (*VoiceConnector) GetID

func (tr *VoiceConnector) GetID() string

GetID returns ID of underlying Terraform resource of this VoiceConnector

func (*VoiceConnector) GetObservation

func (tr *VoiceConnector) GetObservation() (map[string]interface{}, error)

GetObservation of this VoiceConnector

func (*VoiceConnector) GetParameters

func (tr *VoiceConnector) GetParameters() (map[string]interface{}, error)

GetParameters of this VoiceConnector

func (*VoiceConnector) GetProviderConfigReference

func (mg *VoiceConnector) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this VoiceConnector.

func (*VoiceConnector) GetProviderReference

func (mg *VoiceConnector) GetProviderReference() *xpv1.Reference

GetProviderReference of this VoiceConnector. Deprecated: Use GetProviderConfigReference.

func (*VoiceConnector) GetPublishConnectionDetailsTo

func (mg *VoiceConnector) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this VoiceConnector.

func (*VoiceConnector) GetTerraformResourceType

func (mg *VoiceConnector) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VoiceConnector

func (*VoiceConnector) GetTerraformSchemaVersion

func (tr *VoiceConnector) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VoiceConnector) GetWriteConnectionSecretToReference

func (mg *VoiceConnector) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this VoiceConnector.

func (*VoiceConnector) LateInitialize

func (tr *VoiceConnector) LateInitialize(attrs []byte) (bool, error)

LateInitialize this VoiceConnector using its observed tfState. returns True if there are any spec changes for the resource.

func (*VoiceConnector) SetConditions

func (mg *VoiceConnector) SetConditions(c ...xpv1.Condition)

SetConditions of this VoiceConnector.

func (*VoiceConnector) SetDeletionPolicy

func (mg *VoiceConnector) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this VoiceConnector.

func (*VoiceConnector) SetObservation

func (tr *VoiceConnector) SetObservation(obs map[string]interface{}) error

SetObservation for this VoiceConnector

func (*VoiceConnector) SetParameters

func (tr *VoiceConnector) SetParameters(params map[string]interface{}) error

SetParameters for this VoiceConnector

func (*VoiceConnector) SetProviderConfigReference

func (mg *VoiceConnector) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this VoiceConnector.

func (*VoiceConnector) SetProviderReference

func (mg *VoiceConnector) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this VoiceConnector. Deprecated: Use SetProviderConfigReference.

func (*VoiceConnector) SetPublishConnectionDetailsTo

func (mg *VoiceConnector) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this VoiceConnector.

func (*VoiceConnector) SetWriteConnectionSecretToReference

func (mg *VoiceConnector) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this VoiceConnector.

type VoiceConnectorGroup

type VoiceConnectorGroup struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VoiceConnectorGroupSpec   `json:"spec"`
	Status            VoiceConnectorGroupStatus `json:"status,omitempty"`
}

VoiceConnectorGroup is the Schema for the VoiceConnectorGroups API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,awsjet}

func (*VoiceConnectorGroup) DeepCopy

func (in *VoiceConnectorGroup) DeepCopy() *VoiceConnectorGroup

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

func (*VoiceConnectorGroup) DeepCopyInto

func (in *VoiceConnectorGroup) DeepCopyInto(out *VoiceConnectorGroup)

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

func (*VoiceConnectorGroup) DeepCopyObject

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

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

func (*VoiceConnectorGroup) GetCondition

func (mg *VoiceConnectorGroup) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this VoiceConnectorGroup.

func (*VoiceConnectorGroup) GetConnectionDetailsMapping

func (tr *VoiceConnectorGroup) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this VoiceConnectorGroup

func (*VoiceConnectorGroup) GetDeletionPolicy

func (mg *VoiceConnectorGroup) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this VoiceConnectorGroup.

func (*VoiceConnectorGroup) GetID

func (tr *VoiceConnectorGroup) GetID() string

GetID returns ID of underlying Terraform resource of this VoiceConnectorGroup

func (*VoiceConnectorGroup) GetObservation

func (tr *VoiceConnectorGroup) GetObservation() (map[string]interface{}, error)

GetObservation of this VoiceConnectorGroup

func (*VoiceConnectorGroup) GetParameters

func (tr *VoiceConnectorGroup) GetParameters() (map[string]interface{}, error)

GetParameters of this VoiceConnectorGroup

func (*VoiceConnectorGroup) GetProviderConfigReference

func (mg *VoiceConnectorGroup) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this VoiceConnectorGroup.

func (*VoiceConnectorGroup) GetProviderReference

func (mg *VoiceConnectorGroup) GetProviderReference() *xpv1.Reference

GetProviderReference of this VoiceConnectorGroup. Deprecated: Use GetProviderConfigReference.

func (*VoiceConnectorGroup) GetPublishConnectionDetailsTo

func (mg *VoiceConnectorGroup) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this VoiceConnectorGroup.

func (*VoiceConnectorGroup) GetTerraformResourceType

func (mg *VoiceConnectorGroup) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VoiceConnectorGroup

func (*VoiceConnectorGroup) GetTerraformSchemaVersion

func (tr *VoiceConnectorGroup) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VoiceConnectorGroup) GetWriteConnectionSecretToReference

func (mg *VoiceConnectorGroup) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this VoiceConnectorGroup.

func (*VoiceConnectorGroup) LateInitialize

func (tr *VoiceConnectorGroup) LateInitialize(attrs []byte) (bool, error)

LateInitialize this VoiceConnectorGroup using its observed tfState. returns True if there are any spec changes for the resource.

func (*VoiceConnectorGroup) SetConditions

func (mg *VoiceConnectorGroup) SetConditions(c ...xpv1.Condition)

SetConditions of this VoiceConnectorGroup.

func (*VoiceConnectorGroup) SetDeletionPolicy

func (mg *VoiceConnectorGroup) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this VoiceConnectorGroup.

func (*VoiceConnectorGroup) SetObservation

func (tr *VoiceConnectorGroup) SetObservation(obs map[string]interface{}) error

SetObservation for this VoiceConnectorGroup

func (*VoiceConnectorGroup) SetParameters

func (tr *VoiceConnectorGroup) SetParameters(params map[string]interface{}) error

SetParameters for this VoiceConnectorGroup

func (*VoiceConnectorGroup) SetProviderConfigReference

func (mg *VoiceConnectorGroup) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this VoiceConnectorGroup.

func (*VoiceConnectorGroup) SetProviderReference

func (mg *VoiceConnectorGroup) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this VoiceConnectorGroup. Deprecated: Use SetProviderConfigReference.

func (*VoiceConnectorGroup) SetPublishConnectionDetailsTo

func (mg *VoiceConnectorGroup) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this VoiceConnectorGroup.

func (*VoiceConnectorGroup) SetWriteConnectionSecretToReference

func (mg *VoiceConnectorGroup) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this VoiceConnectorGroup.

type VoiceConnectorGroupList

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

VoiceConnectorGroupList contains a list of VoiceConnectorGroups

func (*VoiceConnectorGroupList) DeepCopy

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

func (*VoiceConnectorGroupList) DeepCopyInto

func (in *VoiceConnectorGroupList) DeepCopyInto(out *VoiceConnectorGroupList)

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

func (*VoiceConnectorGroupList) DeepCopyObject

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

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

func (*VoiceConnectorGroupList) GetItems

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

GetItems of this VoiceConnectorGroupList.

type VoiceConnectorGroupObservation

type VoiceConnectorGroupObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*VoiceConnectorGroupObservation) DeepCopy

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

func (*VoiceConnectorGroupObservation) DeepCopyInto

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

type VoiceConnectorGroupParameters

type VoiceConnectorGroupParameters struct {

	// +kubebuilder:validation:Optional
	Connector []ConnectorParameters `json:"connector,omitempty" tf:"connector,omitempty"`

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +terrajet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`
}

func (*VoiceConnectorGroupParameters) DeepCopy

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

func (*VoiceConnectorGroupParameters) DeepCopyInto

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

type VoiceConnectorGroupSpec

type VoiceConnectorGroupSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VoiceConnectorGroupParameters `json:"forProvider"`
}

VoiceConnectorGroupSpec defines the desired state of VoiceConnectorGroup

func (*VoiceConnectorGroupSpec) DeepCopy

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

func (*VoiceConnectorGroupSpec) DeepCopyInto

func (in *VoiceConnectorGroupSpec) DeepCopyInto(out *VoiceConnectorGroupSpec)

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

type VoiceConnectorGroupStatus

type VoiceConnectorGroupStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        VoiceConnectorGroupObservation `json:"atProvider,omitempty"`
}

VoiceConnectorGroupStatus defines the observed state of VoiceConnectorGroup.

func (*VoiceConnectorGroupStatus) DeepCopy

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

func (*VoiceConnectorGroupStatus) DeepCopyInto

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

type VoiceConnectorList

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

VoiceConnectorList contains a list of VoiceConnectors

func (*VoiceConnectorList) DeepCopy

func (in *VoiceConnectorList) DeepCopy() *VoiceConnectorList

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

func (*VoiceConnectorList) DeepCopyInto

func (in *VoiceConnectorList) DeepCopyInto(out *VoiceConnectorList)

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

func (*VoiceConnectorList) DeepCopyObject

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

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

func (*VoiceConnectorList) GetItems

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

GetItems of this VoiceConnectorList.

type VoiceConnectorObservation

type VoiceConnectorObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	OutboundHostName *string `json:"outboundHostName,omitempty" tf:"outbound_host_name,omitempty"`
}

func (*VoiceConnectorObservation) DeepCopy

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

func (*VoiceConnectorObservation) DeepCopyInto

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

type VoiceConnectorParameters

type VoiceConnectorParameters struct {

	// +kubebuilder:validation:Optional
	AwsRegion *string `json:"awsRegion,omitempty" tf:"aws_region,omitempty"`

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +terrajet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`

	// +kubebuilder:validation:Required
	RequireEncryption *bool `json:"requireEncryption" tf:"require_encryption,omitempty"`
}

func (*VoiceConnectorParameters) DeepCopy

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

func (*VoiceConnectorParameters) DeepCopyInto

func (in *VoiceConnectorParameters) DeepCopyInto(out *VoiceConnectorParameters)

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

type VoiceConnectorSpec

type VoiceConnectorSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VoiceConnectorParameters `json:"forProvider"`
}

VoiceConnectorSpec defines the desired state of VoiceConnector

func (*VoiceConnectorSpec) DeepCopy

func (in *VoiceConnectorSpec) DeepCopy() *VoiceConnectorSpec

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

func (*VoiceConnectorSpec) DeepCopyInto

func (in *VoiceConnectorSpec) DeepCopyInto(out *VoiceConnectorSpec)

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

type VoiceConnectorStatus

type VoiceConnectorStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        VoiceConnectorObservation `json:"atProvider,omitempty"`
}

VoiceConnectorStatus defines the observed state of VoiceConnector.

func (*VoiceConnectorStatus) DeepCopy

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

func (*VoiceConnectorStatus) DeepCopyInto

func (in *VoiceConnectorStatus) DeepCopyInto(out *VoiceConnectorStatus)

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