package
Version:
v1.44.0
Opens a new window with list of versions in this module.
Published: Jun 11, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AppStatus struct {
AppID string `json:"appId"`
UpdatedAt time.Time `json:"updatedAt"`
ResourceStates []ResourceState `json:"resourceStates"`
State State `json:"state"`
Sequence int64 `json:"sequence"`
}
type ResourceState struct {
Kind string `json:"kind"`
Name string `json:"name"`
Namespace string `json:"namespace"`
State State `json:"state"`
}
const (
StateReady State = "ready"
StateDegraded State = "degraded"
StateUnavailable State = "unavailable"
StateMissing State = "missing"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.