|
283 | 283 | "$ref": "#/definitions/Namespaces" |
284 | 284 | } |
285 | 285 | }, |
| 286 | + "nodes": { |
| 287 | + "anyOf": [ |
| 288 | + { |
| 289 | + "type": "array" |
| 290 | + }, |
| 291 | + { |
| 292 | + "type": "object" |
| 293 | + } |
| 294 | + ], |
| 295 | + "description": "Description of those nodes which ArgoCD will control the labels and/or annotations.", |
| 296 | + "items": { |
| 297 | + "$ref": "#/definitions/Nodes" |
| 298 | + } |
| 299 | + }, |
286 | 300 | "indexImages": { |
287 | 301 | "anyOf": [ |
288 | 302 | { |
|
401 | 415 | "type": "string" |
402 | 416 | } |
403 | 417 | ], |
404 | | - "description": "Description of the applications that will be created in the ArgoCD instances. The Application CRD is the Kubernetes resource object representing a deployed application instance in an environment. Two ways of defining applications: Using a list or using a dictionary.", |
405 | | - "additionalProperties": true, |
406 | | - "properties": { |
407 | | - "name": { |
408 | | - "type": "string", |
409 | | - "description": "Name of the namespace." |
410 | | - }, |
411 | | - "labels": { |
412 | | - "type": "array", |
413 | | - "items": { |
414 | | - "$ref": "#/definitions/NameValue" |
415 | | - } |
416 | | - }, |
417 | | - "annotations": { |
418 | | - "type": "array", |
419 | | - "items": { |
420 | | - "$ref": "#/definitions/NameValue" |
421 | | - } |
422 | | - } |
| 418 | + "description": "Description of the applications that will be created in the ArgoCD instances. The Application CRD is the Kubernetes resource object representing a deployed application instance in an environment. Two ways of defining applications: Using a list or using a dictionary.", |
| 419 | + "additionalProperties": true, |
| 420 | + "properties": { |
| 421 | + "name": { |
| 422 | + "type": "string", |
| 423 | + "description": "Name of the namespace." |
| 424 | + }, |
| 425 | + "labels": { |
| 426 | + "type": "array", |
| 427 | + "items": { |
| 428 | + "$ref": "#/definitions/NameValue" |
| 429 | + } |
| 430 | + }, |
| 431 | + "annotations": { |
| 432 | + "type": "array", |
| 433 | + "items": { |
| 434 | + "$ref": "#/definitions/NameValue" |
423 | 435 | } |
| 436 | + } |
| 437 | + } |
424 | 438 | }, |
425 | | - "NameValue": { |
| 439 | + "Nodes": { |
| 440 | + "type": "object", |
| 441 | + "description": "Description of those nodes which ArgoCD will control the labels and/or annotations.", |
| 442 | + "additionalProperties": true, |
| 443 | + "properties": { |
| 444 | + "name": { |
| 445 | + "type": "string", |
| 446 | + "description": "Name of the node." |
| 447 | + }, |
| 448 | + "labels": { |
| 449 | + "type": "array", |
| 450 | + "items": { |
| 451 | + "$ref": "#/definitions/NameValue" |
| 452 | + } |
| 453 | + }, |
| 454 | + "annotations": { |
| 455 | + "type": "array", |
| 456 | + "items": { |
| 457 | + "$ref": "#/definitions/NameValue" |
| 458 | + } |
| 459 | + } |
| 460 | + } |
| 461 | + }, |
| 462 | + "NameValue": { |
426 | 463 | "type": "object", |
427 | 464 | "description": "Description of the applications that will be created in the ArgoCD instances. The Application CRD is the Kubernetes resource object representing a deployed application instance in an environment. Two ways of defining applications: Using a list or using a dictionary.", |
428 | 465 | "additionalProperties": true, |
|
435 | 472 | "type": "string", |
436 | 473 | "description": "Name of the namespace." |
437 | 474 | } |
438 | | - } |
439 | | - }, |
| 475 | + } |
| 476 | + }, |
440 | 477 | "Applications": { |
441 | 478 | "type": "object", |
442 | 479 | "description": "Description of the applications that will be created in the ArgoCD instances. The Application CRD is the Kubernetes resource object representing a deployed application instance in an environment. Two ways of defining applications: Using a list or using a dictionary.", |
|
0 commit comments