Documentation
¶
Index ¶
- type Client
- func (c *Client) AllocateNodes(man manifest.Manifest, nodeSelector klabels.Selector, nodesRequested int) ([]types.NodeName, error)
- func (c *Client) DeallocateNodes(selector klabels.Selector, nodes []types.NodeName) error
- func (c *Client) EligibleNodes(man manifest.Manifest, sel klabels.Selector) ([]types.NodeName, error)
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(conn *grpc.ClientConn) Client
func (*Client) AllocateNodes ¶
func (*Client) DeallocateNodes ¶
Click to show internal directories.
Click to hide internal directories.