File tree Expand file tree Collapse file tree 4 files changed +157
-0
lines changed Expand file tree Collapse file tree 4 files changed +157
-0
lines changed Original file line number Diff line number Diff line change @@ -398,6 +398,8 @@ spec:
398398 properties :
399399 checkName :
400400 type : string
401+ exclude :
402+ type : boolean
401403 outcomes :
402404 items :
403405 properties :
@@ -437,6 +439,8 @@ spec:
437439 properties :
438440 checkName :
439441 type : string
442+ exclude :
443+ type : boolean
440444 outcomes :
441445 items :
442446 properties :
@@ -478,6 +482,8 @@ spec:
478482 type : string
479483 customResourceDefinitionName :
480484 type : string
485+ exclude :
486+ type : boolean
481487 outcomes :
482488 items :
483489 properties :
@@ -518,6 +524,8 @@ spec:
518524 properties :
519525 checkName :
520526 type : string
527+ exclude :
528+ type : boolean
521529 name :
522530 type : string
523531 namespace :
@@ -563,6 +571,8 @@ spec:
563571 properties :
564572 checkName :
565573 type : string
574+ exclude :
575+ type : boolean
566576 outcomes :
567577 items :
568578 properties :
@@ -602,6 +612,8 @@ spec:
602612 properties :
603613 checkName :
604614 type : string
615+ exclude :
616+ type : boolean
605617 outcomes :
606618 items :
607619 properties :
@@ -644,6 +656,8 @@ spec:
644656 properties :
645657 checkName :
646658 type : string
659+ exclude :
660+ type : boolean
647661 ingressName :
648662 type : string
649663 namespace :
@@ -689,6 +703,8 @@ spec:
689703 properties :
690704 checkName :
691705 type : string
706+ exclude :
707+ type : boolean
692708 key :
693709 type : string
694710 namespace :
@@ -736,6 +752,8 @@ spec:
736752 properties :
737753 checkName :
738754 type : string
755+ exclude :
756+ type : boolean
739757 name :
740758 type : string
741759 namespace :
@@ -781,6 +799,8 @@ spec:
781799 properties :
782800 checkName :
783801 type : string
802+ exclude :
803+ type : boolean
784804 outcomes :
785805 items :
786806 properties :
Original file line number Diff line number Diff line change @@ -420,8 +420,22 @@ spec:
420420 items :
421421 properties :
422422 clusterInfo :
423+ properties :
424+ collectorName :
425+ type : string
426+ when :
427+ type : boolean
428+ required :
429+ - when
423430 type : object
424431 clusterResources :
432+ properties :
433+ collectorName :
434+ type : string
435+ when :
436+ type : boolean
437+ required :
438+ - when
425439 type : object
426440 copy :
427441 properties :
@@ -439,10 +453,27 @@ spec:
439453 items :
440454 type : string
441455 type : array
456+ when :
457+ type : boolean
442458 required :
443459 - selector
444460 - namespace
445461 - containerPath
462+ - when
463+ type : object
464+ data :
465+ properties :
466+ collectorName :
467+ type : string
468+ data :
469+ type : string
470+ name :
471+ type : string
472+ when :
473+ type : boolean
474+ required :
475+ - data
476+ - when
446477 type : object
447478 exec :
448479 properties :
@@ -468,9 +499,12 @@ spec:
468499 type : array
469500 timeout :
470501 type : string
502+ when :
503+ type : boolean
471504 required :
472505 - selector
473506 - namespace
507+ - when
474508 type : object
475509 http :
476510 properties :
@@ -521,6 +555,10 @@ spec:
521555 required :
522556 - url
523557 type : object
558+ when :
559+ type : boolean
560+ required :
561+ - when
524562 type : object
525563 logs :
526564 properties :
@@ -546,8 +584,11 @@ spec:
546584 items :
547585 type : string
548586 type : array
587+ when :
588+ type : boolean
549589 required :
550590 - selector
591+ - when
551592 type : object
552593 run :
553594 properties :
@@ -571,9 +612,12 @@ spec:
571612 type : string
572613 timeout :
573614 type : string
615+ when :
616+ type : boolean
574617 required :
575618 - namespace
576619 - image
620+ - when
577621 type : object
578622 secret :
579623 properties :
@@ -587,8 +631,11 @@ spec:
587631 type : string
588632 namespace :
589633 type : string
634+ when :
635+ type : boolean
590636 required :
591637 - name
638+ - when
592639 type : object
593640 type : object
594641 type : array
You can’t perform that action at this time.
0 commit comments