google_api_cloud_run v0.33.0 API Reference

Modules

API client metadata for GoogleApi.CloudRun.V1alpha1.

API calls for all endpoints tagged Namespaces.

API calls for all endpoints tagged Projects.

Handle Tesla connections for GoogleApi.CloudRun.V1alpha1.

Information for connecting over HTTP(s).

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs.

Provides the configuration for logging a type of permissions. Example

A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central.

Associates members with a role.

Adds and removes POSIX capabilities from running containers.

Attributes

  • apiVersion (type: String.t, default: nil) - The API version for this call such as "events.cloud.google.com/v1alpha1".
  • kind (type: String.t, default: nil) - The kind of resource, in this case "CloudAuditLogsSource".
  • metadata (type: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t, default: nil) - Metadata associated with this CloudAuditLogsSource.
  • spec (type: GoogleApi.CloudRun.V1alpha1.Model.CloudAuditLogsSourceSpec.t, default: nil) - Spec defines the desired state of the CloudAuditLogsSource.
  • status (type: GoogleApi.CloudRun.V1alpha1.Model.CloudAuditLogsSourceStatus.t, default: nil) - Status represents the current state of the CloudAuditLogsSource. This data may be out of date. +optional

The desired state of the CloudAuditLogsSource.

CloudAuditLogsSourceStatus represents the current state of a CloudAuditLogsSource.

CloudEventOverrides defines arguments for a Source that control the output format of the CloudEvents produced by the Source.

Attributes

  • apiVersion (type: String.t, default: nil) - The API version for this call such as "events.cloud.google.com/v1alpha1".
  • kind (type: String.t, default: nil) - The kind of resource, in this case "CloudPubSubSource".
  • metadata (type: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t, default: nil) - Metadata associated with this CloudPubSubSource.
  • spec (type: GoogleApi.CloudRun.V1alpha1.Model.CloudPubSubSourceSpec.t, default: nil) - Spec defines the desired state of the CloudPubSubSource.
  • status (type: GoogleApi.CloudRun.V1alpha1.Model.CloudPubSubSourceStatus.t, default: nil) - Status represents the current state of the CloudPubSubSource. This data may be out of date. +optional

The desired state of the CloudPubSubSource.

CloudPubSubSourceStatus represents the current state of a CloudPubSubSource.

The CloudSchedulerSource resource.

The desired state of the CloudSchedulerSource.

CloudSchedulerSourceStatus represents the current state of a CloudSchedulerSource.

The CloudStorageSource resource.

The desired state of the CloudStorageSource.

CloudStorageSourceStatus represents the current state of a CloudStorageSource.

Condition defines a generic condition for a Resource

ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.

Cloud Run fully managed: not supported

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.

Configuration represents the "floating HEAD" of a linear history of Revisions, and optionally how the containers those revisions reference are built. Users create new Revisions by updating the Configuration's spec. The "latest created" revision's name is available under status, as is the "latest ready" revision's name. See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#configuration

ConfigurationCondition defines a readiness condition for a Configuration.

ConfigurationSpec holds the desired state of the Configuration (from the client).

ConfigurationStatus communicates the observed state of the Configuration (from the controller).

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.

Attributes

  • ref (type: GoogleApi.CloudRun.V1alpha1.Model.ObjectReference.t, default: nil) - ObjectReference points to an Addressable.

Resource to hold the state and status of a user's domain mapping.

DomainMappingCondition contains state information for a DomainMapping.

The desired state of the Domain Mapping.

The current state of the Domain Mapping.

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

EnvFromSource represents the source of a set of ConfigMaps

EnvVar represents an environment variable present in a Container.

Cloud Run fully managed: not supported

ExecAction describes a "run in container" action.

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec.

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

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.

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.

ListCloudAuditLogsSourcesResponse is a list of CloudAuditLogsSource resources.

ListCloudPubSubSourcesResponse is a list of CloudPubSubSource resources.

