Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=status.uptimerobot.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Page
- func (in *Page) DeepCopy() *Page
- func (in *Page) DeepCopyInto(out *Page)
- func (in *Page) DeepCopyObject() runtime.Object
- func (mg *Page) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Page) GetConnectionDetailsMapping() map[string]string
- func (mg *Page) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Page) GetID() string
- func (tr *Page) GetObservation() (map[string]interface{}, error)
- func (tr *Page) GetParameters() (map[string]interface{}, error)
- func (mg *Page) GetProviderConfigReference() *xpv1.Reference
- func (mg *Page) GetProviderReference() *xpv1.Reference
- func (mg *Page) GetTerraformResourceType() string
- func (tr *Page) GetTerraformSchemaVersion() int
- func (mg *Page) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Page) LateInitialize(attrs []byte) (bool, error)
- func (mg *Page) SetConditions(c ...xpv1.Condition)
- func (mg *Page) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Page) SetObservation(obs map[string]interface{}) error
- func (tr *Page) SetParameters(params map[string]interface{}) error
- func (mg *Page) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Page) SetProviderReference(r *xpv1.Reference)
- func (mg *Page) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type PageList
- type PageObservation
- type PageParameters
- type PageSpec
- type PageStatus
Constants ¶
const ( CRDGroup = "status.uptimerobot.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 ( Page_Kind = "Page" Page_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Page_Kind}.String() Page_KindAPIVersion = Page_Kind + "." + CRDGroupVersion.String() Page_GroupVersionKind = CRDGroupVersion.WithKind(Page_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type Page ¶
type Page struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PageSpec `json:"spec"` Status PageStatus `json:"status,omitempty"` }
Page is the Schema for the Pages 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 (*Page) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Page.
func (*Page) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Page) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Page) GetCondition ¶
func (mg *Page) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Page.
func (*Page) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Page
func (*Page) GetDeletionPolicy ¶
func (mg *Page) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Page.
func (*Page) GetObservation ¶
GetObservation of this Page
func (*Page) GetParameters ¶
GetParameters of this Page
func (*Page) GetProviderConfigReference ¶
GetProviderConfigReference of this Page.
func (*Page) GetProviderReference ¶
GetProviderReference of this Page. Deprecated: Use GetProviderConfigReference.
func (*Page) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Page
func (*Page) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Page) GetWriteConnectionSecretToReference ¶
func (mg *Page) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Page.
func (*Page) LateInitialize ¶
LateInitialize this Page using its observed tfState. returns True if there are any spec changes for the resource.
func (*Page) SetConditions ¶
SetConditions of this Page.
func (*Page) SetDeletionPolicy ¶
func (mg *Page) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Page.
func (*Page) SetObservation ¶
SetObservation for this Page
func (*Page) SetParameters ¶
SetParameters for this Page
func (*Page) SetProviderConfigReference ¶
SetProviderConfigReference of this Page.
func (*Page) SetProviderReference ¶
SetProviderReference of this Page. Deprecated: Use SetProviderConfigReference.
func (*Page) SetWriteConnectionSecretToReference ¶
func (mg *Page) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Page.
type PageList ¶
type PageList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Page `json:"items"` }
PageList contains a list of Pages
func (*PageList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PageList.
func (*PageList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PageList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PageObservation ¶
type PageObservation struct { CustomURL *string `json:"customUrl,omitempty" tf:"custom_url,omitempty"` DNSAddress *string `json:"dnsAddress,omitempty" tf:"dns_address,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` StandardURL *string `json:"standardUrl,omitempty" tf:"standard_url,omitempty"` }
func (*PageObservation) DeepCopy ¶
func (in *PageObservation) DeepCopy() *PageObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PageObservation.
func (*PageObservation) DeepCopyInto ¶
func (in *PageObservation) DeepCopyInto(out *PageObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PageParameters ¶
type PageParameters struct { // +kubebuilder:validation:Optional CustomDomain *string `json:"customDomain,omitempty" tf:"custom_domain,omitempty"` // +kubebuilder:validation:Required FriendlyName *string `json:"friendlyName" tf:"friendly_name,omitempty"` // +kubebuilder:validation:Optional Monitors []*float64 `json:"monitors,omitempty" tf:"monitors,omitempty"` // +kubebuilder:validation:Optional Password *string `json:"password,omitempty" tf:"password,omitempty"` // +kubebuilder:validation:Optional Sort *string `json:"sort,omitempty" tf:"sort,omitempty"` // +kubebuilder:validation:Optional Status *string `json:"status,omitempty" tf:"status,omitempty"` }
func (*PageParameters) DeepCopy ¶
func (in *PageParameters) DeepCopy() *PageParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PageParameters.
func (*PageParameters) DeepCopyInto ¶
func (in *PageParameters) DeepCopyInto(out *PageParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PageSpec ¶
type PageSpec struct { v1.ResourceSpec `json:",inline"` ForProvider PageParameters `json:"forProvider"` }
PageSpec defines the desired state of Page
func (*PageSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PageSpec.
func (*PageSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PageStatus ¶
type PageStatus struct { v1.ResourceStatus `json:",inline"` AtProvider PageObservation `json:"atProvider,omitempty"` }
PageStatus defines the observed state of Page.
func (*PageStatus) DeepCopy ¶
func (in *PageStatus) DeepCopy() *PageStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PageStatus.
func (*PageStatus) DeepCopyInto ¶
func (in *PageStatus) DeepCopyInto(out *PageStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.