Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(backplaneClient backplaneapi.ClientInterface, clusterID string) *Client
NewClient creates a new backplane client
func (*Client) RunManagedJobWithClient ¶
func (c *Client) RunManagedJobWithClient(canonicalName string, parameters map[string]string, timeoutSeconds int) (*ManagedJobResult, error)
RunManagedJobWithClient executes a managedscript (with a specified timeout) on the cluster and returns the result
type ManagedJobResult ¶
Click to show internal directories.
Click to hide internal directories.