Skip to content

Resources1

Contexts

Context Relationship Object Path Package File Path
Database.Shard.Dap.Instances.SideCarConfig.resources Package -> Database -> Shard -> Dap -> Instances -> SideCarConfig -> Resources1 $.databases[*].shards[*].daps.instances.*.sideCarConfig.resources {package-root}/databases/{db-name}/shards/{shard-name}.yaml
Database.Shard.Sequencer.SideCarConfig.resources Package -> Database -> Shard -> Sequencer -> SideCarConfig -> Resources1 $.databases[*].shards[*].sequencers.*.sideCarConfig.resources {package-root}/databases/{db-name}/shards/{shard-name}.yaml
Database.Shard.Sm.SideCarConfig.resources Package -> Database -> Shard -> Sm -> SideCarConfig -> Resources1 $.databases[*].shards[*].sm.sideCarConfig.resources {package-root}/databases/{db-name}/shards/{shard-name}.yaml
Router.Agg.SideCarConfig.resources Package -> Router -> Agg -> SideCarConfig -> Resources1 $.router.agg.sideCarConfig.resources {package-root}/router/{router-name}.yaml
Router.Rc.SideCarConfig.resources Package -> Router -> Rc -> SideCarConfig -> Resources1 $.router.rc.sideCarConfig.resources {package-root}/router/{router-name}.yaml

Fields

Field Type Required Description Constraints Default
claims array<Claim> | null no Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This field depends on the DynamicResourceAllocation feature gate. This field is immutable. It can only be set for containers. - null
limits map<string, Limits1 | integer > | null no Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ - null
requests map<string, Limits1 | integer > | null no Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ - null

Used In

Back to top