Documentation
¶
Overview ¶
+kubebuilder:object:generate=true +groupName=codestarnotifications.aws.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type NotificationRule
- func (in *NotificationRule) DeepCopy() *NotificationRule
- func (in *NotificationRule) DeepCopyInto(out *NotificationRule)
- func (in *NotificationRule) DeepCopyObject() runtime.Object
- func (mg *NotificationRule) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *NotificationRule) GetConnectionDetailsMapping() map[string]string
- func (mg *NotificationRule) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *NotificationRule) GetID() string
- func (tr *NotificationRule) GetObservation() (map[string]interface{}, error)
- func (tr *NotificationRule) GetParameters() (map[string]interface{}, error)
- func (mg *NotificationRule) GetProviderConfigReference() *xpv1.Reference
- func (mg *NotificationRule) GetProviderReference() *xpv1.Reference
- func (mg *NotificationRule) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *NotificationRule) GetTerraformResourceType() string
- func (tr *NotificationRule) GetTerraformSchemaVersion() int
- func (mg *NotificationRule) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *NotificationRule) LateInitialize(attrs []byte) (bool, error)
- func (mg *NotificationRule) SetConditions(c ...xpv1.Condition)
- func (mg *NotificationRule) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *NotificationRule) SetObservation(obs map[string]interface{}) error
- func (tr *NotificationRule) SetParameters(params map[string]interface{}) error
- func (mg *NotificationRule) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *NotificationRule) SetProviderReference(r *xpv1.Reference)
- func (mg *NotificationRule) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *NotificationRule) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type NotificationRuleList
- type NotificationRuleObservation
- type NotificationRuleParameters
- type NotificationRuleSpec
- type NotificationRuleStatus
- type TargetObservation
- type TargetParameters
Constants ¶
const ( CRDGroup = "codestarnotifications.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 ( NotificationRule_Kind = "NotificationRule" NotificationRule_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: NotificationRule_Kind}.String() NotificationRule_KindAPIVersion = NotificationRule_Kind + "." + CRDGroupVersion.String() NotificationRule_GroupVersionKind = CRDGroupVersion.WithKind(NotificationRule_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type NotificationRule ¶
type NotificationRule struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec NotificationRuleSpec `json:"spec"` Status NotificationRuleStatus `json:"status,omitempty"` }
NotificationRule is the Schema for the NotificationRules 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 (*NotificationRule) DeepCopy ¶
func (in *NotificationRule) DeepCopy() *NotificationRule
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NotificationRule.
func (*NotificationRule) DeepCopyInto ¶
func (in *NotificationRule) DeepCopyInto(out *NotificationRule)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NotificationRule) DeepCopyObject ¶
func (in *NotificationRule) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*NotificationRule) GetCondition ¶
func (mg *NotificationRule) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this NotificationRule.
func (*NotificationRule) GetConnectionDetailsMapping ¶
func (tr *NotificationRule) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this NotificationRule
func (*NotificationRule) GetDeletionPolicy ¶
func (mg *NotificationRule) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this NotificationRule.
func (*NotificationRule) GetID ¶
func (tr *NotificationRule) GetID() string
GetID returns ID of underlying Terraform resource of this NotificationRule
func (*NotificationRule) GetObservation ¶
func (tr *NotificationRule) GetObservation() (map[string]interface{}, error)
GetObservation of this NotificationRule
func (*NotificationRule) GetParameters ¶
func (tr *NotificationRule) GetParameters() (map[string]interface{}, error)
GetParameters of this NotificationRule
func (*NotificationRule) GetProviderConfigReference ¶
func (mg *NotificationRule) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this NotificationRule.
func (*NotificationRule) GetProviderReference ¶
func (mg *NotificationRule) GetProviderReference() *xpv1.Reference
GetProviderReference of this NotificationRule. Deprecated: Use GetProviderConfigReference.
func (*NotificationRule) GetPublishConnectionDetailsTo ¶
func (mg *NotificationRule) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this NotificationRule.
func (*NotificationRule) GetTerraformResourceType ¶
func (mg *NotificationRule) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this NotificationRule
func (*NotificationRule) GetTerraformSchemaVersion ¶
func (tr *NotificationRule) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*NotificationRule) GetWriteConnectionSecretToReference ¶
func (mg *NotificationRule) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this NotificationRule.
func (*NotificationRule) LateInitialize ¶
func (tr *NotificationRule) LateInitialize(attrs []byte) (bool, error)
LateInitialize this NotificationRule using its observed tfState. returns True if there are any spec changes for the resource.
func (*NotificationRule) SetConditions ¶
func (mg *NotificationRule) SetConditions(c ...xpv1.Condition)
SetConditions of this NotificationRule.
func (*NotificationRule) SetDeletionPolicy ¶
func (mg *NotificationRule) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this NotificationRule.
func (*NotificationRule) SetObservation ¶
func (tr *NotificationRule) SetObservation(obs map[string]interface{}) error
SetObservation for this NotificationRule
func (*NotificationRule) SetParameters ¶
func (tr *NotificationRule) SetParameters(params map[string]interface{}) error
SetParameters for this NotificationRule
func (*NotificationRule) SetProviderConfigReference ¶
func (mg *NotificationRule) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this NotificationRule.
func (*NotificationRule) SetProviderReference ¶
func (mg *NotificationRule) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this NotificationRule. Deprecated: Use SetProviderConfigReference.
func (*NotificationRule) SetPublishConnectionDetailsTo ¶
func (mg *NotificationRule) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this NotificationRule.
func (*NotificationRule) SetWriteConnectionSecretToReference ¶
func (mg *NotificationRule) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this NotificationRule.
type NotificationRuleList ¶
type NotificationRuleList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []NotificationRule `json:"items"` }
NotificationRuleList contains a list of NotificationRules
func (*NotificationRuleList) DeepCopy ¶
func (in *NotificationRuleList) DeepCopy() *NotificationRuleList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NotificationRuleList.
func (*NotificationRuleList) DeepCopyInto ¶
func (in *NotificationRuleList) DeepCopyInto(out *NotificationRuleList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NotificationRuleList) DeepCopyObject ¶
func (in *NotificationRuleList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*NotificationRuleList) GetItems ¶
func (l *NotificationRuleList) GetItems() []resource.Managed
GetItems of this NotificationRuleList.
type NotificationRuleObservation ¶
type NotificationRuleObservation struct { Arn *string `json:"arn,omitempty" tf:"arn,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` TagsAll map[string]*string `json:"tagsAll,omitempty" tf:"tags_all,omitempty"` }
func (*NotificationRuleObservation) DeepCopy ¶
func (in *NotificationRuleObservation) DeepCopy() *NotificationRuleObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NotificationRuleObservation.
func (*NotificationRuleObservation) DeepCopyInto ¶
func (in *NotificationRuleObservation) DeepCopyInto(out *NotificationRuleObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NotificationRuleParameters ¶
type NotificationRuleParameters struct { // +kubebuilder:validation:Required DetailType *string `json:"detailType" tf:"detail_type,omitempty"` // +kubebuilder:validation:Required EventTypeIds []*string `json:"eventTypeIds" tf:"event_type_ids,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 Resource *string `json:"resource" tf:"resource,omitempty"` // +kubebuilder:validation:Optional Status *string `json:"status,omitempty" tf:"status,omitempty"` // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // +kubebuilder:validation:Optional Target []TargetParameters `json:"target,omitempty" tf:"target,omitempty"` }
func (*NotificationRuleParameters) DeepCopy ¶
func (in *NotificationRuleParameters) DeepCopy() *NotificationRuleParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NotificationRuleParameters.
func (*NotificationRuleParameters) DeepCopyInto ¶
func (in *NotificationRuleParameters) DeepCopyInto(out *NotificationRuleParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NotificationRuleSpec ¶
type NotificationRuleSpec struct { v1.ResourceSpec `json:",inline"` ForProvider NotificationRuleParameters `json:"forProvider"` }
NotificationRuleSpec defines the desired state of NotificationRule
func (*NotificationRuleSpec) DeepCopy ¶
func (in *NotificationRuleSpec) DeepCopy() *NotificationRuleSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NotificationRuleSpec.
func (*NotificationRuleSpec) DeepCopyInto ¶
func (in *NotificationRuleSpec) DeepCopyInto(out *NotificationRuleSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NotificationRuleStatus ¶
type NotificationRuleStatus struct { v1.ResourceStatus `json:",inline"` AtProvider NotificationRuleObservation `json:"atProvider,omitempty"` }
NotificationRuleStatus defines the observed state of NotificationRule.
func (*NotificationRuleStatus) DeepCopy ¶
func (in *NotificationRuleStatus) DeepCopy() *NotificationRuleStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NotificationRuleStatus.
func (*NotificationRuleStatus) DeepCopyInto ¶
func (in *NotificationRuleStatus) DeepCopyInto(out *NotificationRuleStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TargetObservation ¶
type TargetObservation struct {
Status *string `json:"status,omitempty" tf:"status,omitempty"`
}
func (*TargetObservation) DeepCopy ¶
func (in *TargetObservation) DeepCopy() *TargetObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetObservation.
func (*TargetObservation) DeepCopyInto ¶
func (in *TargetObservation) DeepCopyInto(out *TargetObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TargetParameters ¶
type TargetParameters struct { // +kubebuilder:validation:Required Address *string `json:"address" tf:"address,omitempty"` // +kubebuilder:validation:Optional Type *string `json:"type,omitempty" tf:"type,omitempty"` }
func (*TargetParameters) DeepCopy ¶
func (in *TargetParameters) DeepCopy() *TargetParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TargetParameters.
func (*TargetParameters) DeepCopyInto ¶
func (in *TargetParameters) DeepCopyInto(out *TargetParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.