package
2.9.1
Repository: https://github.com/micro/go-micro.git
Documentation: pkg.go.dev

# 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

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.

# Constants

Create is emitted when a new build has been craeted.
Delete is emitted when a build has been deleted.
Update is emitted when a new update become available.

# 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

# Interfaces

Stream returns a log stream.
Runtime is a service runtime manager.
Scheduler is a runtime service scheduler.

# 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