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 (*Client) DeletePolicy ¶
func (c *Client) DeletePolicy(policy v1alpha1.AlertPolicy) error
func (*Client) GetPolicy ¶
func (c *Client) GetPolicy(name types.NamespacedName) (*v1alpha1.AlertPolicy, error)
func (*Client) SetFinalizer ¶
func (c *Client) SetFinalizer(policy v1alpha1.AlertPolicy) error
func (*Client) UpdatePolicyStatus ¶
func (c *Client) UpdatePolicyStatus(policy *v1alpha1.AlertPolicy) error
Click to show internal directories.
Click to hide internal directories.