Show / Hide Table of Contents

Namespace Google.Apis.CloudRun.v1alpha1.Data

Classes

ConfigMapEnvSource

Not supported by Cloud Run 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.

ConfigMapKeySelector

Not supported by Cloud Run Selects a key from a ConfigMap.

ConfigMapVolumeSource

Not supported by Cloud Run 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.

Container

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

ContainerPort represents a network port in a single container.

Empty

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); }

EnvFromSource

Not supported by Cloud Run EnvFromSource represents the source of a set of ConfigMaps

EnvVar

EnvVar represents an environment variable present in a Container.

EnvVarSource

EnvVarSource represents a source for the value of an EnvVar.

ExecAction

Not supported by Cloud Run ExecAction describes a "run in container" action.

GoogleRpcStatus

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.

GRPCAction

Not supported by Cloud Run GRPCAction describes an action involving a GRPC port.

HTTPGetAction

Not supported by Cloud Run HTTPGetAction describes an action based on HTTP Get requests.

HTTPHeader

Not supported by Cloud Run HTTPHeader describes a custom header to be used in HTTP probes

InstanceAttemptResult

Result of an instance attempt.

InstanceSpec

InstanceSpec is a description of an instance.

InstanceStatus

Instance represents the status of an instance of a Job.

InstanceTemplateSpec

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

Job

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

JobCondition

JobCondition defines a readiness condition for a Revision.

JobSpec

JobSpec describes how the job execution will look like.

JobStatus

JobStatus represents the current state of a Job.

KeyToPath

Maps a string key to a path within a volume.

ListJobsResponse

ListJobsResponse is a list of Jobs resources.

ListMeta

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

LocalObjectReference

Not supported by Cloud Run LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

ObjectMeta

k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

OwnerReference

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

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

ResourceRequirements

ResourceRequirements describes the compute resource requirements.

SecretEnvSource

Not supported by Cloud Run 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.

SecretKeySelector

SecretKeySelector selects a key of a Secret.

SecretVolumeSource

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secret_name. 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

Not supported by Cloud Run 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

Not supported by Cloud Run TCPSocketAction describes an action based on opening a socket

Volume

Volume represents a named volume in a container.

VolumeMount

VolumeMount describes a mounting of a Volume within a container.

In This Article
Back to top