mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 18:52:38 +00:00
Rename ReplicasInSet to ReplicaSelector
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"id": "testRun",
|
||||
"desiredState": {
|
||||
"replicas": 2,
|
||||
"replicasInSet": {
|
||||
"replicaSelector": {
|
||||
"name": "testRun"
|
||||
},
|
||||
"podTemplate": {
|
||||
|
@@ -2,7 +2,7 @@
|
||||
"id": "nginxController",
|
||||
"desiredState": {
|
||||
"replicas": 2,
|
||||
"replicasInSet": {"name": "nginx"},
|
||||
"replicaSelector": {"name": "nginx"},
|
||||
"podTemplate": {
|
||||
"desiredState": {
|
||||
"manifest": {
|
||||
|
Reference in New Issue
Block a user