Home
last modified time | relevance | path

Searched refs:ToSlice (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/dports/sysutils/nomad/nomad-1.1.0/client/lib/cgutil/
H A Dcpuset_manager_linux_test.go56 require.Exactly(t, manager.parentCpuset.ToSlice(), sharedCpus.ToSlice())
66 alloc.AllocatedResources.Tasks["web"].Cpu.ReservedCores = manager.parentCpuset.ToSlice()
78 require.Empty(t, sharedCpus.ToSlice())
86 require.Exactly(t, alloc.AllocatedResources.Tasks["web"].Cpu.ReservedCores, reservedCpus.ToSlice())
100 require.Exactly(t, alloc.AllocatedResources.Tasks["web"].Cpu.ReservedCores, taskCpus.ToSlice())
115 alloc1Cpuset := cpuset.New(manager.parentCpuset.ToSlice()[0])
116 alloc1.AllocatedResources.Tasks["web"].Cpu.ReservedCores = alloc1Cpuset.ToSlice()
120 alloc2Cpuset := cpuset.New(manager.parentCpuset.ToSlice()[1])
121 alloc2.AllocatedResources.Tasks["web"].Cpu.ReservedCores = alloc2Cpuset.ToSlice()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/pkg/iam/policy/
H A Dactionset.go33 return NewActionSet(actionSet.ToSlice()...)
102 return json.Marshal(actionSet.ToSlice())
116 func (actionSet ActionSet) ToSlice() []Action { func
147 for _, s := range sset.ToSlice() {
166 for _, action := range actionSet.ToSlice() {
H A Dresourceset.go141 for _, s := range sset.ToSlice() {
169 func (resourceSet ResourceSet) ToSlice() []Resource { func
180 return NewResourceSet(resourceSet.ToSlice()...)
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/pkg/bucket/policy/
H A Dactionset.go78 return json.Marshal(actionSet.ToSlice())
92 func (actionSet ActionSet) ToSlice() []Action { func
102 return NewActionSet(actionSet.ToSlice()...)
117 for _, s := range sset.ToSlice() {
H A Dresourceset.go131 for _, s := range sset.ToSlice() {
159 func (resourceSet ResourceSet) ToSlice() []Resource { func
170 return NewResourceSet(resourceSet.ToSlice()...)
/dports/sysutils/nomad/nomad-1.1.0/lib/cpuset/
H A Dcpuset_test.go39 require.Exactly(t, c.out, c.in.ToSlice(), c.desc)
85 require.Exactly(t, c.expected.ToSlice(), c.a.Union(c.b).ToSlice())
107 require.Exactly(t, c.expected.ToSlice(), c.a.Difference(c.b).ToSlice())
/dports/devel/gh/cli-2.4.0/pkg/set/
H A Dstring_set_test.go15 assert.Equal(t, []string{"one", "two", "three"}, s.ToSlice())
24 assert.Equal(t, []string{"one", "three"}, s.ToSlice())
/dports/www/beehive/beehive-0.4.0/vendor/github.com/minio/minio-go/pkg/set/
H A Dstringset.go30 func (set StringSet) ToSlice() []string { func
145 return json.Marshal(set.ToSlice())
173 return fmt.Sprintf("%s", set.ToSlice())
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/minio/minio-go/v6/pkg/set/
H A Dstringset.go30 func (set StringSet) ToSlice() []string { func
145 return json.Marshal(set.ToSlice())
173 return fmt.Sprintf("%s", set.ToSlice())
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e_node/
H A Dcpu_manager_test.go379 cpuList = cpuset.MustParse(getCPUSiblingList(0)).ToSlice()
382 cpuList = cpuset.MustParse(getCoreSiblingList(0)).ToSlice()
428 cpuList = cpuset.MustParse(getCoreSiblingList(0)).ToSlice()
438 cpuList = cpuset.MustParse(getCPUSiblingList(0)).ToSlice()
479 cpuList = cpuset.MustParse(getCPUSiblingList(0)).ToSlice()
484 cpuList = cpuset.MustParse(getCoreSiblingList(0)).ToSlice()
490 cpuList = cpuset.MustParse(getCoreSiblingList(0)).ToSlice()
541 cpuList = cpuset.MustParse(getCPUSiblingList(0)).ToSlice()
546 cpuList = cpuset.MustParse(getCoreSiblingList(0)).ToSlice()
552 cpuList = cpuset.MustParse(getCoreSiblingList(0)).ToSlice()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/minio/minio-go/v7/pkg/set/
H A Dstringset.go33 func (set StringSet) ToSlice() []string { func
148 return json.Marshal(set.ToSlice())
176 return fmt.Sprintf("%s", set.ToSlice())
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/hostdiscovery/
H A Dhostdiscovery.go94 addSlice := updated.Difference(existing).ToSlice()
95 removeSlice := existing.Difference(updated).ToSlice()
109 for _, ipstr := range h.nodes.ToSlice() {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/libnetwork/hostdiscovery/
H A Dhostdiscovery.go94 addSlice := updated.Difference(existing).ToSlice()
95 removeSlice := existing.Difference(updated).ToSlice()
109 for _, ipstr := range h.nodes.ToSlice() {
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/libnetwork/hostdiscovery/
H A Dhostdiscovery.go94 addSlice := updated.Difference(existing).ToSlice()
95 removeSlice := existing.Difference(updated).ToSlice()
109 for _, ipstr := range h.nodes.ToSlice() {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/hostdiscovery/
H A Dhostdiscovery.go94 addSlice := updated.Difference(existing).ToSlice()
95 removeSlice := existing.Difference(updated).ToSlice()
109 for _, ipstr := range h.nodes.ToSlice() {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/hostdiscovery/
H A Dhostdiscovery.go94 addSlice := updated.Difference(existing).ToSlice()
95 removeSlice := existing.Difference(updated).ToSlice()
109 for _, ipstr := range h.nodes.ToSlice() {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/hostdiscovery/
H A Dhostdiscovery.go94 addSlice := updated.Difference(existing).ToSlice()
95 removeSlice := existing.Difference(updated).ToSlice()
109 for _, ipstr := range h.nodes.ToSlice() {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/hostdiscovery/
H A Dhostdiscovery.go94 addSlice := updated.Difference(existing).ToSlice()
95 removeSlice := existing.Difference(updated).ToSlice()
109 for _, ipstr := range h.nodes.ToSlice() {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/minio/minio-go/v7/pkg/set/
H A Dstringset.go33 func (set StringSet) ToSlice() []string { func
148 return json.Marshal(set.ToSlice())
176 return fmt.Sprintf("%s", set.ToSlice())
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/hostdiscovery/
H A Dhostdiscovery.go94 addSlice := updated.Difference(existing).ToSlice()
95 removeSlice := existing.Difference(updated).ToSlice()
109 for _, ipstr := range h.nodes.ToSlice() {
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/minio/minio-go/v7/pkg/set/
H A Dstringset.go33 func (set StringSet) ToSlice() []string { func
148 return json.Marshal(set.ToSlice())
176 return fmt.Sprintf("%s", set.ToSlice())
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/hostdiscovery/
H A Dhostdiscovery.go94 addSlice := updated.Difference(existing).ToSlice()
95 removeSlice := existing.Difference(updated).ToSlice()
109 for _, ipstr := range h.nodes.ToSlice() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/hostdiscovery/
H A Dhostdiscovery.go94 addSlice := updated.Difference(existing).ToSlice()
95 removeSlice := existing.Difference(updated).ToSlice()
109 for _, ipstr := range h.nodes.ToSlice() {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/minio/minio-go/v7/pkg/set/
H A Dstringset.go33 func (set StringSet) ToSlice() []string { func
148 return json.Marshal(set.ToSlice())
176 return fmt.Sprintf("%s", set.ToSlice())
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/hostdiscovery/
H A Dhostdiscovery.go94 addSlice := updated.Difference(existing).ToSlice()
95 removeSlice := existing.Difference(updated).ToSlice()
109 for _, ipstr := range h.nodes.ToSlice() {

12345678910>>...16