@@ -340,109 +340,3 @@ spec:
340340 - name : Age
341341 type : date
342342 jsonPath : .metadata.creationTimestamp
343-
344- ---
345- # StellarBenchmark CRD
346- apiVersion : apiextensions.k8s.io/v1
347- kind : CustomResourceDefinition
348- metadata :
349- name : stellarbenchmarks.stellar.org
350- labels : {{- include "stellar-operator.labels" . | nindent 4 }}
351- spec :
352- group : stellar.org
353- names :
354- kind : StellarBenchmark
355- listKind : StellarBenchmarkList
356- plural : stellarbenchmarks
357- singular : stellarbenchmark
358- shortNames :
359- - sbench
360- scope : Namespaced
361- versions :
362- - name : v1alpha1
363- served : true
364- storage : true
365- subresources :
366- status : {}
367- additionalPrinterColumns :
368- - name : Phase
369- type : string
370- jsonPath : .status.phase
371- - name : Target
372- type : string
373- jsonPath : .spec.targetEndpoint
374- - name : Duration
375- type : integer
376- jsonPath : .spec.durationSeconds
377- - name : Age
378- type : date
379- jsonPath : .metadata.creationTimestamp
380- schema :
381- openAPIV3Schema :
382- type : object
383- properties :
384- spec :
385- type : object
386- required :
387- - targetEndpoint
388- x-kubernetes-preserve-unknown-fields : true
389- status :
390- type : object
391- x-kubernetes-preserve-unknown-fields : true
392-
393- ---
394- # BenchmarkReport CRD
395- apiVersion : apiextensions.k8s.io/v1
396- kind : CustomResourceDefinition
397- metadata :
398- name : benchmarkreports.stellar.org
399- labels : {{- include "stellar-operator.labels" . | nindent 4 }}
400- spec :
401- group : stellar.org
402- names :
403- kind : BenchmarkReport
404- listKind : BenchmarkReportList
405- plural : benchmarkreports
406- singular : benchmarkreport
407- shortNames :
408- - br
409- scope : Namespaced
410- versions :
411- - name : v1alpha1
412- served : true
413- storage : true
414- subresources :
415- status : {}
416- additionalPrinterColumns :
417- - name : Benchmark
418- type : string
419- jsonPath : .spec.benchmarkRef
420- - name : PeakTPS
421- type : number
422- jsonPath : .spec.metrics.peakTps
423- - name : AvgLedgerMs
424- type : number
425- jsonPath : .spec.metrics.avgLedgerCloseMs
426- - name : P99LatencyMs
427- type : number
428- jsonPath : .spec.metrics.p99ApiLatencyMs
429- - name : Age
430- type : date
431- jsonPath : .metadata.creationTimestamp
432- schema :
433- openAPIV3Schema :
434- type : object
435- properties :
436- spec :
437- type : object
438- required :
439- - benchmarkRef
440- - startedAt
441- - completedAt
442- - targetEndpoint
443- - config
444- - metrics
445- x-kubernetes-preserve-unknown-fields : true
446- status :
447- type : object
448- x-kubernetes-preserve-unknown-fields : true
0 commit comments