Home
last modified time | relevance | path

Searched refs:Orchestrator (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/
H A Dorchestrator.go10 type Orchestrator string type
14 OrchestratorKubernetes = Orchestrator("kubernetes")
16 OrchestratorSwarm = Orchestrator("swarm")
18 OrchestratorAll = Orchestrator("all")
19 orchestratorUnset = Orchestrator("")
27 func (o Orchestrator) HasKubernetes() bool {
32 func (o Orchestrator) HasSwarm() bool {
37 func (o Orchestrator) HasAll() bool {
41 func normalize(value string) (Orchestrator, error) {
57 func NormalizeOrchestrator(value string) (Orchestrator, error) {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/
H A Dorchestrator.go10 type Orchestrator string type
14 OrchestratorKubernetes = Orchestrator("kubernetes")
16 OrchestratorSwarm = Orchestrator("swarm")
18 OrchestratorAll = Orchestrator("all")
19 orchestratorUnset = Orchestrator("")
27 func (o Orchestrator) HasKubernetes() bool {
32 func (o Orchestrator) HasSwarm() bool {
37 func (o Orchestrator) HasAll() bool {
41 func normalize(value string) (Orchestrator, error) {
57 func NormalizeOrchestrator(value string) (Orchestrator, error) {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/cli/cli/command/
H A Dorchestrator.go10 type Orchestrator string type
14 OrchestratorKubernetes = Orchestrator("kubernetes")
16 OrchestratorSwarm = Orchestrator("swarm")
18 OrchestratorAll = Orchestrator("all")
19 orchestratorUnset = Orchestrator("")
27 func (o Orchestrator) HasKubernetes() bool {
32 func (o Orchestrator) HasSwarm() bool {
37 func (o Orchestrator) HasAll() bool {
41 func normalize(value string) (Orchestrator, error) {
57 func NormalizeOrchestrator(value string) (Orchestrator, error) {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/
H A Dorchestrator.go10 type Orchestrator string type
14 OrchestratorKubernetes = Orchestrator("kubernetes")
16 OrchestratorSwarm = Orchestrator("swarm")
18 OrchestratorAll = Orchestrator("all")
19 orchestratorUnset = Orchestrator("unset")
27 func (o Orchestrator) HasKubernetes() bool {
32 func (o Orchestrator) HasSwarm() bool {
37 func (o Orchestrator) HasAll() bool {
41 func normalize(value string) (Orchestrator, error) {
58 func GetStackOrchestrator(flagValue, value string, stderr io.Writer) (Orchestrator, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/replicated/
H A Dreplicated.go15 type Orchestrator struct { struct
33 func NewReplicatedOrchestrator(store *store.MemoryStore) *Orchestrator {
36 return &Orchestrator{
48 func (r *Orchestrator) Run(ctx context.Context) error { argument
97 func (r *Orchestrator) Stop() { argument
104 func (r *Orchestrator) tick(ctx context.Context) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/manager/orchestrator/replicated/
H A Dreplicated.go14 type Orchestrator struct { struct
32 func NewReplicatedOrchestrator(store *store.MemoryStore) *Orchestrator {
35 return &Orchestrator{
47 func (r *Orchestrator) Run(ctx context.Context) error { argument
96 func (r *Orchestrator) Stop() { argument
103 func (r *Orchestrator) tick(ctx context.Context) { argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/replicated/
H A Dreplicated.go15 type Orchestrator struct { struct
33 func NewReplicatedOrchestrator(store *store.MemoryStore) *Orchestrator {
36 return &Orchestrator{
48 func (r *Orchestrator) Run(ctx context.Context) error { argument
97 func (r *Orchestrator) Stop() { argument
104 func (r *Orchestrator) tick(ctx context.Context) { argument
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/swarmkit/manager/orchestrator/replicated/
H A Dreplicated.go15 type Orchestrator struct { struct
33 func NewReplicatedOrchestrator(store *store.MemoryStore) *Orchestrator {
36 return &Orchestrator{
48 func (r *Orchestrator) Run(ctx context.Context) error { argument
97 func (r *Orchestrator) Stop() { argument
104 func (r *Orchestrator) tick(ctx context.Context) { argument
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/replicated/
H A Dreplicated.go14 type Orchestrator struct { struct
32 func NewReplicatedOrchestrator(store *store.MemoryStore) *Orchestrator {
35 return &Orchestrator{
47 func (r *Orchestrator) Run(ctx context.Context) error { argument
96 func (r *Orchestrator) Stop() { argument
103 func (r *Orchestrator) tick(ctx context.Context) { argument
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/replicated/
H A Dreplicated.go15 type Orchestrator struct { struct
33 func NewReplicatedOrchestrator(store *store.MemoryStore) *Orchestrator {
36 return &Orchestrator{
48 func (r *Orchestrator) Run(ctx context.Context) error { argument
97 func (r *Orchestrator) Stop() { argument
104 func (r *Orchestrator) tick(ctx context.Context) { argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/replicated/
H A Dreplicated.go15 type Orchestrator struct { struct
33 func NewReplicatedOrchestrator(store *store.MemoryStore) *Orchestrator {
36 return &Orchestrator{
48 func (r *Orchestrator) Run(ctx context.Context) error { argument
97 func (r *Orchestrator) Stop() { argument
104 func (r *Orchestrator) tick(ctx context.Context) { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/replicated/
H A Dreplicated.go15 type Orchestrator struct { struct
33 func NewReplicatedOrchestrator(store *store.MemoryStore) *Orchestrator {
36 return &Orchestrator{
48 func (r *Orchestrator) Run(ctx context.Context) error { argument
97 func (r *Orchestrator) Stop() { argument
104 func (r *Orchestrator) tick(ctx context.Context) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/replicated/
H A Dreplicated.go14 type Orchestrator struct { struct
32 func NewReplicatedOrchestrator(store *store.MemoryStore) *Orchestrator {
35 return &Orchestrator{
47 func (r *Orchestrator) Run(ctx context.Context) error { argument
96 func (r *Orchestrator) Stop() { argument
103 func (r *Orchestrator) tick(ctx context.Context) { argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/replicated/
H A Dreplicated.go14 type Orchestrator struct { struct
32 func NewReplicatedOrchestrator(store *store.MemoryStore) *Orchestrator {
35 return &Orchestrator{
47 func (r *Orchestrator) Run(ctx context.Context) error { argument
96 func (r *Orchestrator) Stop() { argument
103 func (r *Orchestrator) tick(ctx context.Context) { argument
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/replicated/
H A Dreplicated.go14 type Orchestrator struct { struct
32 func NewReplicatedOrchestrator(store *store.MemoryStore) *Orchestrator {
35 return &Orchestrator{
47 func (r *Orchestrator) Run(ctx context.Context) error { argument
96 func (r *Orchestrator) Stop() { argument
103 func (r *Orchestrator) tick(ctx context.Context) { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/docker/swarmkit/manager/orchestrator/replicated/
H A Dreplicated.go15 type Orchestrator struct { struct
33 func NewReplicatedOrchestrator(store *store.MemoryStore) *Orchestrator {
36 return &Orchestrator{
48 func (r *Orchestrator) Run(ctx context.Context) error { argument
97 func (r *Orchestrator) Stop() { argument
104 func (r *Orchestrator) tick(ctx context.Context) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/global/
H A Dglobal.go24 type Orchestrator struct { struct
44 func NewGlobalOrchestrator(store *store.MemoryStore) *Orchestrator {
47 return &Orchestrator{
64 func (g *Orchestrator) Run(ctx context.Context) error { argument
202 func (g *Orchestrator) handleTaskChange(ctx context.Context, t *api.Task) { argument
219 func (g *Orchestrator) Stop() { argument
352 func (g *Orchestrator) updateNode(node *api.Node) { argument
361 func (g *Orchestrator) updateService(service *api.Service) { argument
488 func (g *Orchestrator) tickTasks(ctx context.Context) { argument
577 func (g *Orchestrator) IsRelatedService(service *api.Service) bool { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/global/
H A Dglobal.go25 type Orchestrator struct { struct
45 func NewGlobalOrchestrator(store *store.MemoryStore) *Orchestrator {
48 return &Orchestrator{
65 func (g *Orchestrator) Run(ctx context.Context) error { argument
203 func (g *Orchestrator) handleTaskChange(ctx context.Context, t *api.Task) { argument
220 func (g *Orchestrator) Stop() { argument
353 func (g *Orchestrator) updateNode(node *api.Node) { argument
362 func (g *Orchestrator) updateService(service *api.Service) { argument
489 func (g *Orchestrator) tickTasks(ctx context.Context) { argument
578 func (g *Orchestrator) IsRelatedService(service *api.Service) bool { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/global/
H A Dglobal.go25 type Orchestrator struct { struct
45 func NewGlobalOrchestrator(store *store.MemoryStore) *Orchestrator {
48 return &Orchestrator{
65 func (g *Orchestrator) Run(ctx context.Context) error { argument
203 func (g *Orchestrator) handleTaskChange(ctx context.Context, t *api.Task) { argument
220 func (g *Orchestrator) Stop() { argument
353 func (g *Orchestrator) updateNode(node *api.Node) { argument
362 func (g *Orchestrator) updateService(service *api.Service) { argument
489 func (g *Orchestrator) tickTasks(ctx context.Context) { argument
578 func (g *Orchestrator) IsRelatedService(service *api.Service) bool { argument
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/swarmkit/manager/orchestrator/global/
H A Dglobal.go25 type Orchestrator struct { struct
45 func NewGlobalOrchestrator(store *store.MemoryStore) *Orchestrator {
48 return &Orchestrator{
65 func (g *Orchestrator) Run(ctx context.Context) error { argument
203 func (g *Orchestrator) handleTaskChange(ctx context.Context, t *api.Task) { argument
220 func (g *Orchestrator) Stop() { argument
353 func (g *Orchestrator) updateNode(node *api.Node) { argument
362 func (g *Orchestrator) updateService(service *api.Service) { argument
489 func (g *Orchestrator) tickTasks(ctx context.Context) { argument
578 func (g *Orchestrator) IsRelatedService(service *api.Service) bool { argument
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/global/
H A Dglobal.go24 type Orchestrator struct { struct
44 func NewGlobalOrchestrator(store *store.MemoryStore) *Orchestrator {
47 return &Orchestrator{
64 func (g *Orchestrator) Run(ctx context.Context) error { argument
202 func (g *Orchestrator) handleTaskChange(ctx context.Context, t *api.Task) { argument
219 func (g *Orchestrator) Stop() { argument
352 func (g *Orchestrator) updateNode(node *api.Node) { argument
361 func (g *Orchestrator) updateService(service *api.Service) { argument
488 func (g *Orchestrator) tickTasks(ctx context.Context) { argument
577 func (g *Orchestrator) IsRelatedService(service *api.Service) bool { argument
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/global/
H A Dglobal.go25 type Orchestrator struct { struct
45 func NewGlobalOrchestrator(store *store.MemoryStore) *Orchestrator {
48 return &Orchestrator{
65 func (g *Orchestrator) Run(ctx context.Context) error { argument
203 func (g *Orchestrator) handleTaskChange(ctx context.Context, t *api.Task) { argument
220 func (g *Orchestrator) Stop() { argument
353 func (g *Orchestrator) updateNode(node *api.Node) { argument
362 func (g *Orchestrator) updateService(service *api.Service) { argument
489 func (g *Orchestrator) tickTasks(ctx context.Context) { argument
578 func (g *Orchestrator) IsRelatedService(service *api.Service) bool { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/global/
H A Dglobal.go25 type Orchestrator struct { struct
45 func NewGlobalOrchestrator(store *store.MemoryStore) *Orchestrator {
48 return &Orchestrator{
65 func (g *Orchestrator) Run(ctx context.Context) error { argument
203 func (g *Orchestrator) handleTaskChange(ctx context.Context, t *api.Task) { argument
220 func (g *Orchestrator) Stop() { argument
353 func (g *Orchestrator) updateNode(node *api.Node) { argument
362 func (g *Orchestrator) updateService(service *api.Service) { argument
489 func (g *Orchestrator) tickTasks(ctx context.Context) { argument
578 func (g *Orchestrator) IsRelatedService(service *api.Service) bool { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/global/
H A Dglobal.go25 type Orchestrator struct { struct
45 func NewGlobalOrchestrator(store *store.MemoryStore) *Orchestrator {
48 return &Orchestrator{
65 func (g *Orchestrator) Run(ctx context.Context) error { argument
203 func (g *Orchestrator) handleTaskChange(ctx context.Context, t *api.Task) { argument
220 func (g *Orchestrator) Stop() { argument
353 func (g *Orchestrator) updateNode(node *api.Node) { argument
362 func (g *Orchestrator) updateService(service *api.Service) { argument
489 func (g *Orchestrator) tickTasks(ctx context.Context) { argument
578 func (g *Orchestrator) IsRelatedService(service *api.Service) bool { argument
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/manager/orchestrator/global/
H A Dglobal.go24 type Orchestrator struct { struct
44 func NewGlobalOrchestrator(store *store.MemoryStore) *Orchestrator {
47 return &Orchestrator{
64 func (g *Orchestrator) Run(ctx context.Context) error { argument
202 func (g *Orchestrator) handleTaskChange(ctx context.Context, t *api.Task) { argument
219 func (g *Orchestrator) Stop() { argument
352 func (g *Orchestrator) updateNode(node *api.Node) { argument
361 func (g *Orchestrator) updateService(service *api.Service) { argument
488 func (g *Orchestrator) tickTasks(ctx context.Context) { argument
577 func (g *Orchestrator) IsRelatedService(service *api.Service) bool { argument
[all …]

12345678910>>...26