ListCloudSchedulerSourcesResponse is a list of CloudSchedulerSource resources.

ListCloudStorageSourcesResponse is a list of CloudStorageSource resources.

ListConfigurationsResponse is a list of Configuration resources.

ListDomainMappingsResponse is a list of DomainMapping resources.

The response message for Locations.ListLocations.

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

ListRevisionsResponse is a list of Revision resources.

ListRoutesResponse is a list of Route resources.

ListTriggersResponse is a list of Trigger resources.

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

A resource that represents Google Cloud Platform location.

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

ObjectReference contains enough information to let you inspect or modify the referred object.

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.

An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources.

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.

Revision is an immutable snapshot of code and configuration. A revision references a container image. Revisions are created by updates to a Configuration.

RevisionCondition defines a readiness condition for a Revision.

RevisionSpec holds the desired state of the Revision (from the client).

RevisionStatus communicates the observed state of the Revision (from the controller).

RevisionTemplateSpec describes the data a revision should have when created from a template. Based on: https://github.com/kubernetes/api/blob/e771f807/core/v1/types.go#L3179-L3190

Route is responsible for configuring ingress over a collection of Revisions. Some of the Revisions a Route distributes traffic over may be specified by referencing the Configuration responsible for creating them; in these cases the Route is additionally responsible for monitoring the Configuration for "latest ready" revision changes, and smoothly rolling out latest revisions. See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#route

RouteCondition defines a readiness condition for a Route.

RouteSpec holds the desired state of the Route (from the client).

RouteStatus communicates the observed state of the Route (from the controller).

SELinuxOptions are the labels to be applied to the container

SecretEnvSource selects a Secret to populate the environment variables with.

Cloud Run fully managed: not supported

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.

Service acts as a top-level container that manages a set of Routes and Configurations which implement a network service. Service exists to provide a singular abstraction which can be access controlled, reasoned about, and which encapsulates software lifecycle decisions such as rollout policy and team resource ownership. Service acts only as an orchestrator of the underlying Routes and Configurations (much as a kubernetes Deployment orchestrates ReplicaSets).

ServiceCondition defines a readiness condition for a Service.

ServiceSpec holds the desired state of the Route (from the client), which is used to manipulate the underlying Route and Configuration(s).

ServiceSpecManualType contains the options for configuring a manual service. See ServiceSpec for more details.

ServiceSpecPinnedType Pins this service to a specific revision name. The revision must be owned by the configuration provided.

ServiceSpecReleaseType contains the options for slowly releasing revisions. See ServiceSpec for more details.

ServiceSpecRunLatest contains the options for always having a route to the latest configuration. See ServiceSpec for more details.

The current state of the Service. Output only.

Request message for SetIamPolicy method.

TCPSocketAction describes an action based on opening a socket

Request message for TestIamPermissions method.

Response message for TestIamPermissions method.

TrafficTarget holds a single entry of the routing table for a Route.

Attributes

  • apiVersion (type: String.t, default: nil) - The API version for this call such as "eventing.knative.dev/v1alpha1".
  • kind (type: String.t, default: nil) - The kind of resource, in this case "Trigger".
  • metadata (type: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t, default: nil) - Metadata associated with this Trigger.
  • spec (type: GoogleApi.CloudRun.V1alpha1.Model.TriggerSpec.t, default: nil) - Spec defines the desired state of the Trigger.
  • status (type: GoogleApi.CloudRun.V1alpha1.Model.TriggerStatus.t, default: nil) - Optional. Status represents the current state of the Trigger. This data may be out of date.

TriggerCondition contains state information for an Trigger.

Attributes

  • attributes (type: map(), default: nil) - Optional. Attributes filters events by exact match on event context attributes. Each key in the map is compared with the equivalent key in the event context. An event passes the filter if all values are equal to the specified values.

The desired state of the Trigger.

TriggerStatus represents the current state of a Trigger.

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.