Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=chime.aws.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type VoiceConnector
- func (in *VoiceConnector) DeepCopy() *VoiceConnector
- func (in *VoiceConnector) DeepCopyInto(out *VoiceConnector)
- func (in *VoiceConnector) DeepCopyObject() runtime.Object
- func (mg *VoiceConnector) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *VoiceConnector) GetConnectionDetailsMapping() map[string]string
- func (mg *VoiceConnector) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *VoiceConnector) GetID() string
- func (tr *VoiceConnector) GetObservation() (map[string]interface{}, error)
- func (tr *VoiceConnector) GetParameters() (map[string]interface{}, error)
- func (mg *VoiceConnector) GetProviderConfigReference() *xpv1.Reference
- func (mg *VoiceConnector) GetProviderReference() *xpv1.Reference
- func (mg *VoiceConnector) GetTerraformResourceType() string
- func (tr *VoiceConnector) GetTerraformSchemaVersion() int
- func (mg *VoiceConnector) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *VoiceConnector) LateInitialize(attrs []byte) (bool, error)
- func (mg *VoiceConnector) SetConditions(c ...xpv1.Condition)
- func (mg *VoiceConnector) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *VoiceConnector) SetObservation(obs map[string]interface{}) error
- func (tr *VoiceConnector) SetParameters(params map[string]interface{}) error
- func (mg *VoiceConnector) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *VoiceConnector) SetProviderReference(r *xpv1.Reference)
- func (mg *VoiceConnector) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type VoiceConnectorList
- type VoiceConnectorObservation
- type VoiceConnectorParameters
- type VoiceConnectorSpec
- type VoiceConnectorStatus
Constants ¶
const ( CRDGroup = "chime.aws.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
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 )
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.
Functions ¶
This section is empty.
Types ¶
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) 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) SetWriteConnectionSecretToReference ¶
func (mg *VoiceConnector) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this VoiceConnector.
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 ¶
func (in *VoiceConnectorObservation) DeepCopy() *VoiceConnectorObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VoiceConnectorObservation.
func (*VoiceConnectorObservation) DeepCopyInto ¶
func (in *VoiceConnectorObservation) DeepCopyInto(out *VoiceConnectorObservation)
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 ¶
func (in *VoiceConnectorParameters) DeepCopy() *VoiceConnectorParameters
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 ¶
func (in *VoiceConnectorStatus) DeepCopy() *VoiceConnectorStatus
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.