Documentation ¶
Index ¶
- func MatchRow(values ...interface{}) types.GomegaMatcher
- type OCMEnvironment
- func (e *OCMEnvironment) APIServerURL() string
- func (e *OCMEnvironment) AddAddonRoutes() error
- func (e *OCMEnvironment) AddClusterRoutes() error
- func (e *OCMEnvironment) Addons() []*cmv1.AddOn
- func (e *OCMEnvironment) CleanUp() error
- func (e *OCMEnvironment) Clusters() []*cmv1.Cluster
- func (e *OCMEnvironment) Config() string
- func (e *OCMEnvironment) Option(opt OCMEnvironmentOption) error
- func (e *OCMEnvironment) SSOServerURL() string
- type OCMEnvironmentOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchRow ¶
func MatchRow(values ...interface{}) types.GomegaMatcher
Types ¶
type OCMEnvironment ¶
type OCMEnvironment struct {
// contains filtered or unexported fields
}
func NewOCMEnvironment ¶
func NewOCMEnvironment(opts ...OCMEnvironmentOption) (*OCMEnvironment, error)
func (*OCMEnvironment) APIServerURL ¶
func (e *OCMEnvironment) APIServerURL() string
func (*OCMEnvironment) AddAddonRoutes ¶
func (e *OCMEnvironment) AddAddonRoutes() error
func (*OCMEnvironment) AddClusterRoutes ¶
func (e *OCMEnvironment) AddClusterRoutes() error
func (*OCMEnvironment) Addons ¶
func (e *OCMEnvironment) Addons() []*cmv1.AddOn
func (*OCMEnvironment) CleanUp ¶
func (e *OCMEnvironment) CleanUp() error
func (*OCMEnvironment) Clusters ¶
func (e *OCMEnvironment) Clusters() []*cmv1.Cluster
func (*OCMEnvironment) Config ¶
func (e *OCMEnvironment) Config() string
func (*OCMEnvironment) Option ¶
func (e *OCMEnvironment) Option(opt OCMEnvironmentOption) error
func (*OCMEnvironment) SSOServerURL ¶
func (e *OCMEnvironment) SSOServerURL() string
type OCMEnvironmentOption ¶
type OCMEnvironmentOption func(e *OCMEnvironment) error
func OCMEnvironmentAddons ¶
func OCMEnvironmentAddons(addons ...*cmv1.AddOn) OCMEnvironmentOption
func OCMEnvironmentClusters ¶
func OCMEnvironmentClusters(clusters ...*cmv1.Cluster) OCMEnvironmentOption
func OCMEnvironmentSSOServer ¶
func OCMEnvironmentSSOServer(serv *ghttp.Server) OCMEnvironmentOption
Click to show internal directories.
Click to hide internal directories.