package
0.0.0-20210929134506-8fd29ad8f0d9
Repository: https://github.com/kok-stack/native-kubelet.git
Documentation: pkg.go.dev

# README

Follow these steps to be accepted as a provider within the Virtual Kubelet repo.

  1. Replicate the life-cycle of a pod for example creation and deletion of a pod and how that maps to your service.
  2. Create a new provider folder with a descriptive name and the necessary code.
  3. When committing your code add a README.md, helm chart, dockerfile and specify a maintainer of the provider.
  4. Within the PR itself add a justification for why the provider should be accepted, as well as customer use cases if applicable.

Some providers are translations of Virtual Kubelet to allow others to adapt their service or applications that are written in other languages.

# Packages

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

# Functions

No description provided by the author

# Constants

OperatingSystemLinux is the configuration value for defining Linux.
OperatingSystemWindows is the configuration value for defining Windows.

# Variables

ValidOperatingSystems defines the group of operating systems that can be used as a kubelet node.

# Structs

InitConfig is the config passed to initialize a registered provider.
Store is used for registering/fetching providers.

# Interfaces

PodMetricsProvider is an optional interface that providers can implement to expose pod stats.
Provider contains the methods required to implement a virtual-kubelet provider.

# Type aliases

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