PodDistribution

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: 10 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 {
	Total int    `json:"total"`
	Lists []List `json:"list"`
}

type List

type List struct {
	Color string `json:"color"`
	Tip   string `json:"tip"`
	Value int    `json:"value"`
	Label string `json:"label"`
}

type PodDistribution

type PodDistribution struct {
	base.DefaultProvider

	Props Props  `json:"props"`
	Data  Data   `json:"data"`
	Type  string `json:"type"`
}

func (*PodDistribution) ParsePodStatus

func (pd *PodDistribution) ParsePodStatus(ctx context.Context, state string, cnt int) List

func (*PodDistribution) Render

func (*PodDistribution) Transfer

func (pd *PodDistribution) Transfer(component *cptype.Component)

type Props

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

Jump to

Keyboard shortcuts

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