mirror of
https://github.com/rancher/types.git
synced 2025-07-19 07:46:25 +00:00
udpate generate file
This commit is contained in:
parent
0e7e763bd2
commit
4fc04a7d76
@ -6,6 +6,10 @@ const (
|
||||
EmbeddedConfigFieldElasticsearchEndpoint = "elasticsearchEndpoint"
|
||||
EmbeddedConfigFieldIndexPrefix = "indexPrefix"
|
||||
EmbeddedConfigFieldKibanaEndpoint = "kibanaEndpoint"
|
||||
EmbeddedConfigFieldLimitsCPU = "limitsCpu"
|
||||
EmbeddedConfigFieldLimitsMemery = "limitsMemory"
|
||||
EmbeddedConfigFieldRequestsCPU = "requestsCpu"
|
||||
EmbeddedConfigFieldRequestsMemery = "requestsMemory"
|
||||
)
|
||||
|
||||
type EmbeddedConfig struct {
|
||||
@ -13,4 +17,8 @@ type EmbeddedConfig struct {
|
||||
ElasticsearchEndpoint string `json:"elasticsearchEndpoint,omitempty" yaml:"elasticsearchEndpoint,omitempty"`
|
||||
IndexPrefix string `json:"indexPrefix,omitempty" yaml:"indexPrefix,omitempty"`
|
||||
KibanaEndpoint string `json:"kibanaEndpoint,omitempty" yaml:"kibanaEndpoint,omitempty"`
|
||||
LimitsCPU int64 `json:"limitsCpu,omitempty" yaml:"limitsCpu,omitempty"`
|
||||
LimitsMemery int64 `json:"limitsMemory,omitempty" yaml:"limitsMemory,omitempty"`
|
||||
RequestsCPU int64 `json:"requestsCpu,omitempty" yaml:"requestsCpu,omitempty"`
|
||||
RequestsMemery int64 `json:"requestsMemory,omitempty" yaml:"requestsMemory,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user