Documentation ¶
Index ¶
Constants ¶
View Source
const ( OpenShiftOAuthAPIPrefix = "/oauth" AuthorizePath = "/authorize" TokenPath = "/token" )
View Source
const (
OpenShiftWebConsoleClientID = "openshift-web-console"
)
Variables ¶
This section is empty.
Functions ¶
func WithAssetServerRedirect ¶
If we know the location of the asset server, redirect to it when / is requested and the Accept header supports text/html This should *only* be hit with browser, so just unconditionally redirect
Types ¶
type AssetServer ¶
type AssetServer struct { GenericAPIServer *genericapiserver.GenericAPIServer PublicURL url.URL }
AssetServer serves non-API endpoints for openshift.
type AssetServerConfig ¶
type AssetServerConfig struct { GenericConfig *genericapiserver.RecommendedConfig ExtraConfig ExtraConfig }
func NewAssetServerConfig ¶
func NewAssetServerConfig(assetConfig v1.WebConsoleConfiguration) (*AssetServerConfig, error)
func (*AssetServerConfig) Complete ¶
func (c *AssetServerConfig) Complete() completedConfig
Complete fills in any fields not set that are required to have valid data. It's mutating the receiver.
type CompletedConfig ¶
type CompletedConfig struct {
// contains filtered or unexported fields
}
func (CompletedConfig) New ¶
func (c CompletedConfig) New(delegationTarget genericapiserver.DelegationTarget) (*AssetServer, error)
type ExtraConfig ¶
type ExtraConfig struct { Options v1.WebConsoleConfiguration PublicURL url.URL }
Click to show internal directories.
Click to hide internal directories.