Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RequiredApi = RequiredApiSpec{ // contains filtered or unexported fields }
Functions ¶
This section is empty.
Types ¶
type ApiServerSpec ¶
type ApiServerSpec struct { Version string // Set to the kubernetes version of the API Server Openshift4 bool // set to true if running on openshift 4 ImageStreams bool // Set to true if the API Server supports imagestreams Routes bool // Set to true if the API Server supports routes EmbeddedProvider bool // Set to true if the API Server support an embedded authenticaion provider, eg. openshift OlmSupport bool // Set to true if the API Server supports an Operation-Lifecyle-Manager ConsoleLink bool // Set to true if the API Server support the openshift console link API }
func ApiCapabilities ¶
func ApiCapabilities(clientTools *clienttools.ClientTools) (*ApiServerSpec, error)
* For testing the given platform's capabilities
type RequiredApiSpec ¶
type RequiredApiSpec struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.