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.
func (*Terminator) Terminate ¶
func (t *Terminator) Terminate(ctx context.Context, state state.ConstellationState) error
Terminate deletes the could provider resources defined in the constellation state.
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.