# Packages
Package kubernetes taken from https://github.com/micro/go-micro/blob/master/debug/log/kubernetes/kubernetes.go There are some modifications compared to the other files as this package doesn't provide write functionality.
Package local provides a local runtime.
No description provided by the author
# Functions
CreateImage sets the image to use.
CreateType sets the type of service to create.
LogsExistingCount confiures how many existing lines to show.
LogsStream configures whether to stream new lines.
NewRuntime creates new local runtime and returns it.
ReadService returns services with the given name.
ReadType returns services of the given type.
ReadVersion confifgures service version.
WithArgs specifies the command to execute.
WithCommand specifies the command to execute.
WithEnv sets the created service environment.
WithImage sets the image to use.
WithOutput sets the arg output.
WithRetries sets the max retries attemps.
WithScheduler specifies a scheduler for updates.
WithSource sets the base image / repository.
WithType sets the service type to manage.
# Variables
DefaultName is default runtime service name.
DefaultRuntime is default micro runtime.
No description provided by the author
# Structs
CreateOptions configure runtime services.
Event is notification event.
No description provided by the author
LogsOptions configure runtime logging.
Options configure runtime.
ReadOptions queries runtime services.
Service is runtime service.
# Type aliases
No description provided by the author
EventType defines schedule event.
LogsOption configures runtime logging.
No description provided by the author
No description provided by the author