Files
client-go/examples
Marc Sluiter 83b93de35a run update-bazel.sh
Kubernetes-commit: 92ac232790afefad522016f76b48dbb697a8e0f7
2017-06-20 17:28:45 +00:00
..
2017-06-17 22:03:57 +00:00

client-go Examples

This directory contains examples that cover various use cases and functionality for client-go.

Configuration

Basics

Advanced Concepts

  • Work queues: Create a hotloop-free controller with the rate-limited workqueue and the informer framework.
  • Third-party resources (deprecated): Register a custom resource type with the API, create/update/query this custom type, and write a controller drives the cluster state based on the changes to the custom resources.