type StatusViewer …
func StatusViewerFor(kind schema.GroupKind) (StatusViewer, error) { … }
type DeploymentStatusViewer …
type DaemonSetStatusViewer …
type StatefulSetStatusViewer …
func (s *DeploymentStatusViewer) Status(obj runtime.Unstructured, revision int64) (string, bool, error) { … }
func (s *DaemonSetStatusViewer) Status(obj runtime.Unstructured, revision int64) (string, bool, error) { … }
func (s *StatefulSetStatusViewer) Status(obj runtime.Unstructured, revision int64) (string, bool, error) { … }