Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=alert.uptimerobot.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Contact
- func (in *Contact) DeepCopy() *Contact
- func (in *Contact) DeepCopyInto(out *Contact)
- func (in *Contact) DeepCopyObject() runtime.Object
- func (mg *Contact) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Contact) GetConnectionDetailsMapping() map[string]string
- func (mg *Contact) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Contact) GetID() string
- func (tr *Contact) GetObservation() (map[string]interface{}, error)
- func (tr *Contact) GetParameters() (map[string]interface{}, error)
- func (mg *Contact) GetProviderConfigReference() *xpv1.Reference
- func (mg *Contact) GetProviderReference() *xpv1.Reference
- func (mg *Contact) GetTerraformResourceType() string
- func (tr *Contact) GetTerraformSchemaVersion() int
- func (mg *Contact) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Contact) LateInitialize(attrs []byte) (bool, error)
- func (mg *Contact) SetConditions(c ...xpv1.Condition)
- func (mg *Contact) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Contact) SetObservation(obs map[string]interface{}) error
- func (tr *Contact) SetParameters(params map[string]interface{}) error
- func (mg *Contact) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Contact) SetProviderReference(r *xpv1.Reference)
- func (mg *Contact) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ContactList
- type ContactObservation
- type ContactParameters
- type ContactSpec
- type ContactStatus
Constants ¶
const ( CRDGroup = "alert.uptimerobot.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Contact_Kind = "Contact" Contact_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Contact_Kind}.String() Contact_KindAPIVersion = Contact_Kind + "." + CRDGroupVersion.String() Contact_GroupVersionKind = CRDGroupVersion.WithKind(Contact_Kind) )
Repository type metadata.
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 )
Functions ¶
This section is empty.
Types ¶
type Contact ¶
type Contact struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ContactSpec `json:"spec"` Status ContactStatus `json:"status,omitempty"` }
Contact is the Schema for the Contacts 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,uptimerobotjet}
func (*Contact) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Contact.
func (*Contact) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Contact) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Contact) GetCondition ¶
func (mg *Contact) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Contact.
func (*Contact) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Contact
func (*Contact) GetDeletionPolicy ¶
func (mg *Contact) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Contact.
func (*Contact) GetObservation ¶
GetObservation of this Contact
func (*Contact) GetParameters ¶
GetParameters of this Contact
func (*Contact) GetProviderConfigReference ¶
GetProviderConfigReference of this Contact.
func (*Contact) GetProviderReference ¶
GetProviderReference of this Contact. Deprecated: Use GetProviderConfigReference.
func (*Contact) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Contact
func (*Contact) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Contact) GetWriteConnectionSecretToReference ¶
func (mg *Contact) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Contact.
func (*Contact) LateInitialize ¶
LateInitialize this Contact using its observed tfState. returns True if there are any spec changes for the resource.
func (*Contact) SetConditions ¶
SetConditions of this Contact.
func (*Contact) SetDeletionPolicy ¶
func (mg *Contact) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Contact.
func (*Contact) SetObservation ¶
SetObservation for this Contact
func (*Contact) SetParameters ¶
SetParameters for this Contact
func (*Contact) SetProviderConfigReference ¶
SetProviderConfigReference of this Contact.
func (*Contact) SetProviderReference ¶
SetProviderReference of this Contact. Deprecated: Use SetProviderConfigReference.
func (*Contact) SetWriteConnectionSecretToReference ¶
func (mg *Contact) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Contact.
type ContactList ¶
type ContactList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Contact `json:"items"` }
ContactList contains a list of Contacts
func (*ContactList) DeepCopy ¶
func (in *ContactList) DeepCopy() *ContactList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContactList.
func (*ContactList) DeepCopyInto ¶
func (in *ContactList) DeepCopyInto(out *ContactList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ContactList) DeepCopyObject ¶
func (in *ContactList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ContactList) GetItems ¶
func (l *ContactList) GetItems() []resource.Managed
GetItems of this ContactList.
type ContactObservation ¶
type ContactObservation struct { ID *string `json:"id,omitempty" tf:"id,omitempty"` Status *string `json:"status,omitempty" tf:"status,omitempty"` }
func (*ContactObservation) DeepCopy ¶
func (in *ContactObservation) DeepCopy() *ContactObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContactObservation.
func (*ContactObservation) DeepCopyInto ¶
func (in *ContactObservation) DeepCopyInto(out *ContactObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ContactParameters ¶
type ContactParameters struct { // +kubebuilder:validation:Required FriendlyName *string `json:"friendlyName" tf:"friendly_name,omitempty"` // +kubebuilder:validation:Required Type *string `json:"type" tf:"type,omitempty"` // +kubebuilder:validation:Required Value *string `json:"value" tf:"value,omitempty"` }
func (*ContactParameters) DeepCopy ¶
func (in *ContactParameters) DeepCopy() *ContactParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContactParameters.
func (*ContactParameters) DeepCopyInto ¶
func (in *ContactParameters) DeepCopyInto(out *ContactParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ContactSpec ¶
type ContactSpec struct { v1.ResourceSpec `json:",inline"` ForProvider ContactParameters `json:"forProvider"` }
ContactSpec defines the desired state of Contact
func (*ContactSpec) DeepCopy ¶
func (in *ContactSpec) DeepCopy() *ContactSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContactSpec.
func (*ContactSpec) DeepCopyInto ¶
func (in *ContactSpec) DeepCopyInto(out *ContactSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ContactStatus ¶
type ContactStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ContactObservation `json:"atProvider,omitempty"` }
ContactStatus defines the observed state of Contact.
func (*ContactStatus) DeepCopy ¶
func (in *ContactStatus) DeepCopy() *ContactStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContactStatus.
func (*ContactStatus) DeepCopyInto ¶
func (in *ContactStatus) DeepCopyInto(out *ContactStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.