mirror of
https://github.com/labring/sealos.git
synced 2026-09-01 15:38:06 +08:00
5207f95349
* change accountbalance struct add billing controller; add new query CRD: billingresordquery and pricequery, and query controller; modify the storage amount ratio to 1:1000000 optimize mongo query code * hide the old metering controller * add query gvk to debt webhook white list; monitor data table by day, eg: monitor_20230517; billing collection cancels the timing table and changes it to an index type table; optimize the billing logic and bill by the hour; optimize the use of gonanoid to generate 12-digit bill id; payment crd adds the PaymentMethod field, which is used to identify wechat or other billing methods in the future. * add resources controller workflow fix payment controller panic error add resources controller cluster image workflow
23 lines
411 B
Plaintext
23 lines
411 B
Plaintext
domain: sealos.io
|
|
layout:
|
|
- go.kubebuilder.io/v3
|
|
projectName: resources
|
|
repo: github.com/labring/sealos
|
|
resources:
|
|
- controller: true
|
|
domain: sealos.io
|
|
group: resources
|
|
kind: Metering
|
|
version: v1alpha1
|
|
- controller: true
|
|
domain: sealos.io
|
|
group: resources
|
|
kind: Monitor
|
|
version: v1alpha1
|
|
- controller: true
|
|
domain: sealos.io
|
|
group: resources
|
|
kind: Billing
|
|
version: v1alpha1
|
|
version: "3"
|