Versions in this module Expand all Collapse all v0 v0.7.3 Jul 23, 2019 Changes in this version + func HasSensitiveInfo(obj *unstructured.Unstructured) bool + func HideSensitiveInfo(obj *unstructured.Unstructured) (*unstructured.Unstructured, bool) + func HideSensitiveLocalInfo(in model.K8sLocalObject) (model.K8sLocalObject, bool) + type RolloutStatus struct + Description string + Done bool + type RolloutStatusFunc func(obj *unstructured.Unstructured, revision int64) (status *RolloutStatus, err error) + func StatusFuncFor(obj model.K8sMeta) RolloutStatusFunc