Documentation ¶
Overview ¶
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)deprecated
- func RegisterServicesServer(s *grpc.Server, srv ServicesServer)deprecated
- type BinaryAuthorizationdeprecated
- type BinaryAuthorization_UseDefault
- type CloudSqlInstancedeprecated
- type Conditiondeprecated
- type Condition_CommonReasondeprecated
- type Condition_ExecutionReasondeprecated
- type Condition_ExecutionReason_
- type Condition_Reason
- type Condition_RevisionReasondeprecated
- type Condition_RevisionReason_
- type Condition_Severitydeprecated
- type Condition_Statedeprecated
- type Containerdeprecated
- type ContainerPortdeprecated
- type CreateServiceRequestdeprecated
- type DeleteRevisionRequestdeprecated
- type DeleteServiceRequestdeprecated
- type EnvVardeprecated
- type EnvVarSourcedeprecated
- type EnvVar_Value
- type EnvVar_ValueSource
- type ExecutionEnvironmentdeprecated
- type GetRevisionRequestdeprecated
- type GetServiceRequestdeprecated
- type HTTPGetActiondeprecated
- type HTTPHeaderdeprecated
- type IngressTrafficdeprecated
- type ListRevisionsRequestdeprecated
- type ListRevisionsResponsedeprecated
- type ListServicesRequestdeprecated
- type ListServicesResponsedeprecated
- type Probedeprecated
- type Probe_HttpGet
- type Probe_TcpSocket
- type ResourceRequirementsdeprecated
- type Revisiondeprecated
- type RevisionScalingdeprecated
- type RevisionTemplatedeprecated
- type RevisionsClientdeprecated
- type RevisionsServerdeprecated
- type SecretKeySelectordeprecated
- type SecretVolumeSourcedeprecated
- type Servicedeprecated
- type ServicesClientdeprecated
- type ServicesServerdeprecated
- type TCPSocketActiondeprecated
- type TrafficTargetdeprecated
- type TrafficTargetAllocationTypedeprecated
- type TrafficTargetStatusdeprecated
- type UnimplementedRevisionsServerdeprecated
- type UnimplementedServicesServerdeprecated
- type UpdateServiceRequestdeprecated
- type VersionToPathdeprecated
- type Volumedeprecated
- type VolumeMountdeprecated
- type Volume_CloudSqlInstance
- type Volume_Secret
- type VpcAccessdeprecated
- type VpcAccess_VpcEgressdeprecated
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
deprecated
func RegisterRevisionsServer(s *grpc.Server, srv RevisionsServer)
Deprecated: Please use funcs in: cloud.google.com/go/run/apiv2/runpb
func RegisterServicesServer
deprecated
func RegisterServicesServer(s *grpc.Server, srv ServicesServer)
Deprecated: Please use funcs in: cloud.google.com/go/run/apiv2/runpb
Types ¶
type BinaryAuthorization
deprecated
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
deprecated
type CloudSqlInstance = src.CloudSqlInstance
Represents a specific Cloud SQL instance.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type Condition_CommonReason
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
type CreateServiceRequest = src.CreateServiceRequest
Request message for creating a Service.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type DeleteRevisionRequest
deprecated
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
deprecated
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 EnvVarSource
deprecated
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
deprecated
type ExecutionEnvironment = src.ExecutionEnvironment
Alternatives for execution environments.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type GetRevisionRequest
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
type IngressTraffic = src.IngressTraffic
Allowed ingress traffic for the Container.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type ListRevisionsRequest
deprecated
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
deprecated
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
deprecated
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
deprecated
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_HttpGet ¶
type Probe_HttpGet = src.Probe_HttpGet
type Probe_TcpSocket ¶
type Probe_TcpSocket = src.Probe_TcpSocket
type ResourceRequirements
deprecated
type ResourceRequirements = src.ResourceRequirements
ResourceRequirements describes the compute resource requirements.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type RevisionScaling
deprecated
type RevisionScaling = src.RevisionScaling
Settings for revision-level scaling settings.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type RevisionTemplate
deprecated
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
deprecated
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
deprecated
func NewRevisionsClient(cc grpc.ClientConnInterface) RevisionsClient
Deprecated: Please use funcs in: cloud.google.com/go/run/apiv2/runpb
type RevisionsServer
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
func NewServicesClient(cc grpc.ClientConnInterface) ServicesClient
Deprecated: Please use funcs in: cloud.google.com/go/run/apiv2/runpb
type ServicesServer
deprecated
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
deprecated
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
deprecated
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
deprecated
type TrafficTargetAllocationType = src.TrafficTargetAllocationType
The type of instance allocation.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type TrafficTargetStatus
deprecated
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
deprecated
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
deprecated
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
deprecated
type UpdateServiceRequest = src.UpdateServiceRequest
Request message for updating a service.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb
type VersionToPath
deprecated
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 VolumeMount
deprecated
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
deprecated
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
deprecated
type VpcAccess_VpcEgress = src.VpcAccess_VpcEgress
Egress options for VPC access.
Deprecated: Please use types in: cloud.google.com/go/run/apiv2/runpb