Versions in this module Expand all Collapse all v0 v0.17.0 Dec 5, 2025 Changes in this version + const KindCronJob + const KindDaemonSet + const KindDeployment + const KindJob + const KindNamespace + const KindNode + const KindPod + const KindReplicaSet + const KindReplicationController + const KindStatefulSet + type Container struct + Image string + Name string + type ContainerStatus struct + ContainerID string + Image string + ImageID string + Name string + type Image struct + Arch string + Digest string + ImageID string + Name string + RepositoryURL string + Tag string + type ImageReference struct + Digest string + Name string + Reference string + Registry string + Tag string + func ParseImageReference(image string) (ImageReference, error) + func (ir ImageReference) Identifier() string + func (ir ImageReference) String() string + type Item struct + ApiVersion string + Kind string + Metadata struct{ ... } + Spec struct{ ... } + Status struct{ ... } + type KubectlSnapshot struct + ApiVersion string + Items []Item + type NodeInfo struct + Architecture string + BootID string + ContainerRuntimeVersion string + KernelVersion string + KubeProxyVersion string + KubeletVersion string + MachineID string + OperatingSystem string + OsImage string + SystemUUID string + type OwnerReference struct + ApiVersion string + BlockOwnerDeletion bool + Controller bool + Kind string + Name string + Uid string + type Resource struct + Arch string + ContainerRuntimeVersion string + Id string + Images []Image + Kind string + Labels map[string]string + Name string + Namespace string + NodeName string + OsImage string + type Snapshot struct + Resources []Resource + func ParseKubetclSnapshot(bs []byte) (*Snapshot, error)