目录

Kubernetes Community Notes

community documents

devel/sig-architecture/API Conventions

This document is oriented at users who want a deeper understanding of the Kubernetes API structure, and developers wanting to extend the Kubernetes API. An introduction to using resources with kubectl can be found in the object management overview.

主要讲解了 kubernetes api 约定。api 对象的结构、常用字段的设计、遵守的原则等。

devel/sig-api-machinery/generating clientset

主要讲解如何生成 clientset

devel/sig-api-machinery/controllers

主要讲解实现 controller 的指导。

devel/sig-api-machinery/strategic merge patch

主要讲自定义的 json patch 标准主要解决什么问题,该标准是如何使用的。

design-proposals/api-machinery/controller ref proposal

主要讲解了为什么会在 OwnerReference 结构里添加 Controller 字段,以此来解决什么问题。