Versions in this module Expand all Collapse all v0 v0.0.2 Jun 26, 2023 v0.0.1 Jun 25, 2023 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type Attribute struct + Name string + Value runtime.RawExtension + func (in *Attribute) DeepCopy() *Attribute + func (in *Attribute) DeepCopyInto(out *Attribute) + type ContextElement struct + Attributes []Attribute + ContextNames []string + Element string + Priority *int + Roles []string + func (in *ContextElement) DeepCopy() *ContextElement + func (in *ContextElement) DeepCopyInto(out *ContextElement) + type Icon struct + Data string + Mime string + Url string + func (in *Icon) DeepCopy() *Icon + func (in *Icon) DeepCopyInto(out *Icon) + type Navigation struct + Attributes []Attribute + Details string + Element string + Icon *Icon + Path string + Priority *int + Roles []string + Title string + func (in *Navigation) DeepCopy() *Navigation + func (in *Navigation) DeepCopyInto(out *Navigation) + type WebComponent struct + Spec WebComponentSpec + Status WebComponentStatus + func (in *WebComponent) DeepCopy() *WebComponent + func (in *WebComponent) DeepCopyInto(out *WebComponent) + func (in *WebComponent) DeepCopyObject() runtime.Object + type WebComponentList struct + Items []WebComponent + func (in *WebComponentList) DeepCopy() *WebComponentList + func (in *WebComponentList) DeepCopyInto(out *WebComponentList) + func (in *WebComponentList) DeepCopyObject() runtime.Object + type WebComponentSpec struct + ContextElements []ContextElement + HashSuffix string + ModuleUri string + Navigations []Navigation + Preload *bool + Proxy *bool + StyleRelativePaths []string + func (in *WebComponentSpec) DeepCopy() *WebComponentSpec + func (in *WebComponentSpec) DeepCopyInto(out *WebComponentSpec) + type WebComponentStatus struct + func (in *WebComponentStatus) DeepCopy() *WebComponentStatus + func (in *WebComponentStatus) DeepCopyInto(out *WebComponentStatus)