Home
last modified time | relevance | path

Searched refs:WithCommand (Results 1 – 25 of 91) sorted by relevance

1234

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/testcontainers/testcontainers-go/
H A Dcompose_test.go46 execError := compose.WithCommand([]string{"up", "-d"}).Invoke()
63 WithCommand([]string{"up", "-d"}).
78 compose.WithCommand([]string{"up", "-d"})
105 WithCommand([]string{"up", "-d"}).
123 WithCommand([]string{"up", "-d"}).
145 WithCommand([]string{"up", "-d"}).
178 WithCommand([]string{"up", "-d"}).
H A Dcompose.go27 WithCommand([]string) DockerCompose methodSpec
98 func (dc *LocalDockerCompose) WithCommand(cmd []string) DockerCompose { func
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-robomaker/include/aws/robomaker/model/
H A DTool.h150 inline Tool& WithCommand(const Aws::String& value) { SetCommand(value); return *this;} in WithCommand() function
156 inline Tool& WithCommand(Aws::String&& value) { SetCommand(std::move(value)); return *this;} in WithCommand() function
162 inline Tool& WithCommand(const char* value) { SetCommand(value); return *this;} in WithCommand() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DSendCommandResult.h57 inline SendCommandResult& WithCommand(const Command& value) { SetCommand(value); return *this;} in WithCommand() function
63 …inline SendCommandResult& WithCommand(Command&& value) { SetCommand(std::move(value)); return *thi… in WithCommand() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecs/include/aws/ecs/model/
H A DExecuteCommandRequest.h163 …inline ExecuteCommandRequest& WithCommand(const Aws::String& value) { SetCommand(value); return *t… in WithCommand() function
168 …inline ExecuteCommandRequest& WithCommand(Aws::String&& value) { SetCommand(std::move(value)); ret… in WithCommand() function
173 inline ExecuteCommandRequest& WithCommand(const char* value) { SetCommand(value); return *this;} in WithCommand() function
H A DHealthCheck.h167 …inline HealthCheck& WithCommand(const Aws::Vector<Aws::String>& value) { SetCommand(value); return… in WithCommand() function
186 …inline HealthCheck& WithCommand(Aws::Vector<Aws::String>&& value) { SetCommand(std::move(value)); … in WithCommand() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sms/include/aws/sms/model/
H A DSSMValidationParameters.h181 …inline SSMValidationParameters& WithCommand(const Aws::String& value) { SetCommand(value); return … in WithCommand() function
186 …inline SSMValidationParameters& WithCommand(Aws::String&& value) { SetCommand(std::move(value)); r… in WithCommand() function
191 … inline SSMValidationParameters& WithCommand(const char* value) { SetCommand(value); return *this;} in WithCommand() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DAwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails.h65 …inline AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails& WithCommand(const Aws::Vector<A… in WithCommand() function
70 …inline AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails& WithCommand(Aws::Vector<Aws::St… in WithCommand() function
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_psscript.ps180 $WithCommand in Get-SplattableParameters() variable
87 'WithCommand' { $WithCommand } in Get-SplattableParameters() variable
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/integration/
H A Dvolume_copy_up_test.go55 WithCommand("tail", "-f", "/dev/null"),
117 WithCommand("tail", "-f", "/dev/null"),
H A Dcontainer_stop_test.go60 WithCommand("sh", "-c", "sleep 10000 & sleep 10000"),
104 WithCommand("sh", "-c", `trap "echo ignore sigterm" TERM; sleep 1000`),
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/integration/
H A Dvolume_copy_up_test.go55 WithCommand("tail", "-f", "/dev/null"),
117 WithCommand("tail", "-f", "/dev/null"),
H A Dcontainer_stop_test.go60 WithCommand("sh", "-c", "sleep 10000 & sleep 10000"),
104 WithCommand("sh", "-c", `trap "echo ignore sigterm" TERM; sleep 1000`),
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/integration/
H A Dvolume_copy_up_test.go55 WithCommand("tail", "-f", "/dev/null"),
117 WithCommand("tail", "-f", "/dev/null"),
H A Dcontainer_stop_test.go60 WithCommand("sh", "-c", "sleep 10000 & sleep 10000"),
104 WithCommand("sh", "-c", `trap "echo ignore sigterm" TERM; sleep 1000`),
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lambda/include/aws/lambda/model/
H A DImageConfig.h122 …inline ImageConfig& WithCommand(const Aws::Vector<Aws::String>& value) { SetCommand(value); return… in WithCommand() function
127 …inline ImageConfig& WithCommand(Aws::Vector<Aws::String>&& value) { SetCommand(std::move(value)); … in WithCommand() function
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dexecaction.go36 func (b *ExecActionApplyConfiguration) WithCommand(values ...string) *ExecActionApplyConfiguration { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dexecaction.go36 func (b *ExecActionApplyConfiguration) WithCommand(values ...string) *ExecActionApplyConfiguration { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dexecaction.go36 func (b *ExecActionApplyConfiguration) WithCommand(values ...string) *ExecActionApplyConfiguration { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/applyconfigurations/core/v1/
H A Dexecaction.go36 func (b *ExecActionApplyConfiguration) WithCommand(values ...string) *ExecActionApplyConfiguration { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dexecaction.go36 func (b *ExecActionApplyConfiguration) WithCommand(values ...string) *ExecActionApplyConfiguration { func
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dexecaction.go36 func (b *ExecActionApplyConfiguration) WithCommand(values ...string) *ExecActionApplyConfiguration { func
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/applyconfigurations/core/v1/
H A Dexecaction.go36 func (b *ExecActionApplyConfiguration) WithCommand(values ...string) *ExecActionApplyConfiguration { func
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dexecaction.go36 func (b *ExecActionApplyConfiguration) WithCommand(values ...string) *ExecActionApplyConfiguration { func
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-batch/include/aws/batch/model/
H A DContainerOverrides.h72 …inline ContainerOverrides& WithCommand(const Aws::Vector<Aws::String>& value) { SetCommand(value);… in WithCommand() function
78 …inline ContainerOverrides& WithCommand(Aws::Vector<Aws::String>&& value) { SetCommand(std::move(va… in WithCommand() function

1234