API Machinery SIG
Kubernetes 社区中的许多项目都由特别兴趣小组 (SIG) 管理。...struct unstructured.Unstructured 是一种简单类型,它使用一组嵌套的 map[string]interface{} 值来创建一个内部结构,该结构与来自 K8s API 服务器的...struct dynamic.Interface 使用 unstructured.Unstructured 来表示来自 API 服务器的所有对象值。动态包将所有数据绑定推迟到运行时。...dynamic.Interface, ctx context.Context,
group string, version string, resource string, namespace string...dynamic.Interface, ctx context.Context, group string,
version string, resource string, namespace string