Versions in this module Expand all Collapse all v0 v0.4.24 Oct 8, 2019 Changes in this version + type StackStateDiff struct + DaemonsetsToAdd []appstypes.DaemonSet + DaemonsetsToDelete []appstypes.DaemonSet + DaemonsetsToUpdate []appstypes.DaemonSet + DeploymentsToAdd []appstypes.Deployment + DeploymentsToDelete []appstypes.Deployment + DeploymentsToUpdate []appstypes.Deployment + ServicesToAdd []coretypes.Service + ServicesToDelete []coretypes.Service + ServicesToUpdate []coretypes.Service + StatefulsetsToAdd []appstypes.StatefulSet + StatefulsetsToDelete []appstypes.StatefulSet + StatefulsetsToUpdate []appstypes.StatefulSet + func ComputeDiff(current, desired *stackresources.StackState) *StackStateDiff + func (d *StackStateDiff) Empty() bool