File tree 7 files changed +557
-5
lines changed
apis/troubleshoot/v1beta1 7 files changed +557
-5
lines changed Original file line number Diff line number Diff line change @@ -390,6 +390,359 @@ spec:
390
390
type : string
391
391
type : object
392
392
spec :
393
+ properties :
394
+ analyzers :
395
+ items :
396
+ properties :
397
+ clusterVersion :
398
+ properties :
399
+ checkName :
400
+ type : string
401
+ outcomes :
402
+ items :
403
+ properties :
404
+ fail :
405
+ properties :
406
+ message :
407
+ type : string
408
+ uri :
409
+ type : string
410
+ when :
411
+ type : string
412
+ type : object
413
+ pass :
414
+ properties :
415
+ message :
416
+ type : string
417
+ uri :
418
+ type : string
419
+ when :
420
+ type : string
421
+ type : object
422
+ warn :
423
+ properties :
424
+ message :
425
+ type : string
426
+ uri :
427
+ type : string
428
+ when :
429
+ type : string
430
+ type : object
431
+ type : object
432
+ type : array
433
+ required :
434
+ - outcomes
435
+ type : object
436
+ customResourceDefinition :
437
+ properties :
438
+ checkName :
439
+ type : string
440
+ customResourceDefinitionName :
441
+ type : string
442
+ outcomes :
443
+ items :
444
+ properties :
445
+ fail :
446
+ properties :
447
+ message :
448
+ type : string
449
+ uri :
450
+ type : string
451
+ when :
452
+ type : string
453
+ type : object
454
+ pass :
455
+ properties :
456
+ message :
457
+ type : string
458
+ uri :
459
+ type : string
460
+ when :
461
+ type : string
462
+ type : object
463
+ warn :
464
+ properties :
465
+ message :
466
+ type : string
467
+ uri :
468
+ type : string
469
+ when :
470
+ type : string
471
+ type : object
472
+ type : object
473
+ type : array
474
+ required :
475
+ - outcomes
476
+ - customResourceDefinitionName
477
+ type : object
478
+ deploymentStatus :
479
+ properties :
480
+ checkName :
481
+ type : string
482
+ name :
483
+ type : string
484
+ namespace :
485
+ type : string
486
+ outcomes :
487
+ items :
488
+ properties :
489
+ fail :
490
+ properties :
491
+ message :
492
+ type : string
493
+ uri :
494
+ type : string
495
+ when :
496
+ type : string
497
+ type : object
498
+ pass :
499
+ properties :
500
+ message :
501
+ type : string
502
+ uri :
503
+ type : string
504
+ when :
505
+ type : string
506
+ type : object
507
+ warn :
508
+ properties :
509
+ message :
510
+ type : string
511
+ uri :
512
+ type : string
513
+ when :
514
+ type : string
515
+ type : object
516
+ type : object
517
+ type : array
518
+ required :
519
+ - outcomes
520
+ - namespace
521
+ - name
522
+ type : object
523
+ imagePullSecret :
524
+ properties :
525
+ checkName :
526
+ type : string
527
+ outcomes :
528
+ items :
529
+ properties :
530
+ fail :
531
+ properties :
532
+ message :
533
+ type : string
534
+ uri :
535
+ type : string
536
+ when :
537
+ type : string
538
+ type : object
539
+ pass :
540
+ properties :
541
+ message :
542
+ type : string
543
+ uri :
544
+ type : string
545
+ when :
546
+ type : string
547
+ type : object
548
+ warn :
549
+ properties :
550
+ message :
551
+ type : string
552
+ uri :
553
+ type : string
554
+ when :
555
+ type : string
556
+ type : object
557
+ type : object
558
+ type : array
559
+ registryName :
560
+ type : string
561
+ required :
562
+ - outcomes
563
+ - registryName
564
+ type : object
565
+ ingress :
566
+ properties :
567
+ checkName :
568
+ type : string
569
+ ingressName :
570
+ type : string
571
+ namespace :
572
+ type : string
573
+ outcomes :
574
+ items :
575
+ properties :
576
+ fail :
577
+ properties :
578
+ message :
579
+ type : string
580
+ uri :
581
+ type : string
582
+ when :
583
+ type : string
584
+ type : object
585
+ pass :
586
+ properties :
587
+ message :
588
+ type : string
589
+ uri :
590
+ type : string
591
+ when :
592
+ type : string
593
+ type : object
594
+ warn :
595
+ properties :
596
+ message :
597
+ type : string
598
+ uri :
599
+ type : string
600
+ when :
601
+ type : string
602
+ type : object
603
+ type : object
604
+ type : array
605
+ required :
606
+ - outcomes
607
+ - ingressName
608
+ - namespace
609
+ type : object
610
+ secret :
611
+ properties :
612
+ checkName :
613
+ type : string
614
+ key :
615
+ type : string
616
+ namespace :
617
+ type : string
618
+ outcomes :
619
+ items :
620
+ properties :
621
+ fail :
622
+ properties :
623
+ message :
624
+ type : string
625
+ uri :
626
+ type : string
627
+ when :
628
+ type : string
629
+ type : object
630
+ pass :
631
+ properties :
632
+ message :
633
+ type : string
634
+ uri :
635
+ type : string
636
+ when :
637
+ type : string
638
+ type : object
639
+ warn :
640
+ properties :
641
+ message :
642
+ type : string
643
+ uri :
644
+ type : string
645
+ when :
646
+ type : string
647
+ type : object
648
+ type : object
649
+ type : array
650
+ secretName :
651
+ type : string
652
+ required :
653
+ - outcomes
654
+ - secretName
655
+ - namespace
656
+ type : object
657
+ statefulsetStatus :
658
+ properties :
659
+ checkName :
660
+ type : string
661
+ name :
662
+ type : string
663
+ namespace :
664
+ type : string
665
+ outcomes :
666
+ items :
667
+ properties :
668
+ fail :
669
+ properties :
670
+ message :
671
+ type : string
672
+ uri :
673
+ type : string
674
+ when :
675
+ type : string
676
+ type : object
677
+ pass :
678
+ properties :
679
+ message :
680
+ type : string
681
+ uri :
682
+ type : string
683
+ when :
684
+ type : string
685
+ type : object
686
+ warn :
687
+ properties :
688
+ message :
689
+ type : string
690
+ uri :
691
+ type : string
692
+ when :
693
+ type : string
694
+ type : object
695
+ type : object
696
+ type : array
697
+ required :
698
+ - outcomes
699
+ - namespace
700
+ - name
701
+ type : object
702
+ storageClass :
703
+ properties :
704
+ checkName :
705
+ type : string
706
+ outcomes :
707
+ items :
708
+ properties :
709
+ fail :
710
+ properties :
711
+ message :
712
+ type : string
713
+ uri :
714
+ type : string
715
+ when :
716
+ type : string
717
+ type : object
718
+ pass :
719
+ properties :
720
+ message :
721
+ type : string
722
+ uri :
723
+ type : string
724
+ when :
725
+ type : string
726
+ type : object
727
+ warn :
728
+ properties :
729
+ message :
730
+ type : string
731
+ uri :
732
+ type : string
733
+ when :
734
+ type : string
735
+ type : object
736
+ type : object
737
+ type : array
738
+ storageClassName :
739
+ type : string
740
+ required :
741
+ - outcomes
742
+ - storageClassName
743
+ type : object
744
+ type : object
745
+ type : array
393
746
type : object
394
747
status :
395
748
type : object
You can’t perform that action at this time.
0 commit comments