PodStatus

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2021 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 Data

type Data struct {
	Labels Labels `json:"labels,omitempty"`
}

type Labels

type Labels struct {
	Label string `json:"label,omitempty"`
	Color string `json:"color,omitempty"`
}

type PodStatus

type PodStatus struct {
	base.DefaultProvider

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

func (*PodStatus) GenComponentState

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

func (*PodStatus) Init

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

func (*PodStatus) Render

func (*PodStatus) Transfer

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

type Props

type Props struct {
	IsLoadMore bool   `json:"isLoadMore,omitempty"`
	Size       string `json:"size,omitempty"`
}

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