Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Creator ¶
type Creator struct {
// contains filtered or unexported fields
}
Creator creates cloud resources.
type Terminator ¶
type Terminator struct {
// contains filtered or unexported fields
}
Terminator deletes cloud provider resources.
type Upgrader ¶
type Upgrader struct {
// contains filtered or unexported fields
}
Upgrader handles upgrading the cluster's components using the CLI.
func NewUpgrader ¶
NewUpgrader returns a new Upgrader.
func (*Upgrader) GetCurrentImage ¶
func (u *Upgrader) GetCurrentImage(ctx context.Context) (*unstructured.Unstructured, string, error)
GetCurrentImage returns the currently used image of the cluster.
type Validator ¶
type Validator struct {
// contains filtered or unexported fields
}
func NewValidator ¶
func (*Validator) UpdateInitPCRs ¶
Click to show internal directories.
Click to hide internal directories.