Home
last modified time | relevance | path

Searched refs:forcePull (Results 1 – 4 of 4) sorted by relevance

/dports/net/traefik/traefik-2.6.1/vendor/github.com/gambol99/go-marathon/
H A Ddocker.go230 func (docker *Docker) SetForcePullImage(forcePull bool) *Docker {
231 docker.ForcePullImage = &forcePull
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOFIRM.h268 virtual int pull_town_people(int townRecno, char remoteAction, int raceId=0, int forcePull=0);
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/build/v1/
H A Dgenerated.proto621 // forcePull describes if the controller should configure the build pod to always pull the images
623 optional bool forcePull = 5;
651 // forcePull describes if the builder should pull the images from registry prior to building.
652 optional bool forcePull = 5;
943 // forcePull describes if the builder should pull the images from registry prior to building.
944 optional bool forcePull = 6;
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOFIRM.cpp2013 int Firm::pull_town_people(int townRecno, char remoteAction, int raceId, int forcePull) in pull_town_people() argument
2030 shortPtr[3] = forcePull; in pull_town_people()
2056 if( forcePull ) // right-click to force pulling a worker from the village in pull_town_people()