# Functions
HasSensitiveInfo returns true if the supplied object has sensitive data that might need to be hidden.
HideSensitiveInfo creates a new object for secrets where secret values have been replaced with stable strings that can still be diff-ed.
HideSensitiveLocalInfo is like HideSensitiveInfo but for local objects.
StatusFuncFor returns the status function for the specified object or nil if a status function does not exist for it.
# Structs
RolloutStatus is the opaque rollout status of an object.
# Type aliases
RolloutStatusFunc returns the rollout status for the supplied object.