Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MGMTConfig ¶
type MGMTConfig struct { *ibuconfig.IBUConfig SeedImage string `envconfig:"ECO_LCA_IBU_MGMT_SEED_IMAGE" default:"quay.io/ocp-edge-qe/ib-seedimage-public:ci"` SeedClusterInfo *seedimage.SeedImageContent IBUWorkloadImage string `` /* 181-byte string literal not displayed */ IdlePostUpgrade bool `envconfig:"ECO_LCA_IBU_MGMT_IDLE_POST_UPGRADE" default:"false"` RollbackAfterUpgrade bool `envconfig:"ECO_LCA_IBU_MGMT_ROLLBACK_AFTER_UPGRADE" default:"false"` ExtraManifests bool `envconfig:"ECO_LCA_IBU_MGMT_EXTRA_MANIFESTS" default:"true"` }
MGMTConfig type contains mgmt configuration.
func NewMGMTConfig ¶
func NewMGMTConfig() *MGMTConfig
NewMGMTConfig returns instance of MGMTConfig type.
Click to show internal directories.
Click to hide internal directories.