Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ResourceProfileSpec ¶
type ResourceProfileSpec struct { Resources struct { Storage struct { SyncFull bool `json:"syncFull"` BacklogMemLimit string `json:"backlogMemLimit"` VolumeSize string `json:"volumeSize"` MaxChunksUp uint `json:"maxChunksUp"` MaxChunksPause bool `json:"maxChunksPause"` } `json:"storage"` CPU struct { BufferWorkers uint `json:"bufferWorkers"` Limit string `json:"limit"` Request string `json:"request"` } `json:"cpu"` Memory struct { Limit string `json:"limit"` Request string `json:"request"` } `json:"memory"` } `json:"resources"` }
Click to show internal directories.
Click to hide internal directories.