package
0.0.0-20220812090954-57dc9257a988
Repository: https://github.com/elchead/k8s-cluster-simulator.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewPod creates a pod with the given v1.Pod, the clock at which the pod was bound to a node, and the pod's status.

# Constants

Deleted indicates that the pod has been deleted from the cluster.
Ok indicates that the pod has been successfully started on a node.
OverCapacity indicates that the pod failed to start due to over capacity.

# Structs

Metrics is a metrics of a pod at one time point.
Pod represents a simulated pod.

# Type aliases

Status represents status of a Pod.