GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyResponse

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Which container image sources are allowed. Currently only RBE-supported registry (gcr.io) is allowed. One can allow all repositories under a project or one specific repository only. E.g. container_image_sources { policy: RESTRICTED allowed_values: "gcr.io/project-foo", "gcr.io/project-bar/repo-baz", } will allow any repositories under "gcr.io/project-foo" plus the repository "gcr.io/project-bar/repo-baz". Default (UNSPECIFIED) is equivalent to any source is allowed.

Link copied to clipboard

Whether dockerAddCapabilities can be used or what capabilities are allowed.

Link copied to clipboard
Link copied to clipboard

Whether dockerNetwork can be used or what network modes are allowed. E.g. one may allow off value only via allowed_values.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether dockerRuntime is allowed to be set or what runtimes are allowed. Note linux_isolation takes precedence, and if set, docker_runtime values may be rejected if they are incompatible with the selected isolation.

Link copied to clipboard

linux_isolation allows overriding the docker runtime used for containers started on Linux.