Versions in this module Expand all Collapse all v0 v0.4.24 Oct 8, 2019 Changes in this version + var EmptyStackState = &StackState + func ObjKey(namespace, name string) string + type StackState struct + Daemonsets map[string]appstypes.DaemonSet + Deployments map[string]appstypes.Deployment + Services map[string]coretypes.Service + Statefulsets map[string]appstypes.StatefulSet + func NewStackState(objects ...interface{}) (*StackState, error) + func (s *StackState) FlattenResources() []interface{}