Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=syntheticscertcheckmonitor.newrelic.upbound.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type CertCheckMonitor
- func (in *CertCheckMonitor) DeepCopy() *CertCheckMonitor
- func (in *CertCheckMonitor) DeepCopyInto(out *CertCheckMonitor)
- func (in *CertCheckMonitor) DeepCopyObject() runtime.Object
- func (mg *CertCheckMonitor) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *CertCheckMonitor) GetConnectionDetailsMapping() map[string]string
- func (mg *CertCheckMonitor) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *CertCheckMonitor) GetID() string
- func (tr *CertCheckMonitor) GetObservation() (map[string]any, error)
- func (tr *CertCheckMonitor) GetParameters() (map[string]any, error)
- func (mg *CertCheckMonitor) GetProviderConfigReference() *xpv1.Reference
- func (mg *CertCheckMonitor) GetProviderReference() *xpv1.Reference
- func (mg *CertCheckMonitor) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *CertCheckMonitor) GetTerraformResourceType() string
- func (tr *CertCheckMonitor) GetTerraformSchemaVersion() int
- func (mg *CertCheckMonitor) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *CertCheckMonitor) LateInitialize(attrs []byte) (bool, error)
- func (mg *CertCheckMonitor) SetConditions(c ...xpv1.Condition)
- func (mg *CertCheckMonitor) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *CertCheckMonitor) SetObservation(obs map[string]any) error
- func (tr *CertCheckMonitor) SetParameters(params map[string]any) error
- func (mg *CertCheckMonitor) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *CertCheckMonitor) SetProviderReference(r *xpv1.Reference)
- func (mg *CertCheckMonitor) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *CertCheckMonitor) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type CertCheckMonitorList
- type CertCheckMonitorObservation
- type CertCheckMonitorParameters
- type CertCheckMonitorSpec
- type CertCheckMonitorStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "syntheticscertcheckmonitor.newrelic.upbound.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( CertCheckMonitor_Kind = "CertCheckMonitor" CertCheckMonitor_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: CertCheckMonitor_Kind}.String() CertCheckMonitor_KindAPIVersion = CertCheckMonitor_Kind + "." + CRDGroupVersion.String() CertCheckMonitor_GroupVersionKind = CRDGroupVersion.WithKind(CertCheckMonitor_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 CertCheckMonitor ¶
type CertCheckMonitor struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CertCheckMonitorSpec `json:"spec"` Status CertCheckMonitorStatus `json:"status,omitempty"` }
CertCheckMonitor is the Schema for the CertCheckMonitors API. <no value> +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,newrelic}
func (*CertCheckMonitor) DeepCopy ¶
func (in *CertCheckMonitor) DeepCopy() *CertCheckMonitor
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertCheckMonitor.
func (*CertCheckMonitor) DeepCopyInto ¶
func (in *CertCheckMonitor) DeepCopyInto(out *CertCheckMonitor)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CertCheckMonitor) DeepCopyObject ¶
func (in *CertCheckMonitor) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*CertCheckMonitor) GetCondition ¶
func (mg *CertCheckMonitor) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this CertCheckMonitor.
func (*CertCheckMonitor) GetConnectionDetailsMapping ¶
func (tr *CertCheckMonitor) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this CertCheckMonitor
func (*CertCheckMonitor) GetDeletionPolicy ¶
func (mg *CertCheckMonitor) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this CertCheckMonitor.
func (*CertCheckMonitor) GetID ¶
func (tr *CertCheckMonitor) GetID() string
GetID returns ID of underlying Terraform resource of this CertCheckMonitor
func (*CertCheckMonitor) GetObservation ¶
func (tr *CertCheckMonitor) GetObservation() (map[string]any, error)
GetObservation of this CertCheckMonitor
func (*CertCheckMonitor) GetParameters ¶
func (tr *CertCheckMonitor) GetParameters() (map[string]any, error)
GetParameters of this CertCheckMonitor
func (*CertCheckMonitor) GetProviderConfigReference ¶
func (mg *CertCheckMonitor) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this CertCheckMonitor.
func (*CertCheckMonitor) GetProviderReference ¶
func (mg *CertCheckMonitor) GetProviderReference() *xpv1.Reference
GetProviderReference of this CertCheckMonitor. Deprecated: Use GetProviderConfigReference.
func (*CertCheckMonitor) GetPublishConnectionDetailsTo ¶
func (mg *CertCheckMonitor) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this CertCheckMonitor.
func (*CertCheckMonitor) GetTerraformResourceType ¶
func (mg *CertCheckMonitor) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this CertCheckMonitor
func (*CertCheckMonitor) GetTerraformSchemaVersion ¶
func (tr *CertCheckMonitor) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*CertCheckMonitor) GetWriteConnectionSecretToReference ¶
func (mg *CertCheckMonitor) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this CertCheckMonitor.
func (*CertCheckMonitor) LateInitialize ¶
func (tr *CertCheckMonitor) LateInitialize(attrs []byte) (bool, error)
LateInitialize this CertCheckMonitor using its observed tfState. returns True if there are any spec changes for the resource.
func (*CertCheckMonitor) SetConditions ¶
func (mg *CertCheckMonitor) SetConditions(c ...xpv1.Condition)
SetConditions of this CertCheckMonitor.
func (*CertCheckMonitor) SetDeletionPolicy ¶
func (mg *CertCheckMonitor) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this CertCheckMonitor.
func (*CertCheckMonitor) SetObservation ¶
func (tr *CertCheckMonitor) SetObservation(obs map[string]any) error
SetObservation for this CertCheckMonitor
func (*CertCheckMonitor) SetParameters ¶
func (tr *CertCheckMonitor) SetParameters(params map[string]any) error
SetParameters for this CertCheckMonitor
func (*CertCheckMonitor) SetProviderConfigReference ¶
func (mg *CertCheckMonitor) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this CertCheckMonitor.
func (*CertCheckMonitor) SetProviderReference ¶
func (mg *CertCheckMonitor) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this CertCheckMonitor. Deprecated: Use SetProviderConfigReference.
func (*CertCheckMonitor) SetPublishConnectionDetailsTo ¶
func (mg *CertCheckMonitor) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this CertCheckMonitor.
func (*CertCheckMonitor) SetWriteConnectionSecretToReference ¶
func (mg *CertCheckMonitor) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this CertCheckMonitor.
type CertCheckMonitorList ¶
type CertCheckMonitorList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []CertCheckMonitor `json:"items"` }
CertCheckMonitorList contains a list of CertCheckMonitors
func (*CertCheckMonitorList) DeepCopy ¶
func (in *CertCheckMonitorList) DeepCopy() *CertCheckMonitorList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertCheckMonitorList.
func (*CertCheckMonitorList) DeepCopyInto ¶
func (in *CertCheckMonitorList) DeepCopyInto(out *CertCheckMonitorList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CertCheckMonitorList) DeepCopyObject ¶
func (in *CertCheckMonitorList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*CertCheckMonitorList) GetItems ¶
func (l *CertCheckMonitorList) GetItems() []resource.Managed
GetItems of this CertCheckMonitorList.
type CertCheckMonitorObservation ¶
type CertCheckMonitorObservation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*CertCheckMonitorObservation) DeepCopy ¶
func (in *CertCheckMonitorObservation) DeepCopy() *CertCheckMonitorObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertCheckMonitorObservation.
func (*CertCheckMonitorObservation) DeepCopyInto ¶
func (in *CertCheckMonitorObservation) DeepCopyInto(out *CertCheckMonitorObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CertCheckMonitorParameters ¶
type CertCheckMonitorParameters struct { // ID of the newrelic account // +kubebuilder:validation:Optional AccountID *float64 `json:"accountId,omitempty" tf:"account_id,omitempty"` // +kubebuilder:validation:Required CertificateExpiration *float64 `json:"certificateExpiration" tf:"certificate_expiration,omitempty"` // +kubebuilder:validation:Required Domain *string `json:"domain" tf:"domain,omitempty"` // The locations in which this monitor should be run. // +kubebuilder:validation:Optional LocationsPrivate []*string `json:"locationsPrivate,omitempty" tf:"locations_private,omitempty"` // The locations in which this monitor should be run. // +kubebuilder:validation:Optional LocationsPublic []*string `json:"locationsPublic,omitempty" tf:"locations_public,omitempty"` // name of the cert check monitor // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. // +kubebuilder:validation:Required Period *string `json:"period" tf:"period,omitempty"` // The monitor status (i.e. ENABLED, MUTED, DISABLED). // +kubebuilder:validation:Required Status *string `json:"status" tf:"status,omitempty"` // The tags that will be associated with the monitor // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*CertCheckMonitorParameters) DeepCopy ¶
func (in *CertCheckMonitorParameters) DeepCopy() *CertCheckMonitorParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertCheckMonitorParameters.
func (*CertCheckMonitorParameters) DeepCopyInto ¶
func (in *CertCheckMonitorParameters) DeepCopyInto(out *CertCheckMonitorParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CertCheckMonitorSpec ¶
type CertCheckMonitorSpec struct { v1.ResourceSpec `json:",inline"` ForProvider CertCheckMonitorParameters `json:"forProvider"` }
CertCheckMonitorSpec defines the desired state of CertCheckMonitor
func (*CertCheckMonitorSpec) DeepCopy ¶
func (in *CertCheckMonitorSpec) DeepCopy() *CertCheckMonitorSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertCheckMonitorSpec.
func (*CertCheckMonitorSpec) DeepCopyInto ¶
func (in *CertCheckMonitorSpec) DeepCopyInto(out *CertCheckMonitorSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CertCheckMonitorStatus ¶
type CertCheckMonitorStatus struct { v1.ResourceStatus `json:",inline"` AtProvider CertCheckMonitorObservation `json:"atProvider,omitempty"` }
CertCheckMonitorStatus defines the observed state of CertCheckMonitor.
func (*CertCheckMonitorStatus) DeepCopy ¶
func (in *CertCheckMonitorStatus) DeepCopy() *CertCheckMonitorStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertCheckMonitorStatus.
func (*CertCheckMonitorStatus) DeepCopyInto ¶
func (in *CertCheckMonitorStatus) DeepCopyInto(out *CertCheckMonitorStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagObservation ¶
type TagObservation struct { }
func (*TagObservation) DeepCopy ¶
func (in *TagObservation) DeepCopy() *TagObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagObservation.
func (*TagObservation) DeepCopyInto ¶
func (in *TagObservation) DeepCopyInto(out *TagObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagParameters ¶
type TagParameters struct { // Name of the tag key // +kubebuilder:validation:Required Key *string `json:"key" tf:"key,omitempty"` // Values associated with the tag key // +kubebuilder:validation:Required Values []*string `json:"values" tf:"values,omitempty"` }
func (*TagParameters) DeepCopy ¶
func (in *TagParameters) DeepCopy() *TagParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagParameters.
func (*TagParameters) DeepCopyInto ¶
func (in *TagParameters) DeepCopyInto(out *TagParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.