Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSeedAdditionalTrustBundleState ¶
func GetSeedAdditionalTrustBundleState(ctx context.Context, client runtimeclient.Client) (*seedclusterinfo.AdditionalTrustBundle, error)
Types ¶
type SeedCreator ¶
type SeedCreator struct {
// contains filtered or unexported fields
}
SeedCreator TODO: move params to Options
func NewSeedCreator ¶
func NewSeedCreator(client runtime.Client, log *logrus.Logger, ops ops.Ops, ostreeClient *ostree.Client, backupDir, kubeconfig, containerRegistry, authFile, recertContainerImage string, recertSkipValidation bool) *SeedCreator
NewSeedCreator is a constructor function for SeedCreator
func (*SeedCreator) CreateSeedImage ¶
func (s *SeedCreator) CreateSeedImage() error
CreateSeedImage comprises the lca-cli workflow for creating a single OCI seed image
Click to show internal directories.
Click to hide internal directories.