Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeWindow ¶
func TimeWindowFromResource ¶
func TimeWindowFromResource(ctx context.Context, r UpgradeableResource) *TimeWindow
type UpgradeableResource ¶
type UpgradeableResource interface { // Entropy returns a unique and random source of entropy from // the resources. Entropy() []byte // UpgradeSpec is the upgrade specification. UpgradeSpec() *unikornv1.ApplicationBundleAutoUpgradeSpec }
UpgradeableResource is a resource type that allows upgrades.
func NewForcedUpgradeResource ¶
func NewForcedUpgradeResource(r UpgradeableResource) UpgradeableResource
Click to show internal directories.
Click to hide internal directories.