Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Framework *clustertest.Framework IsUpgade bool ClusterReady []func(client *clustertestclient.Client) }
Client is the client responsible for handling standing up a given cluster
func New ¶
func New(framework *clustertest.Framework, isUpgrade bool, clusterReadyChecks ...func(client *clustertestclient.Client)) *Client
New builds a new standup client
func (*Client) Standup ¶
func (c *Client) Standup(cluster *application.Cluster) (*application.Cluster, error)
Standup takes in a Cluster app and applies it to the Management Cluster. After applying it checks for the cluster being ready and usable.
Click to show internal directories.
Click to hide internal directories.