Versions in this module Expand all Collapse all v0 v0.2.2 Aug 5, 2021 v0.2.1 Aug 4, 2021 v0.2.0 Jul 2, 2021 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type ClusterDashboard struct + Spec DashboardSpec + func (in *ClusterDashboard) DeepCopy() *ClusterDashboard + func (in *ClusterDashboard) DeepCopyInto(out *ClusterDashboard) + func (in *ClusterDashboard) DeepCopyObject() runtime.Object + type ClusterDashboardList struct + Items []ClusterDashboard + func (in *ClusterDashboardList) DeepCopy() *ClusterDashboardList + func (in *ClusterDashboardList) DeepCopyInto(out *ClusterDashboardList) + func (in *ClusterDashboardList) DeepCopyObject() runtime.Object + type Dashboard struct + Spec DashboardSpec + func (_ *Dashboard) Hub() + func (dst *Dashboard) ConvertFrom(srcRaw conversion.Hub) error + func (in *Dashboard) DeepCopy() *Dashboard + func (in *Dashboard) DeepCopyInto(out *Dashboard) + func (in *Dashboard) DeepCopyObject() runtime.Object + func (src *Dashboard) ConvertTo(dstRaw conversion.Hub) error + type DashboardList struct + Items []Dashboard + func (in *DashboardList) DeepCopy() *DashboardList + func (in *DashboardList) DeepCopyInto(out *DashboardList) + func (in *DashboardList) DeepCopyObject() runtime.Object + type DashboardSpec struct + Annotations []ants.Annotation + AutoRefresh string + Description string + Editable bool + ID uint + Panels []*panels.Panel + SharedCrosshair bool + Tags []string + Templatings []templatings.TemplateVar + Time time.Time + Timezone string + Title string + UID string + func (in *DashboardSpec) DeepCopy() *DashboardSpec + func (in *DashboardSpec) DeepCopyInto(out *DashboardSpec)