API Reference google_api_cloud_run v0.44.0

Modules

API client metadata for GoogleApi.CloudRun.V1alpha1.

API calls for all endpoints tagged Namespaces.

Handle Tesla connections for GoogleApi.CloudRun.V1alpha1.

Adds and removes POSIX capabilities from running containers.

ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.

Cloud Run fully managed: not supported Cloud Run on GKE: supported Selects a key from a ConfigMap.

Adapts a ConfigMap into a volume. The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths.

A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. Note that additional arguments may be supplied by the system to the container at runtime.

ContainerPort represents a network port in a single container.

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.

EnvFromSource represents the source of a set of ConfigMaps

EnvVar represents an environment variable present in a Container.

Cloud Run fully managed: not supported Cloud Run on GKE: supported EnvVarSource represents a source for the value of an EnvVar.

ExecAction describes a "run in container" action.

HTTPGetAction describes an action based on HTTP Get requests.

HTTPHeader describes a custom header to be used in HTTP probes

Handler defines a specific action that should be taken

InstanceSpec is a description of an instance.

Instance represents the status of an instance of a Job.

InstanceTemplateSpec describes the data an instance should have when created from a template.

IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.

Job represents the configuration of a single job. A job an immutable resource that references a container image which is run to completion.

JobCondition defines a readiness condition for a Revision.

JobSpec describes how the job execution will look like.

JobStatus represents the current state of a Job.

Maps a string key to a path within a volume.

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

ListJobsResponse is a list of Jobs resources.

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

ResourceRequirements describes the compute resource requirements.

SELinuxOptions are the labels to be applied to the container

SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret's Data field will represent the key-value pairs as environment variables.

Cloud Run fully managed: not supported Cloud Run on GKE: supported SecretKeySelector selects a key of a Secret.

The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names.

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

TCPSocketAction describes an action based on opening a socket

Volume represents a named volume in a container.

volumeDevice describes a mapping of a raw block device within a container.

VolumeMount describes a mounting of a Volume within a container.