Versions in this module Expand all Collapse all v0 v0.8.0 Mar 24, 2022 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Application struct + Spec ApplicationSpec + func (in *Application) DeepCopy() *Application + func (in *Application) DeepCopyInto(out *Application) + func (in *Application) DeepCopyObject() runtime.Object + type ApplicationList struct + Items []Application + func (in *ApplicationList) DeepCopy() *ApplicationList + func (in *ApplicationList) DeepCopyInto(out *ApplicationList) + func (in *ApplicationList) DeepCopyObject() runtime.Object + type ApplicationSpec struct + Cluster string + Dashboards []dashboardv1.Reference + Description string + Links []Link + Name string + Namespace string + Preview *Preview + Tags []string + Teams []TeamReference + Topology Topology + func (in *ApplicationSpec) DeepCopy() *ApplicationSpec + func (in *ApplicationSpec) DeepCopyInto(out *ApplicationSpec) + type Dependency struct + Cluster string + Dashboards []dashboardv1.Reference + Description string + Name string + Namespace string + func (in *Dependency) DeepCopy() *Dependency + func (in *Dependency) DeepCopyInto(out *Dependency) + type Link struct + Link string + Title string + func (in *Link) DeepCopy() *Link + func (in *Link) DeepCopyInto(out *Link) + type Preview struct + Plugin dashboardv1.Plugin + Title string + func (in *Preview) DeepCopy() *Preview + func (in *Preview) DeepCopyInto(out *Preview) + type TeamReference struct + Cluster string + Description string + Name string + Namespace string + func (in *TeamReference) DeepCopy() *TeamReference + func (in *TeamReference) DeepCopyInto(out *TeamReference) + type Topology struct + Dependencies []Dependency + External bool + Type string + func (in *Topology) DeepCopy() *Topology + func (in *Topology) DeepCopyInto(out *Topology)