Home
last modified time | relevance | path

Searched refs:getRestartPolicy (Results 1 – 13 of 13) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/
H A DProvisioningOperationRunner.java64 manageJob(job, job.getRestartPolicy()); in schedule()
122 int globalRestartPolicy = ui.getPolicy().getRestartPolicy(); in manageJob()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/
H A DProfileModificationJob.java93 public int getRestartPolicy() { in getRestartPolicy() method in ProfileModificationJob
H A DProvisioningJob.java220 public int getRestartPolicy() { in getRestartPolicy() method in ProvisioningJob
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/
H A DPolicy.java211 public int getRestartPolicy() { in getRestartPolicy() method in Policy
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/run/
H A Drun.go296 restartPolicy, err := getRestartPolicy(cmd, o.Interactive)
540 func getRestartPolicy(cmd *cobra.Command, interactive bool) (corev1.RestartPolicy, error) { func
H A Drun_test.go91 policy, err := getRestartPolicy(cmd, test.interactive)
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/run/
H A Drun.go288 restartPolicy, err := getRestartPolicy(cmd, o.Interactive)
548 func getRestartPolicy(cmd *cobra.Command, interactive bool) (corev1.RestartPolicy, error) { func
H A Drun_test.go90 policy, err := getRestartPolicy(cmd, test.interactive)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/run/
H A Drun.go282 restartPolicy, err := getRestartPolicy(cmd, o.Interactive)
522 func getRestartPolicy(cmd *cobra.Command, interactive bool) (corev1.RestartPolicy, error) { func
H A Drun_test.go90 policy, err := getRestartPolicy(cmd, test.interactive)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/dialogs/
H A DResolutionResultsWizardPage.java277 protected int getRestartPolicy() { in getRestartPolicy() method in ResolutionResultsWizardPage
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/compose/v2/pkg/compose/
H A Dcreate.go364 RestartPolicy: getRestartPolicy(service),
456 func getRestartPolicy(service types.ServiceConfig) container.RestartPolicy { func
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Devent_estim.c2345 RESTARTPOLICY getRestartPolicy( in getRestartPolicy() function
2476 switch (getRestartPolicy(eventhdlrdata)) in shouldApplyRestart()