mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +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