package
1.9.0-alpha.1
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewImageStore creates an image storage that allows CRUD operations for images.
NewPodSandboxManager creates a PodSandboxManager.
NewRuntime creates a container.Runtime instance using the Runtime.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
TODO(tmrts): Move these errors to the container API for code re-use.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
ImageStore supports CRUD operations for images.
TODO(tmrts): fill the image store configuration fields.
PodSandboxManager provides basic operations to create/delete and examine the pod sandboxes in a blocking manner.
TODO(tmrts): Fill the configuration struct fields.
Runtime provides an API for lifecycle, inspection and introspection operations in a blocking manner using the App level API provided by rkt.
TODO(tmrts): Fill out the creation configuration fields.