Google Native
getJob
Gets information about a Job.
Using getJob
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getJob(args: GetJobArgs, opts?: InvokeOptions): Promise<GetJobResult>
function getJobOutput(args: GetJobOutputArgs, opts?: InvokeOptions): Output<GetJobResult>
def get_job(job_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetJobResult
def get_job_output(job_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetJobResult]
func LookupJob(ctx *Context, args *LookupJobArgs, opts ...InvokeOption) (*LookupJobResult, error)
func LookupJobOutput(ctx *Context, args *LookupJobOutputArgs, opts ...InvokeOption) LookupJobResultOutput
> Note: This function is named LookupJob
in the Go SDK.
public static class GetJob
{
public static Task<GetJobResult> InvokeAsync(GetJobArgs args, InvokeOptions? opts = null)
public static Output<GetJobResult> Invoke(GetJobInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: google-native:run/v2:getJob
Arguments:
# Arguments dictionary
The following arguments are supported:
getJob Result
The following output properties are available:
- Annotations Dictionary<string, string>
KRM-style annotations for the resource. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run will populate some annotations using 'run.googleapis.com' or 'serving.knative.dev' namespaces. This field follows Kubernetes annotations' namespacing, limits, and rules. More info: https://kubernetes.io/docs/user-guide/annotations
- Pulumi.
Google Native. Run. V2. Outputs. Google Cloud Run V2Binary Authorization Response Settings for the Binary Authorization feature.
- Client string
Arbitrary identifier for the API client.
- Client
Version string Arbitrary version identifier for the API client.
- Conditions
List<Pulumi.
Google Native. Run. V2. Outputs. Google Cloud Run V2Condition Response> The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.- Create
Time string The creation time.
- Creator string
Email address of the authenticated creator.
- Delete
Time string The deletion time.
- Etag string
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
- Execution
Count int Number of executions created for this job.
- Expire
Time string For a deleted resource, the time after which it will be permamently deleted.
- Generation string
A number that monotonically increases every time the user modifies the desired state.
- Labels Dictionary<string, string>
KRM-style labels for the resource. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels Cloud Run will populate some labels with 'run.googleapis.com' or 'serving.knative.dev' namespaces. Those labels are read-only, and user changes will not be preserved.
- Last
Modifier string Email address of the last authenticated modifier.
- Latest
Created Pulumi.Execution Google Native. Run. V2. Outputs. Google Cloud Run V2Execution Reference Response Name of the last created execution.
- Launch
Stage string The launch stage as defined by Google Cloud Platform Launch Stages. Cloud Run supports
ALPHA
,BETA
, andGA
. If no value is specified, GA is assumed.- Name string
The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}
- Observed
Generation string The generation of this Job. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.- Reconciling bool
Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process,
observed_generation
andlatest_succeeded_execution
, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found interminal_condition.state
. If reconciliation succeeded, the following fields will match:observed_generation
andgeneration
,latest_succeeded_execution
andlatest_created_execution
. If reconciliation failed,observed_generation
andlatest_succeeded_execution
will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found interminal_condition
andconditions
.- Template
Pulumi.
Google Native. Run. V2. Outputs. Google Cloud Run V2Execution Template Response The template used to create executions for this Job.
- Terminal
Condition Pulumi.Google Native. Run. V2. Outputs. Google Cloud Run V2Condition Response The Condition of this Job, containing its readiness status, and detailed error information in case it did not reach the desired state.
- Uid string
Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
- Update
Time string The last-modified time.
- Annotations map[string]string
KRM-style annotations for the resource. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run will populate some annotations using 'run.googleapis.com' or 'serving.knative.dev' namespaces. This field follows Kubernetes annotations' namespacing, limits, and rules. More info: https://kubernetes.io/docs/user-guide/annotations
- Google
Cloud Run V2Binary Authorization Response Settings for the Binary Authorization feature.
- Client string
Arbitrary identifier for the API client.
- Client
Version string Arbitrary version identifier for the API client.
- Conditions
[]Google
Cloud Run V2Condition Response The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.- Create
Time string The creation time.
- Creator string
Email address of the authenticated creator.
- Delete
Time string The deletion time.
- Etag string
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
- Execution
Count int Number of executions created for this job.
- Expire
Time string For a deleted resource, the time after which it will be permamently deleted.
- Generation string
A number that monotonically increases every time the user modifies the desired state.
- Labels map[string]string
KRM-style labels for the resource. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels Cloud Run will populate some labels with 'run.googleapis.com' or 'serving.knative.dev' namespaces. Those labels are read-only, and user changes will not be preserved.
- Last
Modifier string Email address of the last authenticated modifier.
- Latest
Created GoogleExecution Cloud Run V2Execution Reference Response Name of the last created execution.
- Launch
Stage string The launch stage as defined by Google Cloud Platform Launch Stages. Cloud Run supports
ALPHA
,BETA
, andGA
. If no value is specified, GA is assumed.- Name string
The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}
- Observed
Generation string The generation of this Job. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.- Reconciling bool
Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process,
observed_generation
andlatest_succeeded_execution
, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found interminal_condition.state
. If reconciliation succeeded, the following fields will match:observed_generation
andgeneration
,latest_succeeded_execution
andlatest_created_execution
. If reconciliation failed,observed_generation
andlatest_succeeded_execution
will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found interminal_condition
andconditions
.- Template
Google
Cloud Run V2Execution Template Response The template used to create executions for this Job.
- Terminal
Condition GoogleCloud Run V2Condition Response The Condition of this Job, containing its readiness status, and detailed error information in case it did not reach the desired state.
- Uid string
Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
- Update
Time string The last-modified time.
- annotations Map<String,String>
KRM-style annotations for the resource. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run will populate some annotations using 'run.googleapis.com' or 'serving.knative.dev' namespaces. This field follows Kubernetes annotations' namespacing, limits, and rules. More info: https://kubernetes.io/docs/user-guide/annotations
- Google
Cloud Run V2Binary Authorization Response Settings for the Binary Authorization feature.
- client String
Arbitrary identifier for the API client.
- client
Version String Arbitrary version identifier for the API client.
- conditions
List<Google
Cloud Run V2Condition Response> The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.- create
Time String The creation time.
- creator String
Email address of the authenticated creator.
- delete
Time String The deletion time.
- etag String
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
- execution
Count Integer Number of executions created for this job.
- expire
Time String For a deleted resource, the time after which it will be permamently deleted.
- generation String
A number that monotonically increases every time the user modifies the desired state.
- labels Map<String,String>
KRM-style labels for the resource. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels Cloud Run will populate some labels with 'run.googleapis.com' or 'serving.knative.dev' namespaces. Those labels are read-only, and user changes will not be preserved.
- last
Modifier String Email address of the last authenticated modifier.
- latest
Created GoogleExecution Cloud Run V2Execution Reference Response Name of the last created execution.
- launch
Stage String The launch stage as defined by Google Cloud Platform Launch Stages. Cloud Run supports
ALPHA
,BETA
, andGA
. If no value is specified, GA is assumed.- name String
The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}
- observed
Generation String The generation of this Job. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.- reconciling Boolean
Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process,
observed_generation
andlatest_succeeded_execution
, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found interminal_condition.state
. If reconciliation succeeded, the following fields will match:observed_generation
andgeneration
,latest_succeeded_execution
andlatest_created_execution
. If reconciliation failed,observed_generation
andlatest_succeeded_execution
will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found interminal_condition
andconditions
.- template
Google
Cloud Run V2Execution Template Response The template used to create executions for this Job.
- terminal
Condition GoogleCloud Run V2Condition Response The Condition of this Job, containing its readiness status, and detailed error information in case it did not reach the desired state.
- uid String
Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
- update
Time String The last-modified time.
- annotations {[key: string]: string}
KRM-style annotations for the resource. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run will populate some annotations using 'run.googleapis.com' or 'serving.knative.dev' namespaces. This field follows Kubernetes annotations' namespacing, limits, and rules. More info: https://kubernetes.io/docs/user-guide/annotations
- Google
Cloud Run V2Binary Authorization Response Settings for the Binary Authorization feature.
- client string
Arbitrary identifier for the API client.
- client
Version string Arbitrary version identifier for the API client.
- conditions
Google
Cloud Run V2Condition Response[] The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.- create
Time string The creation time.
- creator string
Email address of the authenticated creator.
- delete
Time string The deletion time.
- etag string
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
- execution
Count number Number of executions created for this job.
- expire
Time string For a deleted resource, the time after which it will be permamently deleted.
- generation string
A number that monotonically increases every time the user modifies the desired state.
- labels {[key: string]: string}
KRM-style labels for the resource. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels Cloud Run will populate some labels with 'run.googleapis.com' or 'serving.knative.dev' namespaces. Those labels are read-only, and user changes will not be preserved.
- last
Modifier string Email address of the last authenticated modifier.
- latest
Created GoogleExecution Cloud Run V2Execution Reference Response Name of the last created execution.
- launch
Stage string The launch stage as defined by Google Cloud Platform Launch Stages. Cloud Run supports
ALPHA
,BETA
, andGA
. If no value is specified, GA is assumed.- name string
The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}
- observed
Generation string The generation of this Job. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.- reconciling boolean
Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process,
observed_generation
andlatest_succeeded_execution
, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found interminal_condition.state
. If reconciliation succeeded, the following fields will match:observed_generation
andgeneration
,latest_succeeded_execution
andlatest_created_execution
. If reconciliation failed,observed_generation
andlatest_succeeded_execution
will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found interminal_condition
andconditions
.- template
Google
Cloud Run V2Execution Template Response The template used to create executions for this Job.
- terminal
Condition GoogleCloud Run V2Condition Response The Condition of this Job, containing its readiness status, and detailed error information in case it did not reach the desired state.
- uid string
Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
- update
Time string The last-modified time.
- annotations Mapping[str, str]
KRM-style annotations for the resource. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run will populate some annotations using 'run.googleapis.com' or 'serving.knative.dev' namespaces. This field follows Kubernetes annotations' namespacing, limits, and rules. More info: https://kubernetes.io/docs/user-guide/annotations
- Google
Cloud Run V2Binary Authorization Response Settings for the Binary Authorization feature.
- client str
Arbitrary identifier for the API client.
- client_
version str Arbitrary version identifier for the API client.
- conditions
Sequence[Google
Cloud Run V2Condition Response] The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.- create_
time str The creation time.
- creator str
Email address of the authenticated creator.
- delete_
time str The deletion time.
- etag str
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
- execution_
count int Number of executions created for this job.
- expire_
time str For a deleted resource, the time after which it will be permamently deleted.
- generation str
A number that monotonically increases every time the user modifies the desired state.
- labels Mapping[str, str]
KRM-style labels for the resource. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels Cloud Run will populate some labels with 'run.googleapis.com' or 'serving.knative.dev' namespaces. Those labels are read-only, and user changes will not be preserved.
- last_
modifier str Email address of the last authenticated modifier.
- latest_
created_ Googleexecution Cloud Run V2Execution Reference Response Name of the last created execution.
- launch_
stage str The launch stage as defined by Google Cloud Platform Launch Stages. Cloud Run supports
ALPHA
,BETA
, andGA
. If no value is specified, GA is assumed.- name str
The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}
- observed_
generation str The generation of this Job. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.- reconciling bool
Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process,
observed_generation
andlatest_succeeded_execution
, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found interminal_condition.state
. If reconciliation succeeded, the following fields will match:observed_generation
andgeneration
,latest_succeeded_execution
andlatest_created_execution
. If reconciliation failed,observed_generation
andlatest_succeeded_execution
will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found interminal_condition
andconditions
.- template
Google
Cloud Run V2Execution Template Response The template used to create executions for this Job.
- terminal_
condition GoogleCloud Run V2Condition Response The Condition of this Job, containing its readiness status, and detailed error information in case it did not reach the desired state.
- uid str
Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
- update_
time str The last-modified time.
- annotations Map<String>
KRM-style annotations for the resource. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run will populate some annotations using 'run.googleapis.com' or 'serving.knative.dev' namespaces. This field follows Kubernetes annotations' namespacing, limits, and rules. More info: https://kubernetes.io/docs/user-guide/annotations
- Property Map
Settings for the Binary Authorization feature.
- client String
Arbitrary identifier for the API client.
- client
Version String Arbitrary version identifier for the API client.
- conditions List<Property Map>
The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.- create
Time String The creation time.
- creator String
Email address of the authenticated creator.
- delete
Time String The deletion time.
- etag String
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
- execution
Count Number Number of executions created for this job.
- expire
Time String For a deleted resource, the time after which it will be permamently deleted.
- generation String
A number that monotonically increases every time the user modifies the desired state.
- labels Map<String>
KRM-style labels for the resource. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels Cloud Run will populate some labels with 'run.googleapis.com' or 'serving.knative.dev' namespaces. Those labels are read-only, and user changes will not be preserved.
- last
Modifier String Email address of the last authenticated modifier.
- latest
Created Property MapExecution Name of the last created execution.
- launch
Stage String The launch stage as defined by Google Cloud Platform Launch Stages. Cloud Run supports
ALPHA
,BETA
, andGA
. If no value is specified, GA is assumed.- name String
The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}
- observed
Generation String The generation of this Job. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.- reconciling Boolean
Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process,
observed_generation
andlatest_succeeded_execution
, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found interminal_condition.state
. If reconciliation succeeded, the following fields will match:observed_generation
andgeneration
,latest_succeeded_execution
andlatest_created_execution
. If reconciliation failed,observed_generation
andlatest_succeeded_execution
will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found interminal_condition
andconditions
.- template Property Map
The template used to create executions for this Job.
- terminal
Condition Property Map The Condition of this Job, containing its readiness status, and detailed error information in case it did not reach the desired state.
- uid String
Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
- update
Time String The last-modified time.
Supporting Types
GoogleCloudRunV2BinaryAuthorizationResponse
- Breakglass
Justification string If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
- Use
Default bool If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
- Breakglass
Justification string If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
- Use
Default bool If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
- breakglass
Justification String If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
- use
Default Boolean If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
- breakglass
Justification string If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
- use
Default boolean If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
- breakglass_
justification str If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
- use_
default bool If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
- breakglass
Justification String If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
- use
Default Boolean If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
GoogleCloudRunV2CloudSqlInstanceResponse
- Instances List<string>
The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
- Instances []string
The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
- instances List<String>
The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
- instances string[]
The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
- instances Sequence[str]
The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
- instances List<String>
The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
GoogleCloudRunV2ConditionResponse
- Execution
Reason string A reason for the execution condition.
- Last
Transition stringTime Last time the condition transitioned from one status to another.
- Message string
Human readable message indicating details about the current status.
- Reason string
A common (service-level) reason for this condition.
- Revision
Reason string A reason for the revision condition.
- Severity string
How to interpret failures of this condition, one of Error, Warning, Info
- State string
State of the condition.
- Type string
type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
- Execution
Reason string A reason for the execution condition.
- Last
Transition stringTime Last time the condition transitioned from one status to another.
- Message string
Human readable message indicating details about the current status.
- Reason string
A common (service-level) reason for this condition.
- Revision
Reason string A reason for the revision condition.
- Severity string
How to interpret failures of this condition, one of Error, Warning, Info
- State string
State of the condition.
- Type string
type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
- execution
Reason String A reason for the execution condition.
- last
Transition StringTime Last time the condition transitioned from one status to another.
- message String
Human readable message indicating details about the current status.
- reason String
A common (service-level) reason for this condition.
- revision
Reason String A reason for the revision condition.
- severity String
How to interpret failures of this condition, one of Error, Warning, Info
- state String
State of the condition.
- type String
type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
- execution
Reason string A reason for the execution condition.
- last
Transition stringTime Last time the condition transitioned from one status to another.
- message string
Human readable message indicating details about the current status.
- reason string
A common (service-level) reason for this condition.
- revision
Reason string A reason for the revision condition.
- severity string
How to interpret failures of this condition, one of Error, Warning, Info
- state string
State of the condition.
- type string
type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
- execution_
reason str A reason for the execution condition.
- last_
transition_ strtime Last time the condition transitioned from one status to another.
- message str
Human readable message indicating details about the current status.
- reason str
A common (service-level) reason for this condition.
- revision_
reason str A reason for the revision condition.
- severity str
How to interpret failures of this condition, one of Error, Warning, Info
- state str
State of the condition.
- type str
type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
- execution
Reason String A reason for the execution condition.
- last
Transition StringTime Last time the condition transitioned from one status to another.
- message String
Human readable message indicating details about the current status.
- reason String
A common (service-level) reason for this condition.
- revision
Reason String A reason for the revision condition.
- severity String
How to interpret failures of this condition, one of Error, Warning, Info
- state String
State of the condition.
- type String
type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
GoogleCloudRunV2ContainerPortResponse
- Container
Port int Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
- Name string
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- Container
Port int Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
- Name string
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- container
Port Integer Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
- name String
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- container
Port number Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
- name string
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- container_
port int Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
- name str
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- container
Port Number Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
- name String
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
GoogleCloudRunV2ContainerResponse
- Args List<string>
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
- Command List<string>
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
- Env
List<Pulumi.
Google Native. Run. V2. Inputs. Google Cloud Run V2Env Var Response> List of environment variables to set in the container.
- Image string
URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
- Name string
Name of the container specified as a DNS_LABEL.
- Ports
List<Pulumi.
Google Native. Run. V2. Inputs. Google Cloud Run V2Container Port Response> List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
- Resources
Pulumi.
Google Native. Run. V2. Inputs. Google Cloud Run V2Resource Requirements Response Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- Volume
Mounts List<Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Volume Mount Response> Volume to mount into the container's filesystem.
- Args []string
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
- Command []string
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
- Env
[]Google
Cloud Run V2Env Var Response List of environment variables to set in the container.
- Image string
URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
- Name string
Name of the container specified as a DNS_LABEL.
- Ports
[]Google
Cloud Run V2Container Port Response List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
- Resources
Google
Cloud Run V2Resource Requirements Response Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- Volume
Mounts []GoogleCloud Run V2Volume Mount Response Volume to mount into the container's filesystem.
- args List<String>
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
- command List<String>
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
- env
List<Google
Cloud Run V2Env Var Response> List of environment variables to set in the container.
- image String
URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
- name String
Name of the container specified as a DNS_LABEL.
- ports
List<Google
Cloud Run V2Container Port Response> List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
- resources
Google
Cloud Run V2Resource Requirements Response Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- volume
Mounts List<GoogleCloud Run V2Volume Mount Response> Volume to mount into the container's filesystem.
- args string[]
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
- command string[]
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
- env
Google
Cloud Run V2Env Var Response[] List of environment variables to set in the container.
- image string
URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
- name string
Name of the container specified as a DNS_LABEL.
- ports
Google
Cloud Run V2Container Port Response[] List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
- resources
Google
Cloud Run V2Resource Requirements Response Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- volume
Mounts GoogleCloud Run V2Volume Mount Response[] Volume to mount into the container's filesystem.
- args Sequence[str]
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
- command Sequence[str]
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
- env
Sequence[Google
Cloud Run V2Env Var Response] List of environment variables to set in the container.
- image str
URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
- name str
Name of the container specified as a DNS_LABEL.
- ports
Sequence[Google
Cloud Run V2Container Port Response] List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
- resources
Google
Cloud Run V2Resource Requirements Response Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- volume_
mounts Sequence[GoogleCloud Run V2Volume Mount Response] Volume to mount into the container's filesystem.
- args List<String>
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
- command List<String>
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
- env List<Property Map>
List of environment variables to set in the container.
- image String
URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
- name String
Name of the container specified as a DNS_LABEL.
- ports List<Property Map>
List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
- resources Property Map
Compute Resource requirements by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- volume
Mounts List<Property Map> Volume to mount into the container's filesystem.
GoogleCloudRunV2EnvVarResponse
- Name string
Name of the environment variable. Must be a C_IDENTIFIER, and mnay not exceed 32768 characters.
- Value string
Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes.
- Value
Source Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Env Var Source Response Source for the environment variable's value.
- Name string
Name of the environment variable. Must be a C_IDENTIFIER, and mnay not exceed 32768 characters.
- Value string
Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes.
- Value
Source GoogleCloud Run V2Env Var Source Response Source for the environment variable's value.
- name String
Name of the environment variable. Must be a C_IDENTIFIER, and mnay not exceed 32768 characters.
- value String
Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes.
- value
Source GoogleCloud Run V2Env Var Source Response Source for the environment variable's value.
- name string
Name of the environment variable. Must be a C_IDENTIFIER, and mnay not exceed 32768 characters.
- value string
Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes.
- value
Source GoogleCloud Run V2Env Var Source Response Source for the environment variable's value.
- name str
Name of the environment variable. Must be a C_IDENTIFIER, and mnay not exceed 32768 characters.
- value str
Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes.
- value_
source GoogleCloud Run V2Env Var Source Response Source for the environment variable's value.
- name String
Name of the environment variable. Must be a C_IDENTIFIER, and mnay not exceed 32768 characters.
- value String
Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes.
- value
Source Property Map Source for the environment variable's value.
GoogleCloudRunV2EnvVarSourceResponse
- Secret
Key Pulumi.Ref Google Native. Run. V2. Inputs. Google Cloud Run V2Secret Key Selector Response Selects a secret and a specific version from Cloud Secret Manager.
- Secret
Key GoogleRef Cloud Run V2Secret Key Selector Response Selects a secret and a specific version from Cloud Secret Manager.
- secret
Key GoogleRef Cloud Run V2Secret Key Selector Response Selects a secret and a specific version from Cloud Secret Manager.
- secret
Key GoogleRef Cloud Run V2Secret Key Selector Response Selects a secret and a specific version from Cloud Secret Manager.
- secret_
key_ Googleref Cloud Run V2Secret Key Selector Response Selects a secret and a specific version from Cloud Secret Manager.
- secret
Key Property MapRef Selects a secret and a specific version from Cloud Secret Manager.
GoogleCloudRunV2ExecutionReferenceResponse
- Create
Time string Creation timestamp of the execution.
- Name string
Name of the execution.
- Create
Time string Creation timestamp of the execution.
- Name string
Name of the execution.
- create
Time String Creation timestamp of the execution.
- name String
Name of the execution.
- create
Time string Creation timestamp of the execution.
- name string
Name of the execution.
- create_
time str Creation timestamp of the execution.
- name str
Name of the execution.
- create
Time String Creation timestamp of the execution.
- name String
Name of the execution.
GoogleCloudRunV2ExecutionTemplateResponse
- Annotations Dictionary<string, string>
KRM-style annotations for the resource.
- Labels Dictionary<string, string>
KRM-style labels for the resource.
- Parallelism int
Specifies the maximum desired number of tasks the execution should run at given time. Must be <= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
- Task
Count int Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
- Template
Pulumi.
Google Native. Run. V2. Inputs. Google Cloud Run V2Task Template Response Describes the task(s) that will be created when executing an execution.
- Annotations map[string]string
KRM-style annotations for the resource.
- Labels map[string]string
KRM-style labels for the resource.
- Parallelism int
Specifies the maximum desired number of tasks the execution should run at given time. Must be <= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
- Task
Count int Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
- Template
Google
Cloud Run V2Task Template Response Describes the task(s) that will be created when executing an execution.
- annotations Map<String,String>
KRM-style annotations for the resource.
- labels Map<String,String>
KRM-style labels for the resource.
- parallelism Integer
Specifies the maximum desired number of tasks the execution should run at given time. Must be <= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
- task
Count Integer Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
- template
Google
Cloud Run V2Task Template Response Describes the task(s) that will be created when executing an execution.
- annotations {[key: string]: string}
KRM-style annotations for the resource.
- labels {[key: string]: string}
KRM-style labels for the resource.
- parallelism number
Specifies the maximum desired number of tasks the execution should run at given time. Must be <= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
- task
Count number Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
- template
Google
Cloud Run V2Task Template Response Describes the task(s) that will be created when executing an execution.
- annotations Mapping[str, str]
KRM-style annotations for the resource.
- labels Mapping[str, str]
KRM-style labels for the resource.
- parallelism int
Specifies the maximum desired number of tasks the execution should run at given time. Must be <= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
- task_
count int Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
- template
Google
Cloud Run V2Task Template Response Describes the task(s) that will be created when executing an execution.
- annotations Map<String>
KRM-style annotations for the resource.
- labels Map<String>
KRM-style labels for the resource.
- parallelism Number
Specifies the maximum desired number of tasks the execution should run at given time. Must be <= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
- task
Count Number Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
- template Property Map
Describes the task(s) that will be created when executing an execution.
GoogleCloudRunV2ResourceRequirementsResponse
- Cpu
Idle bool Determines whether CPU should be throttled or not outside of requests.
- Limits Dictionary<string, string>
Only memory and CPU are supported. Note: The only supported values for CPU are '1', '2', and '4'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
- Cpu
Idle bool Determines whether CPU should be throttled or not outside of requests.
- Limits map[string]string
Only memory and CPU are supported. Note: The only supported values for CPU are '1', '2', and '4'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
- cpu
Idle Boolean Determines whether CPU should be throttled or not outside of requests.
- limits Map<String,String>
Only memory and CPU are supported. Note: The only supported values for CPU are '1', '2', and '4'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
- cpu
Idle boolean Determines whether CPU should be throttled or not outside of requests.
- limits {[key: string]: string}
Only memory and CPU are supported. Note: The only supported values for CPU are '1', '2', and '4'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
- cpu_
idle bool Determines whether CPU should be throttled or not outside of requests.
- limits Mapping[str, str]
Only memory and CPU are supported. Note: The only supported values for CPU are '1', '2', and '4'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
- cpu
Idle Boolean Determines whether CPU should be throttled or not outside of requests.
- limits Map<String>
Only memory and CPU are supported. Note: The only supported values for CPU are '1', '2', and '4'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
GoogleCloudRunV2SecretKeySelectorResponse
- Secret string
The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
- Version string
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
- Secret string
The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
- Version string
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
- secret String
The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
- version String
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
- secret string
The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
- version string
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
- secret str
The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
- version str
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
- secret String
The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
- version String
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
GoogleCloudRunV2SecretVolumeSourceResponse
- Default
Mode int Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0644. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
- Items
List<Pulumi.
Google Native. Run. V2. Inputs. Google Cloud Run V2Version To Path Response> If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
- Secret string
The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
- Default
Mode int Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0644. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
- Items
[]Google
Cloud Run V2Version To Path Response If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
- Secret string
The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
- default
Mode Integer Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0644. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
- items
List<Google
Cloud Run V2Version To Path Response> If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
- secret String
The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
- default
Mode number Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0644. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
- items
Google
Cloud Run V2Version To Path Response[] If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
- secret string
The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
- default_
mode int Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0644. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
- items
Sequence[Google
Cloud Run V2Version To Path Response] If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
- secret str
The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
- default
Mode Number Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0644. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
- items List<Property Map>
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
- secret String
The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
GoogleCloudRunV2TaskTemplateResponse
- Containers
List<Pulumi.
Google Native. Run. V2. Inputs. Google Cloud Run V2Container Response> Holds the single container that defines the unit of execution for this task.
- Encryption
Key string A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
- Execution
Environment string The execution environment being used to host this Task.
- Max
Retries int Number of retries allowed per Task, before marking this Task failed.
- Service
Account string Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
- Timeout string
Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.
- Volumes
List<Pulumi.
Google Native. Run. V2. Inputs. Google Cloud Run V2Volume Response> A list of Volumes to make available to containers.
- Vpc
Access Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Vpc Access Response VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
- Containers
[]Google
Cloud Run V2Container Response Holds the single container that defines the unit of execution for this task.
- Encryption
Key string A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
- Execution
Environment string The execution environment being used to host this Task.
- Max
Retries int Number of retries allowed per Task, before marking this Task failed.
- Service
Account string Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
- Timeout string
Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.
- Volumes
[]Google
Cloud Run V2Volume Response A list of Volumes to make available to containers.
- Vpc
Access GoogleCloud Run V2Vpc Access Response VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
- containers
List<Google
Cloud Run V2Container Response> Holds the single container that defines the unit of execution for this task.
- encryption
Key String A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
- execution
Environment String The execution environment being used to host this Task.
- max
Retries Integer Number of retries allowed per Task, before marking this Task failed.
- service
Account String Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
- timeout String
Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.
- volumes
List<Google
Cloud Run V2Volume Response> A list of Volumes to make available to containers.
- vpc
Access GoogleCloud Run V2Vpc Access Response VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
- containers
Google
Cloud Run V2Container Response[] Holds the single container that defines the unit of execution for this task.
- encryption
Key string A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
- execution
Environment string The execution environment being used to host this Task.
- max
Retries number Number of retries allowed per Task, before marking this Task failed.
- service
Account string Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
- timeout string
Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.
- volumes
Google
Cloud Run V2Volume Response[] A list of Volumes to make available to containers.
- vpc
Access GoogleCloud Run V2Vpc Access Response VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
- containers
Sequence[Google
Cloud Run V2Container Response] Holds the single container that defines the unit of execution for this task.
- encryption_
key str A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
- execution_
environment str The execution environment being used to host this Task.
- max_
retries int Number of retries allowed per Task, before marking this Task failed.
- service_
account str Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
- timeout str
Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.
- volumes
Sequence[Google
Cloud Run V2Volume Response] A list of Volumes to make available to containers.
- vpc_
access GoogleCloud Run V2Vpc Access Response VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
- containers List<Property Map>
Holds the single container that defines the unit of execution for this task.
- encryption
Key String A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
- execution
Environment String The execution environment being used to host this Task.
- max
Retries Number Number of retries allowed per Task, before marking this Task failed.
- service
Account String Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
- timeout String
Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout.
- volumes List<Property Map>
A list of Volumes to make available to containers.
- vpc
Access Property Map VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
GoogleCloudRunV2VersionToPathResponse
- Mode int
Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Path string
The relative path of the secret in the container.
- Version string
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
- Mode int
Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Path string
The relative path of the secret in the container.
- Version string
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
- mode Integer
Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- path String
The relative path of the secret in the container.
- version String
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
- mode number
Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- path string
The relative path of the secret in the container.
- version string
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
- mode int
Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- path str
The relative path of the secret in the container.
- version str
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
- mode Number
Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- path String
The relative path of the secret in the container.
- version String
The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.
GoogleCloudRunV2VolumeMountResponse
- Mount
Path string Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be
/cloudsql
. All instances defined in the Volume will be available as/cloudsql/[instance]
. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run- Name string
This must match the Name of a Volume.
- Mount
Path string Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be
/cloudsql
. All instances defined in the Volume will be available as/cloudsql/[instance]
. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run- Name string
This must match the Name of a Volume.
- mount
Path String Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be
/cloudsql
. All instances defined in the Volume will be available as/cloudsql/[instance]
. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run- name String
This must match the Name of a Volume.
- mount
Path string Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be
/cloudsql
. All instances defined in the Volume will be available as/cloudsql/[instance]
. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run- name string
This must match the Name of a Volume.
- mount_
path str Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be
/cloudsql
. All instances defined in the Volume will be available as/cloudsql/[instance]
. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run- name str
This must match the Name of a Volume.
- mount
Path String Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be
/cloudsql
. All instances defined in the Volume will be available as/cloudsql/[instance]
. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run- name String
This must match the Name of a Volume.
GoogleCloudRunV2VolumeResponse
- Cloud
Sql Pulumi.Instance Google Native. Run. V2. Inputs. Google Cloud Run V2Cloud Sql Instance Response For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
- Name string
Volume's name.
- Secret
Pulumi.
Google Native. Run. V2. Inputs. Google Cloud Run V2Secret Volume Source Response Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- Cloud
Sql GoogleInstance Cloud Run V2Cloud Sql Instance Response For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
- Name string
Volume's name.
- Secret
Google
Cloud Run V2Secret Volume Source Response Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- cloud
Sql GoogleInstance Cloud Run V2Cloud Sql Instance Response For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
- name String
Volume's name.
- secret
Google
Cloud Run V2Secret Volume Source Response Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- cloud
Sql GoogleInstance Cloud Run V2Cloud Sql Instance Response For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
- name string
Volume's name.
- secret
Google
Cloud Run V2Secret Volume Source Response Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- cloud_
sql_ Googleinstance Cloud Run V2Cloud Sql Instance Response For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
- name str
Volume's name.
- secret
Google
Cloud Run V2Secret Volume Source Response Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- cloud
Sql Property MapInstance For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
- name String
Volume's name.
- secret Property Map
Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
GoogleCloudRunV2VpcAccessResponse
Package Details
- Repository
- https://github.com/pulumi/pulumi-google-native
- License
- Apache-2.0