package
2.0.0-rc1
Repository: https://github.com/eclipse-iofog/iofog-kubelet.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
InstrumentHandler wraps an http.Handler and injects instrumentation into the request context.
New creates a new iofog-kubelet server.
NewPodController returns a new instance of PodController.
NotFound provides a handler for cases where the requested endpoint doesn't exist.
NotImplemented provides a handler for cases where a provider does not implement a given API.

# Constants

ReasonFailedToReadMandatoryConfigMap is the reason used in events emitted when an mandatory configmap could not be read.
ReasonFailedToReadMandatorySecret is the reason used in events emitted when an mandatory secret could not be read.
ReasonFailedToReadOptionalConfigMap is the reason used in events emitted when an optional configmap could not be read.
ReasonFailedToReadOptionalSecret is the reason used in events emitted when an optional secret could not be read.
ReasonInvalidEnvironmentVariableNames is the reason used in events emitted when a configmap/secret referenced in a ".spec.containers[*].envFrom" field contains invalid environment variable names.
ReasonMandatoryConfigMapKeyNotFound is the reason used in events emitted when an mandatory configmap key is not found.
ReasonMandatoryConfigMapNotFound is the reason used in events emitted when an mandatory configmap is not found.
ReasonMandatorySecretKeyNotFound is the reason used in events emitted when an mandatory secret key is not found.
ReasonMandatorySecretNotFound is the reason used in events emitted when an mandatory secret is not found.
ReasonOptionalConfigMapKeyNotFound is the reason used in events emitted when an optional configmap key is not found.
ReasonOptionalConfigMapNotFound is the reason used in events emitted when an optional configmap is not found.
ReasonOptionalSecretKeyNotFound is the reason used in events emitted when an optional secret key is not found.
ReasonOptionalSecretNotFound is the reason used in events emitted when an optional secret is not found.

# Structs

Config is used to configure a new server.
PodController is the controller implementation for Pod resources.
Server masquarades itself as a kubelet and allows for the virtual node to be backed by non-vm/node providers.

# Interfaces

ServeMux defines an interface used to attach routes to an existing http serve mux.