package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Oct 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Info struct {
Name string `db:"name"`
Namespace string `db:"namespace"`
CreationTimestamp time.Time `db:"creation_ts"`
Labels map[string]string `db:"labels"`
CurrentReplicas int32 `db:"current_replicas"`
DesiredReplicas int32 `db:"desired_replicas"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.