Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the dashboards v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=common.newrelic.io
Package v1alpha1 contains API Schema definitions for the io v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=alerts.newrelic.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "alerts.newrelic.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
This section is empty.
Types ¶
type Status ¶
type Status struct { // The value will be set to `Ready` once the policy has been created in New Relic Status string `json:"status"` // When a policy fails to be created, the value will be set to the error message received from New Relic Reason string `json:"reason,omitempty"` // The resource id in New Relic NewrelicId *int64 `json:"newrelicId,omitempty"` }
Status defines the observed state of a New Relic resource
func NewPending ¶
func (*Status) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Status.
func (*Status) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.