Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterUpgrade ¶
type ClusterUpgrade struct {
// contains filtered or unexported fields
}
func NewClusterUpgrade ¶
func NewClusterUpgrade(mgmtClient, childClient crclient.Client, namespace, name, newTemplate string, validator Validator) ClusterUpgrade
func (*ClusterUpgrade) Run ¶
func (v *ClusterUpgrade) Run(ctx context.Context)
func (*ClusterUpgrade) Validate ¶
func (v *ClusterUpgrade) Validate(ctx context.Context)
type Validator ¶
type Validator struct {
// contains filtered or unexported fields
}
func NewDefaultClusterValidator ¶
func NewDefaultClusterValidator() Validator
Click to show internal directories.
Click to hide internal directories.