mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-04-12 00:00:26 +08:00
Merge pull request #99759 from jpbetz/apply-extract
Add Extract support to client-go apply builders Kubernetes-commit: eb0c118a9d7a15801ec0389448a5e1bffdaa5e72
This commit is contained in:
Generated
+5
-5
@@ -476,19 +476,19 @@
|
||||
},
|
||||
{
|
||||
"ImportPath": "k8s.io/api",
|
||||
"Rev": "a61f0c601351"
|
||||
"Rev": "937dc44c61ed"
|
||||
},
|
||||
{
|
||||
"ImportPath": "k8s.io/apimachinery",
|
||||
"Rev": "79c4f8795d25"
|
||||
"Rev": "ae8b5f5092d3"
|
||||
},
|
||||
{
|
||||
"ImportPath": "k8s.io/client-go",
|
||||
"Rev": "57d5462f1c4c"
|
||||
"Rev": "a5722b416f4b"
|
||||
},
|
||||
{
|
||||
"ImportPath": "k8s.io/code-generator",
|
||||
"Rev": "24be182ad6d3"
|
||||
"Rev": "e0b5c433e941"
|
||||
},
|
||||
{
|
||||
"ImportPath": "k8s.io/gengo",
|
||||
@@ -520,7 +520,7 @@
|
||||
},
|
||||
{
|
||||
"ImportPath": "sigs.k8s.io/structured-merge-diff/v4",
|
||||
"Rev": "v4.0.3"
|
||||
"Rev": "v4.1.0"
|
||||
},
|
||||
{
|
||||
"ImportPath": "sigs.k8s.io/yaml",
|
||||
|
||||
Reference in New Issue
Block a user