cloudformation

package
v0.0.0-...-df23a76 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HumanizeResourceEvents

func HumanizeResourceEvents(orderedTexts []progress.Text, resourceEvents []deploy.ResourceEvent, matcher map[progress.Text]ResourceMatcher, wantedCount map[progress.Text]int) []progress.TabRow

HumanizeResourceEvents groups raw deploy events under human-friendly tab-separated texts that can be passed into the Events() method. Every text to display starts with status in progress. For every resource event that belongs to a text, we preserve failure events if there was one. Otherwise, the text remains in progress until the expected number of resources reach the complete status.

Types

type ResourceMatcher

type ResourceMatcher func(deploy.Resource) bool

ResourceMatcher is a function that returns true if the resource event matches a criteria.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL