PodStatus

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PodStatus

type PodStatus struct {
	base.DefaultProvider

	Type  string `json:"type,omitempty"`
	Props Props  `json:"props"`
	State State  `json:"state,omitempty"`
}

func (*PodStatus) GenComponentState

func (podStatus *PodStatus) GenComponentState(c *cptype.Component) error

func (*PodStatus) Init

func (podStatus *PodStatus) Init(ctx servicehub.Context) error

func (*PodStatus) Render

func (*PodStatus) Transfer

func (podStatus *PodStatus) Transfer(c *cptype.Component)

type Props

type Props struct {
	Text      string `json:"text,omitempty"`
	Status    string `json:"status,omitempty"`
	Breathing bool   `json:"breathing"`
}

type State

type State struct {
	ClusterName string `json:"clusterName,omitempty"`
	PodID       string `json:"podId,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL