Documentation
¶
Index ¶
- type Data
- type Labels
- type PodStatus
- func (podStatus *PodStatus) GenComponentState(component *cptype.Component) error
- func (podStatus *PodStatus) Init(ctx servicehub.Context) error
- func (podStatus *PodStatus) Render(ctx context.Context, c *cptype.Component, s cptype.Scenario, ...) error
- func (podStatus *PodStatus) Transfer(component *cptype.Component)
- type Props
- type State
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"`
Data Data `json:"data,omitempty"`
Props Props `json:"props"`
State State `json:"state,omitempty"`
}
func (*PodStatus) GenComponentState ¶
Click to show internal directories.
Click to hide internal directories.