Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerInfo ¶
type ContainerInfo struct {
Namespace string `json:"namespace"`
Pod string `json:"pod"`
Container string `json:"container"`
ContainerID string `json:"containerID"`
Image string `json:"image"`
ImageID string `json:"imageID"`
}
ContainerInfo represents the reference to a running container
type Result ¶
type Result struct {
Hash string `json:"hash"`
Containers []ContainerInfo `json:"containers"`
Verification *vcn.BlockchainVerification `json:"verification,omitempty"`
Errors []string `json:"errors,omitempty"`
}
Result represents a watcher inspection of a container
Click to show internal directories.
Click to hide internal directories.