Home
last modified time | relevance | path

Searched defs:NodeCpuResources (Results 1 – 16 of 16) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Dnodes.go559 type NodeCpuResources struct { struct
560 CpuShares int64
561 TotalCpuCores uint16
562 ReservableCpuCores []uint16
/dports/sysutils/nomad/nomad-1.1.0/api/
H A Dnodes.go559 type NodeCpuResources struct { struct
560 CpuShares int64
561 TotalCpuCores uint16
562 ReservableCpuCores []uint16
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dnodes.go473 type NodeCpuResources struct { struct
474 TotalShares uint64
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/nomad/api/
H A Dnodes.go481 type NodeCpuResources struct { struct
482 CpuShares int64
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/nomad/api/
H A Dnodes.go474 type NodeCpuResources struct { struct
475 CpuShares int64
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dnodes.go474 type NodeCpuResources struct { struct
475 CpuShares int64
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dnodes.go474 type NodeCpuResources struct { struct
475 CpuShares int64
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dnodes.go474 type NodeCpuResources struct { struct
475 CpuShares int64
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/api/
H A Dnodes.go481 type NodeCpuResources struct { struct
482 CpuShares int64
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/hashicorp/nomad/api/
H A Dnodes.go474 type NodeCpuResources struct { struct
475 CpuShares int64
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/hashicorp/nomad/api/
H A Dnodes.go474 type NodeCpuResources struct { struct
475 CpuShares int64
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/nomad/api/
H A Dnodes.go474 type NodeCpuResources struct { struct
475 CpuShares int64
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/hashicorp/nomad/api/
H A Dnodes.go474 type NodeCpuResources struct { struct
475 CpuShares int64
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dstructs.go2973 type NodeCpuResources struct { struct
2976 CpuShares int64
2980 TotalCpuCores uint16
2985 ReservableCpuCores []uint16
2988 func (n *NodeCpuResources) Merge(o *NodeCpuResources) {
3006 func (n *NodeCpuResources) Equals(o *NodeCpuResources) bool {
3034 func (n *NodeCpuResources) SharesPerCore() int64 {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/nomad/structs/
H A Dstructs.go2152 type NodeCpuResources struct { struct
2155 CpuShares uint64
2158 func (n *NodeCpuResources) Merge(o *NodeCpuResources) {
2168 func (n *NodeCpuResources) Equals(o *NodeCpuResources) bool {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/structs/
H A Dstructs.go2495 type NodeCpuResources struct { struct
2498 CpuShares int64
2501 func (n *NodeCpuResources) Merge(o *NodeCpuResources) {
2511 func (n *NodeCpuResources) Equals(o *NodeCpuResources) bool {