Namespace Google.Apis.CloudRun.v1alpha1.Data
Classes
Addressable
Information for connecting over HTTP(s).
AuditConfig
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. If there are AuditConfigs for both allServices and a specific service, the union of the two
AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the
exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: {
"audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ",
"exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ]
}, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, {
"log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this
policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ
logging, and aliya@example.com from DATA_WRITE logging.
AuditLogConfig
Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.
AuthorizedDomain
A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central.
Binding
Associates members with a role.
Capabilities
Adds and removes POSIX capabilities from running containers.
CloudAuditLogsSource
CloudAuditLogsSourceSpec
The desired state of the CloudAuditLogsSource.
CloudAuditLogsSourceStatus
CloudAuditLogsSourceStatus represents the current state of a CloudAuditLogsSource.
CloudEventOverrides
CloudEventOverrides defines arguments for a Source that control the output format of the CloudEvents produced by the Source.
CloudPubSubSource
CloudPubSubSourceSpec
The desired state of the CloudPubSubSource.
CloudPubSubSourceStatus
CloudPubSubSourceStatus represents the current state of a CloudPubSubSource.
CloudSchedulerSource
The CloudSchedulerSource resource.
CloudSchedulerSourceSpec
The desired state of the CloudSchedulerSource.
CloudSchedulerSourceStatus
CloudSchedulerSourceStatus represents the current state of a CloudSchedulerSource.
CloudStorageSource
The CloudStorageSource resource.
CloudStorageSourceSpec
The desired state of the CloudStorageSource.
CloudStorageSourceStatus
CloudStorageSourceStatus represents the current state of a CloudStorageSource.
Condition
Condition defines a generic condition for a Resource
ConfigMapEnvSource
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
Cloud Run fully managed: not supported Cloud Run on GKE: supported Selects a key from a ConfigMap.
ConfigMapVolumeSource
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
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
ConfigurationCondition defines a readiness condition for a Configuration.
ConfigurationSpec
ConfigurationSpec holds the desired state of the Configuration (from the client).
ConfigurationStatus
ConfigurationStatus communicates the observed state of the Configuration (from the controller).
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.
Destination
DomainMapping
Resource to hold the state and status of a user's domain mapping.
DomainMappingCondition
DomainMappingCondition contains state information for a DomainMapping.
DomainMappingSpec
The desired state of the Domain Mapping.
DomainMappingStatus
The current state of the Domain Mapping.
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); } The JSON representation for Empty is empty
JSON object {}.
EnvFromSource
EnvFromSource represents the source of a set of ConfigMaps
EnvVar
EnvVar represents an environment variable present in a Container.
EnvVarSource
Cloud Run fully managed: not supported Cloud Run on GKE: supported EnvVarSource represents a source for the value of an EnvVar.
ExecAction
ExecAction describes a "run in container" action.
Expr
Handler
Handler defines a specific action that should be taken
HTTPGetAction
HTTPGetAction describes an action based on HTTP Get requests.
HTTPHeader
HTTPHeader describes a custom header to be used in HTTP probes
IntOrString
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.
KeyToPath
Maps a string key to a path within a volume.
Lifecycle
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.
ListAuthorizedDomainsResponse
A list of Authorized Domains.
ListCloudAuditLogsSourcesResponse
ListCloudAuditLogsSourcesResponse is a list of CloudAuditLogsSource resources.
ListCloudPubSubSourcesResponse
ListCloudPubSubSourcesResponse is a list of CloudPubSubSource resources.
ListCloudSchedulerSourcesResponse
ListCloudSchedulerSourcesResponse is a list of CloudSchedulerSource resources.
ListCloudStorageSourcesResponse
ListCloudStorageSourcesResponse is a list of CloudStorageSource resources.
ListConfigurationsResponse
ListConfigurationsResponse is a list of Configuration resources.
ListDomainMappingsResponse
ListDomainMappingsResponse is a list of DomainMapping resources.
ListLocationsResponse
The response message for Locations.ListLocations.
ListMeta
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
ListRevisionsResponse
ListRevisionsResponse is a list of Revision resources.
ListRoutesResponse
ListRoutesResponse is a list of Route resources.
ListServicesResponse
A list of Service resources.
ListTriggersResponse
ListTriggersResponse is a list of Trigger resources.
LocalObjectReference
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
Location
A resource that represents Google Cloud Platform location.
ObjectMeta
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
ObjectReference
ObjectReference contains enough information to let you inspect or modify the referred object.
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.
Policy
Probe
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
Quantity
The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kuber netes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto
ResourceRecord
A DNS resource record.
ResourceRequirements
ResourceRequirements describes the compute resource requirements.
Revision
Revision is an immutable snapshot of code and configuration. A revision references a container image. Revisions are created by updates to a Configuration. Cloud Run does not currently support referencing a build that is responsible for materializing the container image from source. See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#revision
RevisionCondition
RevisionCondition defines a readiness condition for a Revision.
RevisionSpec
RevisionSpec holds the desired state of the Revision (from the client).
RevisionStatus
RevisionStatus communicates the observed state of the Revision (from the controller).
RevisionTemplate
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
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 Cloud Run currently supports referencing a single Configuration to automatically deploy the "latest ready" Revision from that Configuration.
RouteCondition
RouteCondition defines a readiness condition for a Route.
RouteSpec
RouteSpec holds the desired state of the Route (from the client).
RouteStatus
RouteStatus communicates the observed state of the Route (from the controller).
SecretEnvSource
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
Cloud Run fully managed: not supported Cloud Run on GKE: supported SecretKeySelector selects a key of a Secret.
SecretVolumeSource
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
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.
SELinuxOptions
SELinuxOptions are the labels to be applied to the container
Service
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). The Service's controller will track the statuses of its owned Configuration and Route, reflecting their statuses and conditions as its own. See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#service
ServiceCondition
ServiceCondition defines a readiness condition for a Service.
ServiceSpec
ServiceSpec holds the desired state of the Route (from the client), which is used to manipulate the underlying Route and Configuration(s).
ServiceSpecManualType
ServiceSpecManualType contains the options for configuring a manual service. See ServiceSpec for more details. Not currently supported by Cloud Run.
ServiceSpecPinnedType
ServiceSpecPinnedType Pins this service to a specific revision name. The revision must be owned by the configuration provided. Deprecated and not supported by Cloud Run.
ServiceSpecReleaseType
ServiceSpecReleaseType contains the options for slowly releasing revisions. See ServiceSpec for more details. Not currently supported by Cloud Run.
ServiceSpecRunLatest
ServiceSpecRunLatest contains the options for always having a route to the latest configuration. See ServiceSpec for more details.
ServiceStatus
The current state of the Service. Output only.
SetIamPolicyRequest
Request message for SetIamPolicy method.
TCPSocketAction
TCPSocketAction describes an action based on opening a socket
TestIamPermissionsRequest
Request message for TestIamPermissions method.
TestIamPermissionsResponse
Response message for TestIamPermissions method.
TrafficTarget
TrafficTarget holds a single entry of the routing table for a Route.
Trigger
TriggerCondition
TriggerCondition contains state information for an Trigger.
TriggerFilter
TriggerSpec
The desired state of the Trigger.
TriggerStatus
TriggerStatus represents the current state of a Trigger.
Volume
Volume represents a named volume in a container.
VolumeDevice
volumeDevice describes a mapping of a raw block device within a container.
VolumeMount
VolumeMount describes a mounting of a Volume within a container.