Documentation
¶
Index ¶
Constants ¶
View Source
const ( Unknown = Platform("Unknown") Kubernetes = Platform("Kubernetes") OpenShift = Platform("OpenShift") HyperShift = Platform("HyperShift") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterOperatorsGetter ¶ added in v0.22.0
type ClusterOperatorsGetter interface {
Get(ctx context.Context, name string, opts metav1.GetOptions) (*ocpconfigv1.ClusterOperator, error)
}
type ClusterVersionsLister ¶ added in v0.22.0
type ClusterVersionsLister interface {
List(ctx context.Context, opts metav1.ListOptions) (*ocpconfigv1.ClusterVersionList, error)
}
type Environment ¶ added in v0.22.0
type Environment struct {
deployer.Environment
DiscCli discovery.ServerVersionInterface
COGetter ClusterOperatorsGetter
CVLister ClusterVersionsLister
InfraGetter InfrastructuresGetter
}
func (*Environment) EnsureClient ¶ added in v0.22.0
func (env *Environment) EnsureClient() error
type InfrastructuresGetter ¶ added in v0.22.0
type InfrastructuresGetter interface {
Get(ctx context.Context, name string, options metav1.GetOptions) (*ocpconfigv1.Infrastructure, error)
}
type Version ¶ added in v0.7.0
type Version string
const MissingVersion Version = ""
func ParseVersion ¶ added in v0.7.0
func (Version) AtLeastString ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.