Documentation ¶
Index ¶
- type AROController
- func (c *AROController) AllowRebootCausingReconciliation(ctx context.Context, instance *arov1alpha1.Cluster) (bool, error)
- func (c *AROController) ClearConditions(ctx context.Context)
- func (c *AROController) ClearDegraded(ctx context.Context)
- func (c *AROController) ClearProgressing(ctx context.Context)
- func (c *AROController) GetCluster(ctx context.Context) (*arov1alpha1.Cluster, error)
- func (c *AROController) IsClusterUpgrading(ctx context.Context) (bool, error)
- func (c *AROController) SetConditions(ctx context.Context, cnds ...*operatorv1.OperatorCondition)
- func (c *AROController) SetDegraded(ctx context.Context, err error)
- func (c *AROController) SetProgressing(ctx context.Context, message string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AROController ¶
func (*AROController) AllowRebootCausingReconciliation ¶
func (c *AROController) AllowRebootCausingReconciliation(ctx context.Context, instance *arov1alpha1.Cluster) (bool, error)
func (*AROController) ClearConditions ¶
func (c *AROController) ClearConditions(ctx context.Context)
func (*AROController) ClearDegraded ¶
func (c *AROController) ClearDegraded(ctx context.Context)
func (*AROController) ClearProgressing ¶
func (c *AROController) ClearProgressing(ctx context.Context)
func (*AROController) GetCluster ¶
func (c *AROController) GetCluster(ctx context.Context) (*arov1alpha1.Cluster, error)
func (*AROController) IsClusterUpgrading ¶
func (c *AROController) IsClusterUpgrading(ctx context.Context) (bool, error)
func (*AROController) SetConditions ¶
func (c *AROController) SetConditions(ctx context.Context, cnds ...*operatorv1.OperatorCondition)
func (*AROController) SetDegraded ¶
func (c *AROController) SetDegraded(ctx context.Context, err error)
func (*AROController) SetProgressing ¶
func (c *AROController) SetProgressing(ctx context.Context, message string)
Click to show internal directories.
Click to hide internal directories.