package run
import "google.golang.org/genproto/googleapis/cloud/run/v2"
Package run aliases all exported identifiers in package "cloud.google.com/go/run/apiv2/runpb".
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterRevisionsServer(s *grpc.Server, srv RevisionsServer)
- func RegisterServicesServer(s *grpc.Server, srv ServicesServer)
- type BinaryAuthorization
- type BinaryAuthorization_UseDefault
- type CloudSqlInstance
- type Condition
- type Condition_CommonReason
- type Condition_ExecutionReason
- type Condition_ExecutionReason_
- type Condition_Reason
- type Condition_RevisionReason
- type Condition_RevisionReason_
- type Condition_Severity
- type Condition_State
- type Container
- type ContainerPort
- type CreateServiceRequest
- type DeleteRevisionRequest
- type DeleteServiceRequest
- type EnvVar
- type EnvVarSource
- type EnvVar_Value
- type EnvVar_ValueSource
- type ExecutionEnvironment
- type GetRevisionRequest
- type GetServiceRequest
- type HTTPGetAction
- type HTTPHeader
- type IngressTraffic
- type ListRevisionsRequest
- type ListRevisionsResponse
- type ListServicesRequest
- type ListServicesResponse
- type Probe
- type Probe_HttpGet
- type Probe_TcpSocket
- type ResourceRequirements
- type Revision
- type RevisionScaling
- type RevisionTemplate
- type RevisionsClient
- type RevisionsServer
- type SecretKeySelector
- type SecretVolumeSource
- type Service
- type ServicesClient
- type ServicesServer
- type TCPSocketAction
- type TrafficTarget
- type TrafficTargetAllocationType
- type TrafficTargetStatus
- type UnimplementedRevisionsServer
- type UnimplementedServicesServer
- type UpdateServiceRequest
- type VersionToPath
- type Volume
- type VolumeMount
- type Volume_CloudSqlInstance
- type Volume_Secret
- type VpcAccess
- type VpcAccess_VpcEgress
Constants ¶
const ( Condition_ACTIVE_REVISION_LIMIT_REACHED = src.Condition_ACTIVE_REVISION_LIMIT_REACHED Condition_CANCELLED = src.Condition_CANCELLED Condition_COMMON_REASON_UNDEFINED = src.Condition_COMMON_REASON_UNDEFINED Condition_CONDITION_FAILED = src.Condition_CONDITION_FAILED Condition_CONDITION_PENDING = src.Condition_CONDITION_PENDING Condition_CONDITION_RECONCILING = src.Condition_CONDITION_RECONCILING Condition_CONDITION_SUCCEEDED = src.Condition_CONDITION_SUCCEEDED Condition_CONTAINER_IMAGE_AUTHORIZATION_CHECK_FAILED = src.Condition_CONTAINER_IMAGE_AUTHORIZATION_CHECK_FAILED Condition_CONTAINER_IMAGE_UNAUTHORIZED = src.Condition_CONTAINER_IMAGE_UNAUTHORIZED Condition_CONTAINER_MISSING = src.Condition_CONTAINER_MISSING Condition_CONTAINER_PERMISSION_DENIED = src.Condition_CONTAINER_PERMISSION_DENIED Condition_CUSTOMIZED_PATH_RESPONSE_PENDING = src.Condition_CUSTOMIZED_PATH_RESPONSE_PENDING Condition_ENCRYPTION_KEY_CHECK_FAILED = src.Condition_ENCRYPTION_KEY_CHECK_FAILED Condition_ENCRYPTION_KEY_PERMISSION_DENIED = src.Condition_ENCRYPTION_KEY_PERMISSION_DENIED Condition_ERROR = src.Condition_ERROR Condition_EXECUTION_REASON_UNDEFINED = src.Condition_EXECUTION_REASON_UNDEFINED Condition_HEALTH_CHECK_CONTAINER_ERROR = src.Condition_HEALTH_CHECK_CONTAINER_ERROR Condition_HEALTH_CHECK_SKIPPED = src.Condition_HEALTH_CHECK_SKIPPED Condition_IMMEDIATE_RETRY = src.Condition_IMMEDIATE_RETRY Condition_INFO = src.Condition_INFO Condition_INTERNAL = src.Condition_INTERNAL Condition_JOB_STATUS_SERVICE_POLLING_ERROR = src.Condition_JOB_STATUS_SERVICE_POLLING_ERROR Condition_MIN_INSTANCES_NOT_PROVISIONED = src.Condition_MIN_INSTANCES_NOT_PROVISIONED Condition_NON_ZERO_EXIT_CODE = src.Condition_NON_ZERO_EXIT_CODE Condition_NO_DEPLOYMENT = src.Condition_NO_DEPLOYMENT Condition_PENDING = src.Condition_PENDING Condition_POSTPONED_RETRY = src.Condition_POSTPONED_RETRY Condition_PROGRESS_DEADLINE_EXCEEDED = src.Condition_PROGRESS_DEADLINE_EXCEEDED Condition_RECREATING = src.Condition_RECREATING Condition_RESERVE = src.Condition_RESERVE Condition_RETIRED = src.Condition_RETIRED Condition_RETIRING = src.Condition_RETIRING Condition_REVISION_FAILED = src.Condition_REVISION_FAILED Condition_REVISION_REASON_UNDEFINED = src.Condition_REVISION_REASON_UNDEFINED Condition_SECRETS_ACCESS_CHECK_FAILED = src.Condition_SECRETS_ACCESS_CHECK_FAILED Condition_SEVERITY_UNSPECIFIED = src.Condition_SEVERITY_UNSPECIFIED Condition_STATE_UNSPECIFIED = src.Condition_STATE_UNSPECIFIED Condition_UNKNOWN = src.Condition_UNKNOWN Condition_WAITING_FOR_OPERATION = src.Condition_WAITING_FOR_OPERATION Condition_WARNING = src.Condition_WARNING ExecutionEnvironment_EXECUTION_ENVIRONMENT_GEN1 = src.ExecutionEnvironment_EXECUTION_ENVIRONMENT_GEN1 ExecutionEnvironment_EXECUTION_ENVIRONMENT_GEN2 = src.ExecutionEnvironment_EXECUTION_ENVIRONMENT_GEN2 ExecutionEnvironment_EXECUTION_ENVIRONMENT_UNSPECIFIED = src.ExecutionEnvironment_EXECUTION_ENVIRONMENT_UNSPECIFIED IngressTraffic_INGRESS_TRAFFIC_ALL = src.IngressTraffic_INGRESS_TRAFFIC_ALL IngressTraffic_INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER = src.IngressTraffic_INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER IngressTraffic_INGRESS_TRAFFIC_INTERNAL_ONLY = src.IngressTraffic_INGRESS_TRAFFIC_INTERNAL_ONLY IngressTraffic_INGRESS_TRAFFIC_UNSPECIFIED = src.IngressTraffic_INGRESS_TRAFFIC_UNSPECIFIED TrafficTargetAllocationType_TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST = src.TrafficTargetAllocationType_TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST TrafficTargetAllocationType_TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION = src.TrafficTargetAllocationType_TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION TrafficTargetAllocationType_TRAFFIC_TARGET_ALLOCATION_TYPE_UNSPECIFIED = src.TrafficTargetAllocationType_TRAFFIC_TARGET_ALLOCATION_TYPE_UNSPECIFIED VpcAccess_ALL_TRAFFIC = src.VpcAccess_ALL_TRAFFIC VpcAccess_PRIVATE_RANGES_ONLY = src.VpcAccess_PRIVATE_RANGES_ONLY VpcAccess_VPC_EGRESS_UNSPECIFIED = src.VpcAccess_VPC_EGRESS_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/run/apiv2/runpb
Variables ¶
var ( Condition_CommonReason_name = src.Condition_CommonReason_name Condition_CommonReason_value = src.Condition_CommonReason_value Condition_ExecutionReason_name = src.Condition_ExecutionReason_name Condition_ExecutionReason_value = src.Condition_ExecutionReason_value Condition_RevisionReason_name = src.Condition_RevisionReason_name Condition_RevisionReason_value = src.Condition_RevisionReason_value Condition_Severity_name = src.Condition_Severity_name Condition_Severity_value = src.Condition_Severity_value Condition_State_name = src.Condition_State_name Condition_State_value = src.Condition_State_value ExecutionEnvironment_name = src.ExecutionEnvironment_name ExecutionEnvironment_value = src.ExecutionEnvironment_value File_google_cloud_run_v2_condition_proto = src.File_google_cloud_run_v2_condition_proto File_google_cloud_run_v2_k8s_min_proto = src.File_google_cloud_run_v2_k8s_min_proto File_google_cloud_run_v2_revision_proto = src.File_google_cloud_run_v2_revision_proto File_google_cloud_run_v2_revision_template_proto = src.File_google_cloud_run_v2_revision_template_proto File_google_cloud_run_v2_service_proto = src.File_google_cloud_run_v2_service_proto File_google_cloud_run_v2_traffic_target_proto = src.File_google_cloud_run_v2_traffic_target_proto File_google_cloud_run_v2_vendor_settings_proto = src.File_google_cloud_run_v2_vendor_settings_proto IngressTraffic_name = src.IngressTraffic_name IngressTraffic_value = src.IngressTraffic_value TrafficTargetAllocationType_name = src.TrafficTargetAllocationType_name TrafficTargetAllocationType_value = src.TrafficTargetAllocationType_value VpcAccess_VpcEgress_name = src.VpcAccess_VpcEgress_name VpcAccess_VpcEgress_value = src.VpcAccess_VpcEgress_value )
Deprecated: Please use vars in: cloud.google.com/go/run/apiv2/runpb
Functions ¶
func RegisterRevisionsServer ¶
func RegisterRevisionsServer(s *grpc.Server, srv RevisionsServer)
Deprecated: Please use funcs in: cloud.google.com/go/run/apiv2/runpb
func RegisterServicesServer ¶
func RegisterServicesServer(s *grpc.Server, srv ServicesServer)
Deprecated: Please use funcs in: cloud.google.com/go/run/apiv2/runpb
Types ¶
type BinaryAuthorization ¶
type BinaryAuthorization = src.BinaryAuthorization
Settings for Binary Authorization feature.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type BinaryAuthorization_UseDefault ¶
type BinaryAuthorization_UseDefault = src.BinaryAuthorization_UseDefault
type CloudSqlInstance ¶
type CloudSqlInstance = src.CloudSqlInstance
Represents a specific Cloud SQL instance.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Condition ¶
Defines a status condition for a resource.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Condition_CommonReason ¶
type Condition_CommonReason = src.Condition_CommonReason
Reasons common to all types of conditions.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Condition_ExecutionReason ¶
type Condition_ExecutionReason = src.Condition_ExecutionReason
Reasons specific to Execution resource.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Condition_ExecutionReason_ ¶
type Condition_ExecutionReason_ = src.Condition_ExecutionReason_
type Condition_Reason ¶
type Condition_Reason = src.Condition_Reason
type Condition_RevisionReason ¶
type Condition_RevisionReason = src.Condition_RevisionReason
Reasons specific to Revision resource.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Condition_RevisionReason_ ¶
type Condition_RevisionReason_ = src.Condition_RevisionReason_
type Condition_Severity ¶
type Condition_Severity = src.Condition_Severity
Represents the severity of the condition failures.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Condition_State ¶
type Condition_State = src.Condition_State
Represents the possible Condition states.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type 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.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type ContainerPort ¶
type ContainerPort = src.ContainerPort
ContainerPort represents a network port in a single container.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type CreateServiceRequest ¶
type CreateServiceRequest = src.CreateServiceRequest
Request message for creating a Service.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type DeleteRevisionRequest ¶
type DeleteRevisionRequest = src.DeleteRevisionRequest
Request message for deleting a retired Revision. Revision lifecycle is usually managed by making changes to the parent Service. Only retired revisions can be deleted with this API.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type DeleteServiceRequest ¶
type DeleteServiceRequest = src.DeleteServiceRequest
Request message to delete a Service by its full name.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type EnvVar ¶
EnvVar represents an environment variable present in a Container.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type EnvVarSource ¶
type EnvVarSource = src.EnvVarSource
EnvVarSource represents a source for the value of an EnvVar.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type EnvVar_Value ¶
type EnvVar_Value = src.EnvVar_Value
type EnvVar_ValueSource ¶
type EnvVar_ValueSource = src.EnvVar_ValueSource
type ExecutionEnvironment ¶
type ExecutionEnvironment = src.ExecutionEnvironment
Alternatives for execution environments.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type GetRevisionRequest ¶
type GetRevisionRequest = src.GetRevisionRequest
Request message for obtaining a Revision by its full name.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type GetServiceRequest ¶
type GetServiceRequest = src.GetServiceRequest
Request message for obtaining a Service by its full name.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type HTTPGetAction ¶
type HTTPGetAction = src.HTTPGetAction
HTTPGetAction describes an action based on HTTP Get requests.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type HTTPHeader ¶
type HTTPHeader = src.HTTPHeader
HTTPHeader describes a custom header to be used in HTTP probes
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type IngressTraffic ¶
type IngressTraffic = src.IngressTraffic
Allowed ingress traffic for the Container.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type ListRevisionsRequest ¶
type ListRevisionsRequest = src.ListRevisionsRequest
Request message for retrieving a list of Revisions.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type ListRevisionsResponse ¶
type ListRevisionsResponse = src.ListRevisionsResponse
Response message containing a list of Revisions.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type ListServicesRequest ¶
type ListServicesRequest = src.ListServicesRequest
Request message for retrieving a list of Services.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type ListServicesResponse ¶
type ListServicesResponse = src.ListServicesResponse
Response message containing a list of Services.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Probe ¶
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Probe_HttpGet ¶
type Probe_HttpGet = src.Probe_HttpGet
type Probe_TcpSocket ¶
type Probe_TcpSocket = src.Probe_TcpSocket
type ResourceRequirements ¶
type ResourceRequirements = src.ResourceRequirements
ResourceRequirements describes the compute resource requirements.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Revision ¶
A Revision is an immutable snapshot of code and configuration. A Revision references a container image. Revisions are only created by updates to its parent Service.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type RevisionScaling ¶
type RevisionScaling = src.RevisionScaling
Settings for revision-level scaling settings.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type RevisionTemplate ¶
type RevisionTemplate = src.RevisionTemplate
RevisionTemplate describes the data a revision should have when created from a template.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type RevisionsClient ¶
type RevisionsClient = src.RevisionsClient
RevisionsClient is the client API for Revisions service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
func NewRevisionsClient ¶
func NewRevisionsClient(cc grpc.ClientConnInterface) RevisionsClient
Deprecated: Please use funcs in: cloud.google.com/go/run/apiv2/runpb
type RevisionsServer ¶
type RevisionsServer = src.RevisionsServer
RevisionsServer is the server API for Revisions service.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type SecretKeySelector ¶
type SecretKeySelector = src.SecretKeySelector
SecretEnvVarSource represents a source for the value of an EnvVar.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type SecretVolumeSource ¶
type SecretVolumeSource = src.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.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Service ¶
Service acts as a top-level container that manages a set of configurations and revision templates 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.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type ServicesClient ¶
type ServicesClient = src.ServicesClient
ServicesClient is the client API for Services service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
func NewServicesClient ¶
func NewServicesClient(cc grpc.ClientConnInterface) ServicesClient
Deprecated: Please use funcs in: cloud.google.com/go/run/apiv2/runpb
type ServicesServer ¶
type ServicesServer = src.ServicesServer
ServicesServer is the server API for Services service.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type TCPSocketAction ¶
type TCPSocketAction = src.TCPSocketAction
TCPSocketAction describes an action based on opening a socket
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type TrafficTarget ¶
type TrafficTarget = src.TrafficTarget
Holds a single traffic routing entry for the Service. Allocations can be done to a specific Revision name, or pointing to the latest Ready Revision.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type TrafficTargetAllocationType ¶
type TrafficTargetAllocationType = src.TrafficTargetAllocationType
The type of instance allocation.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type TrafficTargetStatus ¶
type TrafficTargetStatus = src.TrafficTargetStatus
Represents the observed state of a single `TrafficTarget` entry.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type UnimplementedRevisionsServer ¶
type UnimplementedRevisionsServer = src.UnimplementedRevisionsServer
UnimplementedRevisionsServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type UnimplementedServicesServer ¶
type UnimplementedServicesServer = src.UnimplementedServicesServer
UnimplementedServicesServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type UpdateServiceRequest ¶
type UpdateServiceRequest = src.UpdateServiceRequest
Request message for updating a service.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type VersionToPath ¶
type VersionToPath = src.VersionToPath
VersionToPath maps a specific version of a secret to a relative file to mount to, relative to VolumeMount's mount_path.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Volume ¶
Volume represents a named volume in a container.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type VolumeMount ¶
type VolumeMount = src.VolumeMount
VolumeMount describes a mounting of a Volume within a container.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Volume_CloudSqlInstance ¶
type Volume_CloudSqlInstance = src.Volume_CloudSqlInstance
type Volume_Secret ¶
type Volume_Secret = src.Volume_Secret
type VpcAccess ¶
VPC Access settings. For more information on creating a VPC Connector, visit https://cloud.google.com/vpc/docs/configure-serverless-vpc-access For information on how to configure Cloud Run with an existing VPC Connector, visit https://cloud.google.com/run/docs/configuring/connecting-vpc
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type VpcAccess_VpcEgress ¶
type VpcAccess_VpcEgress = src.VpcAccess_VpcEgress
Egress options for VPC access.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.