Home
last modified time | relevance | path

Searched refs:ControllersHealthy (Results 1 – 16 of 16) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dcsi.go284 ControllersHealthy int member
308 ControllersHealthy int member
363 ControllersHealthy: v.ControllersHealthy,
929 ControllersHealthy int member
1124 p.ControllersHealthy -= 1
1136 p.ControllersHealthy += 1
1177 p.ControllersHealthy--
1221 p.ControllersHealthy -= 1
1367 ControllersHealthy int member
1380 ControllersHealthy: p.ControllersHealthy,
H A Dcsi_test.go529 ControllersHealthy: 2,
633 require.Equal(t, 1, plug.ControllersHealthy)
639 require.Equal(t, 0, plug.ControllersHealthy)
660 plug.ControllersHealthy = 1
665 require.Equal(t, 0, plug.ControllersHealthy)
673 plug.ControllersHealthy = 1
744 plug.ControllersHealthy = 1
766 plug.ControllersHealthy = 1
811 plug.ControllersHealthy = 1
H A Dstructs.generated.go2671 r.EncodeInt(int64(x.ControllersHealthy))
2683 r.EncodeInt(int64(x.ControllersHealthy))
3070 x.ControllersHealthy = 0
3612 x.ControllersHealthy = 0
4035 r.EncodeInt(int64(x.ControllersHealthy))
4279 x.ControllersHealthy = 0
4534 x.ControllersHealthy = 0
15578 x.ControllersHealthy = 0
15791 x.ControllersHealthy = 0
16525 x.ControllersHealthy = 0
[all …]
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Dcsi.go247 ControllersHealthy int member
296 ControllersHealthy int member
433 ControllersHealthy int member
445 ControllersHealthy int member
/dports/sysutils/nomad/nomad-1.1.0/api/
H A Dcsi.go247 ControllersHealthy int member
296 ControllersHealthy int member
433 ControllersHealthy int member
445 ControllersHealthy int member
/dports/sysutils/nomad/nomad-1.1.0/command/
H A Dplugin_status_csi.go75 p.ControllersHealthy,
97 fmt.Sprintf("Controllers Healthy|%d", plug.ControllersHealthy),
H A Dvolume_status_csi.go103 if !plugin.ControllerRequired || plugin.ControllersHealthy < 1 {
199 fmt.Sprintf("Controllers Healthy|%d", vol.ControllersHealthy),
H A Dvolume_snapshot_list.go178 p.ControllersHealthy,
/dports/sysutils/nomad/nomad-1.1.0/website/content/api-docs/
H A Dplugins.mdx50 "ControllersHealthy": 2,
93 "ControllersHealthy": 1,
H A Dvolumes.mdx71 "ControllersHealthy": 3,
252 "ControllersHealthy": 3,
/dports/sysutils/nomad/nomad-1.1.0/command/agent/
H A Dcsi_endpoint_test.go38 require.Equal(t, 1, out.ControllersHealthy)
92 require.Equal(t, 1, out.ControllersHealthy)
H A Dcsi_endpoint.go422 ControllersHealthy: plug.ControllersHealthy,
482 ControllersHealthy: vol.ControllersHealthy,
/dports/sysutils/nomad/nomad-1.1.0/nomad/mock/
H A Dmock.go1656 ControllersHealthy: 0,
1683 ControllersHealthy: plugin.ControllersHealthy,
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Dcsi_endpoint_test.go1404 require.Zero(t, resp2.Plugin.ControllersHealthy)
1416 require.NotZero(t, resp2.Plugin.ControllersHealthy)
1425 require.Zero(t, resp2.Plugin.ControllersHealthy)
/dports/sysutils/nomad/nomad-1.1.0/nomad/state/
H A Dstate_store_test.go3093 require.Equal(t, 1, plug.ControllersHealthy, "controllers healthy")
3134 require.Equal(t, 0, plug.ControllersHealthy, "controllers healthy")
3152 require.Equal(t, 0, plug.ControllersHealthy, "controllers healthy")
3167 require.Equal(t, 0, plug.ControllersHealthy, "controllers healthy")
3191 require.Equal(t, 0, plug.ControllersHealthy, "controllers healthy")
3206 require.Equal(t, 0, plug.ControllersHealthy, "controllers healthy")
3443 require.Equal(t, 1, plug.ControllersHealthy, "controllers healthy")
3461 require.Equal(t, 0, plug.ControllersHealthy, "controllers healthy")
3478 require.Equal(t, 0, plug.ControllersHealthy, "controllers healthy")
3523 require.Equal(t, 1, plug.ControllersHealthy, "controllers healthy")
H A Dstate_store.go2463 vol.ControllersHealthy = 0
2472 vol.ControllersHealthy = plug.ControllersHealthy
2481 vol.Schedulable = vol.ControllersHealthy > 0 && vol.Schedulable