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

# Structs

DeleteEvent represents an event of deleting a pod from a cluster.
No description provided by the author
SubmitEvent represents an event of submitting a pod to a cluster.
TerminateSubmitterEvent represents an event of terminating the submission process.
UpdateEvent represents an event of updating the manifest of a pending pod.

# Interfaces

Event defines the interface of a submitter event.
Submitter defines the submitter interface.