Documentation ¶
Index ¶
Constants ¶
View Source
const ( NoWatch = "NoWatch" NoEvents = "NoEvents" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventClient ¶
type EventClient struct {
// contains filtered or unexported fields
}
func NewEventClient ¶
func NewEventClient(kubeClient client.Client) *EventClient
func (*EventClient) DumpEvents ¶
func (c *EventClient) DumpEvents(ctx context.Context) error
type NodeClaimController ¶
type NodeClaimController struct {
// contains filtered or unexported fields
}
func NewNodeClaimController ¶
func NewNodeClaimController(kubeClient client.Client) *NodeClaimController
func (*NodeClaimController) GetInfo ¶
func (c *NodeClaimController) GetInfo(nc *karpv1.NodeClaim) string
type NodeController ¶
type NodeController struct {
// contains filtered or unexported fields
}
func NewNodeController ¶
func NewNodeController(kubeClient client.Client) *NodeController
type PodController ¶
type PodController struct {
// contains filtered or unexported fields
}
func NewPodController ¶
func NewPodController(kubeClient client.Client) *PodController
Click to show internal directories.
Click to hide internal directories.