Versions in this module Expand all Collapse all v0 v0.0.1 Jul 5, 2023retracted Changes in this version + var AddToScheme = schemeBuilder.AddToScheme + var GroupName = "console.openshift.io" + var GroupVersion = schema.GroupVersion + var Install = schemeBuilder.AddToScheme + var SchemeGroupVersion = GroupVersion + func Resource(resource string) schema.GroupResource + type ApplicationMenuSpec struct + ImageURL string + Section string + func (ApplicationMenuSpec) SwaggerDoc() map[string]string + func (in *ApplicationMenuSpec) DeepCopy() *ApplicationMenuSpec + func (in *ApplicationMenuSpec) DeepCopyInto(out *ApplicationMenuSpec) + type AuthorizationType string + const None + const UserToken + type CLIDownloadLink struct + Href string + Text string + func (CLIDownloadLink) SwaggerDoc() map[string]string + func (in *CLIDownloadLink) DeepCopy() *CLIDownloadLink + func (in *CLIDownloadLink) DeepCopyInto(out *CLIDownloadLink) + type ConsoleCLIDownload struct + Spec ConsoleCLIDownloadSpec + func (ConsoleCLIDownload) SwaggerDoc() map[string]string + func (in *ConsoleCLIDownload) DeepCopy() *ConsoleCLIDownload + func (in *ConsoleCLIDownload) DeepCopyInto(out *ConsoleCLIDownload) + func (in *ConsoleCLIDownload) DeepCopyObject() runtime.Object + type ConsoleCLIDownloadList struct + Items []ConsoleCLIDownload + func (ConsoleCLIDownloadList) SwaggerDoc() map[string]string + func (in *ConsoleCLIDownloadList) DeepCopy() *ConsoleCLIDownloadList + func (in *ConsoleCLIDownloadList) DeepCopyInto(out *ConsoleCLIDownloadList) + func (in *ConsoleCLIDownloadList) DeepCopyObject() runtime.Object + type ConsoleCLIDownloadSpec struct + Description string + DisplayName string + Links []CLIDownloadLink + func (ConsoleCLIDownloadSpec) SwaggerDoc() map[string]string + func (in *ConsoleCLIDownloadSpec) DeepCopy() *ConsoleCLIDownloadSpec + func (in *ConsoleCLIDownloadSpec) DeepCopyInto(out *ConsoleCLIDownloadSpec) + type ConsoleExternalLogLink struct + Spec ConsoleExternalLogLinkSpec + func (ConsoleExternalLogLink) SwaggerDoc() map[string]string + func (in *ConsoleExternalLogLink) DeepCopy() *ConsoleExternalLogLink + func (in *ConsoleExternalLogLink) DeepCopyInto(out *ConsoleExternalLogLink) + func (in *ConsoleExternalLogLink) DeepCopyObject() runtime.Object + type ConsoleExternalLogLinkList struct + Items []ConsoleExternalLogLink + func (ConsoleExternalLogLinkList) SwaggerDoc() map[string]string + func (in *ConsoleExternalLogLinkList) DeepCopy() *ConsoleExternalLogLinkList + func (in *ConsoleExternalLogLinkList) DeepCopyInto(out *ConsoleExternalLogLinkList) + func (in *ConsoleExternalLogLinkList) DeepCopyObject() runtime.Object + type ConsoleExternalLogLinkSpec struct + HrefTemplate string + NamespaceFilter string + Text string + func (ConsoleExternalLogLinkSpec) SwaggerDoc() map[string]string + func (in *ConsoleExternalLogLinkSpec) DeepCopy() *ConsoleExternalLogLinkSpec + func (in *ConsoleExternalLogLinkSpec) DeepCopyInto(out *ConsoleExternalLogLinkSpec) + type ConsoleLink struct + Spec ConsoleLinkSpec + func (ConsoleLink) SwaggerDoc() map[string]string + func (in *ConsoleLink) DeepCopy() *ConsoleLink + func (in *ConsoleLink) DeepCopyInto(out *ConsoleLink) + func (in *ConsoleLink) DeepCopyObject() runtime.Object + type ConsoleLinkList struct + Items []ConsoleLink + func (ConsoleLinkList) SwaggerDoc() map[string]string + func (in *ConsoleLinkList) DeepCopy() *ConsoleLinkList + func (in *ConsoleLinkList) DeepCopyInto(out *ConsoleLinkList) + func (in *ConsoleLinkList) DeepCopyObject() runtime.Object + type ConsoleLinkLocation string + const ApplicationMenu + const HelpMenu + const NamespaceDashboard + const UserMenu + type ConsoleLinkSpec struct + ApplicationMenu *ApplicationMenuSpec + Location ConsoleLinkLocation + NamespaceDashboard *NamespaceDashboardSpec + func (ConsoleLinkSpec) SwaggerDoc() map[string]string + func (in *ConsoleLinkSpec) DeepCopy() *ConsoleLinkSpec + func (in *ConsoleLinkSpec) DeepCopyInto(out *ConsoleLinkSpec) + type ConsoleNotification struct + Spec ConsoleNotificationSpec + func (ConsoleNotification) SwaggerDoc() map[string]string + func (in *ConsoleNotification) DeepCopy() *ConsoleNotification + func (in *ConsoleNotification) DeepCopyInto(out *ConsoleNotification) + func (in *ConsoleNotification) DeepCopyObject() runtime.Object + type ConsoleNotificationList struct + Items []ConsoleNotification + func (ConsoleNotificationList) SwaggerDoc() map[string]string + func (in *ConsoleNotificationList) DeepCopy() *ConsoleNotificationList + func (in *ConsoleNotificationList) DeepCopyInto(out *ConsoleNotificationList) + func (in *ConsoleNotificationList) DeepCopyObject() runtime.Object + type ConsoleNotificationLocation string + const BannerBottom + const BannerTop + const BannerTopBottom + type ConsoleNotificationSpec struct + BackgroundColor string + Color string + Link *Link + Location ConsoleNotificationLocation + Text string + func (ConsoleNotificationSpec) SwaggerDoc() map[string]string + func (in *ConsoleNotificationSpec) DeepCopy() *ConsoleNotificationSpec + func (in *ConsoleNotificationSpec) DeepCopyInto(out *ConsoleNotificationSpec) + type ConsolePlugin struct + Spec ConsolePluginSpec + func (ConsolePlugin) SwaggerDoc() map[string]string + func (in *ConsolePlugin) DeepCopy() *ConsolePlugin + func (in *ConsolePlugin) DeepCopyInto(out *ConsolePlugin) + func (in *ConsolePlugin) DeepCopyObject() runtime.Object + type ConsolePluginBackend struct + Service *ConsolePluginService + Type ConsolePluginBackendType + func (ConsolePluginBackend) SwaggerDoc() map[string]string + func (in *ConsolePluginBackend) DeepCopy() *ConsolePluginBackend + func (in *ConsolePluginBackend) DeepCopyInto(out *ConsolePluginBackend) + type ConsolePluginBackendType string + const Service + type ConsolePluginI18n struct + LoadType LoadType + func (ConsolePluginI18n) SwaggerDoc() map[string]string + func (in *ConsolePluginI18n) DeepCopy() *ConsolePluginI18n + func (in *ConsolePluginI18n) DeepCopyInto(out *ConsolePluginI18n) + type ConsolePluginList struct + Items []ConsolePlugin + func (ConsolePluginList) SwaggerDoc() map[string]string + func (in *ConsolePluginList) DeepCopy() *ConsolePluginList + func (in *ConsolePluginList) DeepCopyInto(out *ConsolePluginList) + func (in *ConsolePluginList) DeepCopyObject() runtime.Object + type ConsolePluginProxy struct + Alias string + Authorization AuthorizationType + CACertificate string + Endpoint ConsolePluginProxyEndpoint + func (ConsolePluginProxy) SwaggerDoc() map[string]string + func (in *ConsolePluginProxy) DeepCopy() *ConsolePluginProxy + func (in *ConsolePluginProxy) DeepCopyInto(out *ConsolePluginProxy) + type ConsolePluginProxyEndpoint struct + Service *ConsolePluginProxyServiceConfig + Type ConsolePluginProxyType + func (ConsolePluginProxyEndpoint) SwaggerDoc() map[string]string + func (in *ConsolePluginProxyEndpoint) DeepCopy() *ConsolePluginProxyEndpoint + func (in *ConsolePluginProxyEndpoint) DeepCopyInto(out *ConsolePluginProxyEndpoint) + type ConsolePluginProxyServiceConfig struct + Name string + Namespace string + Port int32 + func (ConsolePluginProxyServiceConfig) SwaggerDoc() map[string]string + func (in *ConsolePluginProxyServiceConfig) DeepCopy() *ConsolePluginProxyServiceConfig + func (in *ConsolePluginProxyServiceConfig) DeepCopyInto(out *ConsolePluginProxyServiceConfig) + type ConsolePluginProxyType string + const ProxyTypeService + type ConsolePluginService struct + BasePath string + Name string + Namespace string + Port int32 + func (ConsolePluginService) SwaggerDoc() map[string]string + func (in *ConsolePluginService) DeepCopy() *ConsolePluginService + func (in *ConsolePluginService) DeepCopyInto(out *ConsolePluginService) + type ConsolePluginSpec struct + Backend ConsolePluginBackend + DisplayName string + I18n ConsolePluginI18n + Proxy []ConsolePluginProxy + func (ConsolePluginSpec) SwaggerDoc() map[string]string + func (in *ConsolePluginSpec) DeepCopy() *ConsolePluginSpec + func (in *ConsolePluginSpec) DeepCopyInto(out *ConsolePluginSpec) + type ConsoleQuickStart struct + Spec ConsoleQuickStartSpec + func (ConsoleQuickStart) SwaggerDoc() map[string]string + func (in *ConsoleQuickStart) DeepCopy() *ConsoleQuickStart + func (in *ConsoleQuickStart) DeepCopyInto(out *ConsoleQuickStart) + func (in *ConsoleQuickStart) DeepCopyObject() runtime.Object + type ConsoleQuickStartList struct + Items []ConsoleQuickStart + func (ConsoleQuickStartList) SwaggerDoc() map[string]string + func (in *ConsoleQuickStartList) DeepCopy() *ConsoleQuickStartList + func (in *ConsoleQuickStartList) DeepCopyInto(out *ConsoleQuickStartList) + func (in *ConsoleQuickStartList) DeepCopyObject() runtime.Object + type ConsoleQuickStartSpec struct + AccessReviewResources []authorizationv1.ResourceAttributes + Conclusion string + Description string + DisplayName string + DurationMinutes int + Icon string + Introduction string + NextQuickStart []string + Prerequisites []string + Tags []string + Tasks []ConsoleQuickStartTask + func (ConsoleQuickStartSpec) SwaggerDoc() map[string]string + func (in *ConsoleQuickStartSpec) DeepCopy() *ConsoleQuickStartSpec + func (in *ConsoleQuickStartSpec) DeepCopyInto(out *ConsoleQuickStartSpec) + type ConsoleQuickStartTask struct + Description string + Review *ConsoleQuickStartTaskReview + Summary *ConsoleQuickStartTaskSummary + Title string + func (ConsoleQuickStartTask) SwaggerDoc() map[string]string + func (in *ConsoleQuickStartTask) DeepCopy() *ConsoleQuickStartTask + func (in *ConsoleQuickStartTask) DeepCopyInto(out *ConsoleQuickStartTask) + type ConsoleQuickStartTaskReview struct + FailedTaskHelp string + Instructions string + func (ConsoleQuickStartTaskReview) SwaggerDoc() map[string]string + func (in *ConsoleQuickStartTaskReview) DeepCopy() *ConsoleQuickStartTaskReview + func (in *ConsoleQuickStartTaskReview) DeepCopyInto(out *ConsoleQuickStartTaskReview) + type ConsoleQuickStartTaskSummary struct + Failed string + Success string + func (ConsoleQuickStartTaskSummary) SwaggerDoc() map[string]string + func (in *ConsoleQuickStartTaskSummary) DeepCopy() *ConsoleQuickStartTaskSummary + func (in *ConsoleQuickStartTaskSummary) DeepCopyInto(out *ConsoleQuickStartTaskSummary) + type ConsoleYAMLSample struct + Spec ConsoleYAMLSampleSpec + func (ConsoleYAMLSample) SwaggerDoc() map[string]string + func (in *ConsoleYAMLSample) DeepCopy() *ConsoleYAMLSample + func (in *ConsoleYAMLSample) DeepCopyInto(out *ConsoleYAMLSample) + func (in *ConsoleYAMLSample) DeepCopyObject() runtime.Object + type ConsoleYAMLSampleDescription string + type ConsoleYAMLSampleList struct + Items []ConsoleYAMLSample + func (ConsoleYAMLSampleList) SwaggerDoc() map[string]string + func (in *ConsoleYAMLSampleList) DeepCopy() *ConsoleYAMLSampleList + func (in *ConsoleYAMLSampleList) DeepCopyInto(out *ConsoleYAMLSampleList) + func (in *ConsoleYAMLSampleList) DeepCopyObject() runtime.Object + type ConsoleYAMLSampleSpec struct + Description ConsoleYAMLSampleDescription + Snippet bool + TargetResource metav1.TypeMeta + Title ConsoleYAMLSampleTitle + YAML ConsoleYAMLSampleYAML + func (ConsoleYAMLSampleSpec) SwaggerDoc() map[string]string + func (in *ConsoleYAMLSampleSpec) DeepCopy() *ConsoleYAMLSampleSpec + func (in *ConsoleYAMLSampleSpec) DeepCopyInto(out *ConsoleYAMLSampleSpec) + type ConsoleYAMLSampleTitle string + type ConsoleYAMLSampleYAML string + type Link struct + Href string + Text string + func (Link) SwaggerDoc() map[string]string + func (in *Link) DeepCopy() *Link + func (in *Link) DeepCopyInto(out *Link) + type LoadType string + const Empty + const Lazy + const Preload + type NamespaceDashboardSpec struct + NamespaceSelector *metav1.LabelSelector + Namespaces []string + func (NamespaceDashboardSpec) SwaggerDoc() map[string]string + func (in *NamespaceDashboardSpec) DeepCopy() *NamespaceDashboardSpec + func (in *NamespaceDashboardSpec) DeepCopyInto(out *NamespaceDashboardSpec)