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 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 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 + Authorize bool + CACertificate string + Service ConsolePluginProxyServiceConfig + Type ConsolePluginProxyType + func (ConsolePluginProxy) SwaggerDoc() map[string]string + func (in *ConsolePluginProxy) DeepCopy() *ConsolePluginProxy + func (in *ConsolePluginProxy) DeepCopyInto(out *ConsolePluginProxy) + 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 + DisplayName string + Proxy []ConsolePluginProxy + Service ConsolePluginService + func (ConsolePluginSpec) SwaggerDoc() map[string]string + func (in *ConsolePluginSpec) DeepCopy() *ConsolePluginSpec + func (in *ConsolePluginSpec) DeepCopyInto(out *ConsolePluginSpec)