Documentation ¶
Index ¶
Constants ¶
View Source
const ( INTENT_SOURCE = iota REALITY_SOURCE )
Variables ¶
This section is empty.
Functions ¶
func AddKVPToMap ¶
Types ¶
type LaunchableVersion ¶
type LaunchableVersion struct { Location string `json:"location,omitempty"` Version launch.LaunchableVersion `json:"version,omitempty"` }
type NodePodStatus ¶
type NodePodStatus struct { NodeName types.NodeName `json:"node,omitempty"` PodId types.PodID `json:"pod,omitempty"` IntentManifestSHA string `json:"intent_manifest_sha"` RealityManifestSHA string `json:"reality_manifest_sha"` IntentVersions map[launch.LaunchableID]LaunchableVersion `json:"intent_versions,omitempty"` RealityVersions map[launch.LaunchableID]LaunchableVersion `json:"reality_versions,omitempty"` Health health.HealthState `json:"health,omitempty"` // These fields are kept for backwards compatibility with tools that // parse the output of p2-inspect. intent_versions and reality_versions // are preferred since those handle multiple versions of manifest syntax IntentLocations []string `json:"intent_locations"` RealityLocations []string `json:"reality_locations"` }
Click to show internal directories.
Click to hide internal directories.