# Packages
Package kubernetes taken from https://github.com/crypto-zero/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
CreateContext sets the context.
CreateImage sets the image to use.
CreateNamespace sets the namespace.
CreateType sets the type of service to create.
DeleteContext sets the context.
DeleteNamespace sets the namespace.
LogsContext sets the context.
LogsExistingCount confiures how many existing lines to show.
LogsNamespace sets the namespace.
LogsStream configures whether to stream new lines.
NewRuntime creates new local runtime and returns it.
ReadContext sets the context.
ReadNamespace sets the namespace.
ReadService returns services with the given name.
ReadType returns services of the given type.
ReadVersion confifgures service version.
UpdateContext sets the context.
UpdateNamespace sets the namespace.
WithArgs specifies the command to execute.
WithClient sets the client to use.
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.
No description provided by the author
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.
No description provided by the author
# Type aliases
No description provided by the author
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
No description provided by the author