google-native.run/v1.getJob
Get 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,
namespace_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetJobResult
def get_job_output(job_id: Optional[pulumi.Input[str]] = None,
namespace_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetJobResult]
func GetJob(ctx *Context, args *GetJobArgs, opts ...InvokeOption) (*GetJobResult, error)
func GetJobOutput(ctx *Context, args *GetJobOutputArgs, opts ...InvokeOption) GetJobResultOutput
> Note: This function is named GetJob
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/v1:getJob
arguments:
# arguments dictionary
The following arguments are supported:
- Job
Id string - Namespace
Id string
- Job
Id string - Namespace
Id string
- job
Id String - namespace
Id String
- job
Id string - namespace
Id string
- job_
id str - namespace_
id str
- job
Id String - namespace
Id String
getJob Result
The following output properties are available:
- Api
Version string Optional. APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- Kind string
Optional. Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- Metadata
Pulumi.
Google Native. Run. V1. Outputs. Object Meta Response Optional. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Spec
Pulumi.
Google Native. Run. V1. Outputs. Job Spec Response Optional. Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- Status
Pulumi.
Google Native. Run. V1. Outputs. Job Status Response Current status of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- Api
Version string Optional. APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- Kind string
Optional. Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- Metadata
Object
Meta Response Optional. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Spec
Job
Spec Response Optional. Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- Status
Job
Status Response Current status of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- api
Version String Optional. APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- kind String
Optional. Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- metadata
Object
Meta Response Optional. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- spec
Job
Spec Response Optional. Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- status
Job
Status Response Current status of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- api
Version string Optional. APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- kind string
Optional. Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- metadata
Object
Meta Response Optional. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- spec
Job
Spec Response Optional. Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- status
Job
Status Response Current status of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- api_
version str Optional. APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- kind str
Optional. Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- metadata
Object
Meta Response Optional. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- spec
Job
Spec Response Optional. Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- status
Job
Status Response Current status of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- api
Version String Optional. APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- kind String
Optional. Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- metadata Property Map
Optional. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- spec Property Map
Optional. Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- status Property Map
Current status of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
Supporting Types
ConfigMapEnvSourceResponse
- Local
Object Pulumi.Reference Google Native. Run. V1. Inputs. Local Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- Name string
The ConfigMap to select from.
- Optional bool
Specify whether the ConfigMap must be defined.
- Local
Object LocalReference Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- Name string
The ConfigMap to select from.
- Optional bool
Specify whether the ConfigMap must be defined.
- local
Object LocalReference Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- name String
The ConfigMap to select from.
- optional Boolean
Specify whether the ConfigMap must be defined.
- local
Object LocalReference Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- name string
The ConfigMap to select from.
- optional boolean
Specify whether the ConfigMap must be defined.
- local_
object_ Localreference Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- name str
The ConfigMap to select from.
- optional bool
Specify whether the ConfigMap must be defined.
- local
Object Property MapReference This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- name String
The ConfigMap to select from.
- optional Boolean
Specify whether the ConfigMap must be defined.
ConfigMapKeySelectorResponse
- Key string
Not supported by Cloud Run.
- Local
Object Pulumi.Reference Google Native. Run. V1. Inputs. Local Object Reference Response Not supported by Cloud Run.
- Name string
Not supported by Cloud Run.
- Optional bool
Not supported by Cloud Run.
- Key string
Not supported by Cloud Run.
- Local
Object LocalReference Object Reference Response Not supported by Cloud Run.
- Name string
Not supported by Cloud Run.
- Optional bool
Not supported by Cloud Run.
- key String
Not supported by Cloud Run.
- local
Object LocalReference Object Reference Response Not supported by Cloud Run.
- name String
Not supported by Cloud Run.
- optional Boolean
Not supported by Cloud Run.
- key string
Not supported by Cloud Run.
- local
Object LocalReference Object Reference Response Not supported by Cloud Run.
- name string
Not supported by Cloud Run.
- optional boolean
Not supported by Cloud Run.
- key str
Not supported by Cloud Run.
- local_
object_ Localreference Object Reference Response Not supported by Cloud Run.
- name str
Not supported by Cloud Run.
- optional bool
Not supported by Cloud Run.
- key String
Not supported by Cloud Run.
- local
Object Property MapReference Not supported by Cloud Run.
- name String
Not supported by Cloud Run.
- optional Boolean
Not supported by Cloud Run.
ConfigMapVolumeSourceResponse
- Default
Mode int (Optional) Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default 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.
- Items
List<Pulumi.
Google Native. Run. V1. Inputs. Key To Path Response> (Optional) If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified that is not present in the Secret, the volume setup will error unless it is marked optional.
- Name string
Name of the config.
- Optional bool
(Optional) Specify whether the Secret or its keys must be defined.
- Default
Mode int (Optional) Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default 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.
- Items
[]Key
To Path Response (Optional) If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified that is not present in the Secret, the volume setup will error unless it is marked optional.
- Name string
Name of the config.
- Optional bool
(Optional) Specify whether the Secret or its keys must be defined.
- default
Mode Integer (Optional) Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default 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.
- items
List<Key
To Path Response> (Optional) If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified that is not present in the Secret, the volume setup will error unless it is marked optional.
- name String
Name of the config.
- optional Boolean
(Optional) Specify whether the Secret or its keys must be defined.
- default
Mode number (Optional) Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default 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.
- items
Key
To Path Response[] (Optional) If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified that is not present in the Secret, the volume setup will error unless it is marked optional.
- name string
Name of the config.
- optional boolean
(Optional) Specify whether the Secret or its keys must be defined.
- default_
mode int (Optional) Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default 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.
- items
Sequence[Key
To Path Response] (Optional) If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified that is not present in the Secret, the volume setup will error unless it is marked optional.
- name str
Name of the config.
- optional bool
(Optional) Specify whether the Secret or its keys must be defined.
- default
Mode Number (Optional) Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default 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.
- items List<Property Map>
(Optional) If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified that is not present in the Secret, the volume setup will error unless it is marked optional.
- name String
Name of the config.
- optional Boolean
(Optional) Specify whether the Secret or its keys must be defined.
ContainerPortResponse
- Container
Port int Port number the container listens on. This must be a valid port number, 0 < x < 65536.
- Name string
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- Protocol string
Protocol for port. Must be "TCP". Defaults to "TCP".
- Container
Port int Port number the container listens on. This must be a valid port number, 0 < x < 65536.
- Name string
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- Protocol string
Protocol for port. Must be "TCP". Defaults to "TCP".
- container
Port Integer Port number the container listens on. This must be a valid port number, 0 < x < 65536.
- name String
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- protocol String
Protocol for port. Must be "TCP". Defaults to "TCP".
- container
Port number Port number the container listens on. This must be a valid port number, 0 < x < 65536.
- name string
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- protocol string
Protocol for port. Must be "TCP". Defaults to "TCP".
- container_
port int Port number the container listens on. This must be a valid port number, 0 < x < 65536.
- name str
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- protocol str
Protocol for port. Must be "TCP". Defaults to "TCP".
- container
Port Number Port number the container listens on. This must be a valid port number, 0 < x < 65536.
- name String
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- protocol String
Protocol for port. Must be "TCP". Defaults to "TCP".
ContainerResponse
- Args List<string>
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
- Command List<string>
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references are not supported in Cloud Run.
- Env
List<Pulumi.
Google Native. Run. V1. Inputs. Env Var Response> List of environment variables to set in the container. EnvVar with duplicate names are generally allowed; if referencing a secret, the name must be unique for the container. For non-secret EnvVar names, the Container will only get the last-declared one.
- Env
From List<Pulumi.Google Native. Run. V1. Inputs. Env From Source Response> Not supported by Cloud Run.
- Image string
Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed. More info: https://kubernetes.io/docs/concepts/containers/images
- Image
Pull stringPolicy Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
- Liveness
Probe Pulumi.Google Native. Run. V1. Inputs. Probe Response Periodic probe of container liveness. Container will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- Name string
Name of the container specified as a DNS_LABEL (RFC 1123). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-label-names
- Ports
List<Pulumi.
Google Native. Run. V1. Inputs. Container 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.
- Readiness
Probe Pulumi.Google Native. Run. V1. Inputs. Probe Response Not supported by Cloud Run.
- Resources
Pulumi.
Google Native. Run. V1. Inputs. Resource Requirements Response Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- Security
Context Pulumi.Google Native. Run. V1. Inputs. Security Context Response Not supported by Cloud Run.
- Startup
Probe Pulumi.Google Native. Run. V1. Inputs. Probe Response Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not receive traffic if the probe fails. If not provided, a default startup probe with TCP socket action is used. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- Termination
Message stringPath Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log.
- Termination
Message stringPolicy Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.
- Volume
Mounts List<Pulumi.Google Native. Run. V1. Inputs. Volume Mount Response> Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.
- Working
Dir string Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
- Args []string
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
- Command []string
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references are not supported in Cloud Run.
- Env
[]Env
Var Response List of environment variables to set in the container. EnvVar with duplicate names are generally allowed; if referencing a secret, the name must be unique for the container. For non-secret EnvVar names, the Container will only get the last-declared one.
- Env
From []EnvFrom Source Response Not supported by Cloud Run.
- Image string
Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed. More info: https://kubernetes.io/docs/concepts/containers/images
- Image
Pull stringPolicy Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
- Liveness
Probe ProbeResponse Periodic probe of container liveness. Container will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- Name string
Name of the container specified as a DNS_LABEL (RFC 1123). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-label-names
- Ports
[]Container
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.
- Readiness
Probe ProbeResponse Not supported by Cloud Run.
- Resources
Resource
Requirements Response Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- Security
Context SecurityContext Response Not supported by Cloud Run.
- Startup
Probe ProbeResponse Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not receive traffic if the probe fails. If not provided, a default startup probe with TCP socket action is used. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- Termination
Message stringPath Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log.
- Termination
Message stringPolicy Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.
- Volume
Mounts []VolumeMount Response Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.
- Working
Dir string Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
- args List<String>
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
- command List<String>
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references are not supported in Cloud Run.
- env
List<Env
Var Response> List of environment variables to set in the container. EnvVar with duplicate names are generally allowed; if referencing a secret, the name must be unique for the container. For non-secret EnvVar names, the Container will only get the last-declared one.
- env
From List<EnvFrom Source Response> Not supported by Cloud Run.
- image String
Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed. More info: https://kubernetes.io/docs/concepts/containers/images
- image
Pull StringPolicy Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
- liveness
Probe ProbeResponse Periodic probe of container liveness. Container will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- name String
Name of the container specified as a DNS_LABEL (RFC 1123). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-label-names
- ports
List<Container
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.
- readiness
Probe ProbeResponse Not supported by Cloud Run.
- resources
Resource
Requirements Response Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- security
Context SecurityContext Response Not supported by Cloud Run.
- startup
Probe ProbeResponse Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not receive traffic if the probe fails. If not provided, a default startup probe with TCP socket action is used. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- termination
Message StringPath Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log.
- termination
Message StringPolicy Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.
- volume
Mounts List<VolumeMount Response> Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.
- working
Dir String Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
- args string[]
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
- command string[]
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references are not supported in Cloud Run.
- env
Env
Var Response[] List of environment variables to set in the container. EnvVar with duplicate names are generally allowed; if referencing a secret, the name must be unique for the container. For non-secret EnvVar names, the Container will only get the last-declared one.
- env
From EnvFrom Source Response[] Not supported by Cloud Run.
- image string
Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed. More info: https://kubernetes.io/docs/concepts/containers/images
- image
Pull stringPolicy Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
- liveness
Probe ProbeResponse Periodic probe of container liveness. Container will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- name string
Name of the container specified as a DNS_LABEL (RFC 1123). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-label-names
- ports
Container
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.
- readiness
Probe ProbeResponse Not supported by Cloud Run.
- resources
Resource
Requirements Response Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- security
Context SecurityContext Response Not supported by Cloud Run.
- startup
Probe ProbeResponse Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not receive traffic if the probe fails. If not provided, a default startup probe with TCP socket action is used. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- termination
Message stringPath Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log.
- termination
Message stringPolicy Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.
- volume
Mounts VolumeMount Response[] Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.
- working
Dir string Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
- args Sequence[str]
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
- command Sequence[str]
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references are not supported in Cloud Run.
- env
Sequence[Env
Var Response] List of environment variables to set in the container. EnvVar with duplicate names are generally allowed; if referencing a secret, the name must be unique for the container. For non-secret EnvVar names, the Container will only get the last-declared one.
- env_
from Sequence[EnvFrom Source Response] Not supported by Cloud Run.
- image str
Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed. More info: https://kubernetes.io/docs/concepts/containers/images
- image_
pull_ strpolicy Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
- liveness_
probe ProbeResponse Periodic probe of container liveness. Container will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- name str
Name of the container specified as a DNS_LABEL (RFC 1123). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-label-names
- ports
Sequence[Container
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.
- readiness_
probe ProbeResponse Not supported by Cloud Run.
- resources
Resource
Requirements Response Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- security_
context SecurityContext Response Not supported by Cloud Run.
- startup_
probe ProbeResponse Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not receive traffic if the probe fails. If not provided, a default startup probe with TCP socket action is used. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- termination_
message_ strpath Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log.
- termination_
message_ strpolicy Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.
- volume_
mounts Sequence[VolumeMount Response] Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.
- working_
dir str Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
- args List<String>
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
- command List<String>
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references are not supported in Cloud Run.
- env List<Property Map>
List of environment variables to set in the container. EnvVar with duplicate names are generally allowed; if referencing a secret, the name must be unique for the container. For non-secret EnvVar names, the Container will only get the last-declared one.
- env
From List<Property Map> Not supported by Cloud Run.
- image String
Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed. More info: https://kubernetes.io/docs/concepts/containers/images
- image
Pull StringPolicy Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
- liveness
Probe Property Map Periodic probe of container liveness. Container will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- name String
Name of the container specified as a DNS_LABEL (RFC 1123). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-label-names
- 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.
- readiness
Probe Property Map Not supported by Cloud Run.
- resources Property Map
Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- security
Context Property Map Not supported by Cloud Run.
- startup
Probe Property Map Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not receive traffic if the probe fails. If not provided, a default startup probe with TCP socket action is used. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- termination
Message StringPath Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log.
- termination
Message StringPolicy Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.
- volume
Mounts List<Property Map> Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.
- working
Dir String Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
EnvFromSourceResponse
- Config
Map Pulumi.Ref Google Native. Run. V1. Inputs. Config Map Env Source Response The ConfigMap to select from
- Prefix string
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
- Secret
Ref Pulumi.Google Native. Run. V1. Inputs. Secret Env Source Response The Secret to select from
- Config
Map ConfigRef Map Env Source Response The ConfigMap to select from
- Prefix string
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
- Secret
Ref SecretEnv Source Response The Secret to select from
- config
Map ConfigRef Map Env Source Response The ConfigMap to select from
- prefix String
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
- secret
Ref SecretEnv Source Response The Secret to select from
- config
Map ConfigRef Map Env Source Response The ConfigMap to select from
- prefix string
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
- secret
Ref SecretEnv Source Response The Secret to select from
- config_
map_ Configref Map Env Source Response The ConfigMap to select from
- prefix str
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
- secret_
ref SecretEnv Source Response The Secret to select from
- config
Map Property MapRef The ConfigMap to select from
- prefix String
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
- secret
Ref Property Map The Secret to select from
EnvVarResponse
- Name string
Name of the environment variable. Must be a C_IDENTIFIER.
- Value string
Value of the environment variable. Defaults to "". Variable references are not supported in Cloud Run.
- Value
From Pulumi.Google Native. Run. V1. Inputs. Env Var Source Response Source for the environment variable's value. Only supports secret_key_ref. Cannot be used if value is not empty.
- Name string
Name of the environment variable. Must be a C_IDENTIFIER.
- Value string
Value of the environment variable. Defaults to "". Variable references are not supported in Cloud Run.
- Value
From EnvVar Source Response Source for the environment variable's value. Only supports secret_key_ref. Cannot be used if value is not empty.
- name String
Name of the environment variable. Must be a C_IDENTIFIER.
- value String
Value of the environment variable. Defaults to "". Variable references are not supported in Cloud Run.
- value
From EnvVar Source Response Source for the environment variable's value. Only supports secret_key_ref. Cannot be used if value is not empty.
- name string
Name of the environment variable. Must be a C_IDENTIFIER.
- value string
Value of the environment variable. Defaults to "". Variable references are not supported in Cloud Run.
- value
From EnvVar Source Response Source for the environment variable's value. Only supports secret_key_ref. Cannot be used if value is not empty.
- name str
Name of the environment variable. Must be a C_IDENTIFIER.
- value str
Value of the environment variable. Defaults to "". Variable references are not supported in Cloud Run.
- value_
from EnvVar Source Response Source for the environment variable's value. Only supports secret_key_ref. Cannot be used if value is not empty.
- name String
Name of the environment variable. Must be a C_IDENTIFIER.
- value String
Value of the environment variable. Defaults to "". Variable references are not supported in Cloud Run.
- value
From Property Map Source for the environment variable's value. Only supports secret_key_ref. Cannot be used if value is not empty.
EnvVarSourceResponse
- Config
Map Pulumi.Key Ref Google Native. Run. V1. Inputs. Config Map Key Selector Response Not supported by Cloud Run. Not supported in Cloud Run.
- Secret
Key Pulumi.Ref Google Native. Run. V1. Inputs. Secret Key Selector Response Selects a key (version) of a secret in Secret Manager.
- Config
Map ConfigKey Ref Map Key Selector Response Not supported by Cloud Run. Not supported in Cloud Run.
- Secret
Key SecretRef Key Selector Response Selects a key (version) of a secret in Secret Manager.
- config
Map ConfigKey Ref Map Key Selector Response Not supported by Cloud Run. Not supported in Cloud Run.
- secret
Key SecretRef Key Selector Response Selects a key (version) of a secret in Secret Manager.
- config
Map ConfigKey Ref Map Key Selector Response Not supported by Cloud Run. Not supported in Cloud Run.
- secret
Key SecretRef Key Selector Response Selects a key (version) of a secret in Secret Manager.
- config_
map_ Configkey_ ref Map Key Selector Response Not supported by Cloud Run. Not supported in Cloud Run.
- secret_
key_ Secretref Key Selector Response Selects a key (version) of a secret in Secret Manager.
- config
Map Property MapKey Ref Not supported by Cloud Run. Not supported in Cloud Run.
- secret
Key Property MapRef Selects a key (version) of a secret in Secret Manager.
ExecActionResponse
- Command List<string>
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
- Command []string
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
- command List<String>
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
- command string[]
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
- command Sequence[str]
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
- command List<String>
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
ExecutionReferenceResponse
- Completion
Timestamp string Optional. Completion timestamp of the execution.
- Creation
Timestamp string Optional. Creation timestamp of the execution.
- Name string
Optional. Name of the execution.
- Completion
Timestamp string Optional. Completion timestamp of the execution.
- Creation
Timestamp string Optional. Creation timestamp of the execution.
- Name string
Optional. Name of the execution.
- completion
Timestamp String Optional. Completion timestamp of the execution.
- creation
Timestamp String Optional. Creation timestamp of the execution.
- name String
Optional. Name of the execution.
- completion
Timestamp string Optional. Completion timestamp of the execution.
- creation
Timestamp string Optional. Creation timestamp of the execution.
- name string
Optional. Name of the execution.
- completion_
timestamp str Optional. Completion timestamp of the execution.
- creation_
timestamp str Optional. Creation timestamp of the execution.
- name str
Optional. Name of the execution.
- completion
Timestamp String Optional. Completion timestamp of the execution.
- creation
Timestamp String Optional. Creation timestamp of the execution.
- name String
Optional. Name of the execution.
ExecutionSpecResponse
- Parallelism int
Optional. 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, i.e. when the work left to do is less than max parallelism.
- Task
Count int Optional. 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.
- Template
Pulumi.
Google Native. Run. V1. Inputs. Task Template Spec Response Optional. The template used to create tasks for this execution.
- Parallelism int
Optional. 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, i.e. when the work left to do is less than max parallelism.
- Task
Count int Optional. 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.
- Template
Task
Template Spec Response Optional. The template used to create tasks for this execution.
- parallelism Integer
Optional. 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, i.e. when the work left to do is less than max parallelism.
- task
Count Integer Optional. 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.
- template
Task
Template Spec Response Optional. The template used to create tasks for this execution.
- parallelism number
Optional. 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, i.e. when the work left to do is less than max parallelism.
- task
Count number Optional. 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.
- template
Task
Template Spec Response Optional. The template used to create tasks for this execution.
- parallelism int
Optional. 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, i.e. when the work left to do is less than max parallelism.
- task_
count int Optional. 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.
- template
Task
Template Spec Response Optional. The template used to create tasks for this execution.
- parallelism Number
Optional. 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, i.e. when the work left to do is less than max parallelism.
- task
Count Number Optional. 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.
- template Property Map
Optional. The template used to create tasks for this execution.
ExecutionTemplateSpecResponse
- Metadata
Pulumi.
Google Native. Run. V1. Inputs. Object Meta Response Optional. Optional metadata for this Execution, including labels and annotations. The following annotation keys set properties of the created execution: *
run.googleapis.com/cloudsql-instances
sets Cloud SQL connections. Multiple values should be comma separated. *run.googleapis.com/vpc-access-connector
sets a Serverless VPC Access connector. *run.googleapis.com/vpc-access-egress
sets VPC egress. Supported values areall-traffic
,all
(deprecated), andprivate-ranges-only
.all-traffic
andall
provide the same functionality.all
is deprecated but will continue to be supported. Preferall-traffic
.- Spec
Pulumi.
Google Native. Run. V1. Inputs. Execution Spec Response ExecutionSpec holds the desired configuration for executions of this job.
- Metadata
Object
Meta Response Optional. Optional metadata for this Execution, including labels and annotations. The following annotation keys set properties of the created execution: *
run.googleapis.com/cloudsql-instances
sets Cloud SQL connections. Multiple values should be comma separated. *run.googleapis.com/vpc-access-connector
sets a Serverless VPC Access connector. *run.googleapis.com/vpc-access-egress
sets VPC egress. Supported values areall-traffic
,all
(deprecated), andprivate-ranges-only
.all-traffic
andall
provide the same functionality.all
is deprecated but will continue to be supported. Preferall-traffic
.- Spec
Execution
Spec Response ExecutionSpec holds the desired configuration for executions of this job.
- metadata
Object
Meta Response Optional. Optional metadata for this Execution, including labels and annotations. The following annotation keys set properties of the created execution: *
run.googleapis.com/cloudsql-instances
sets Cloud SQL connections. Multiple values should be comma separated. *run.googleapis.com/vpc-access-connector
sets a Serverless VPC Access connector. *run.googleapis.com/vpc-access-egress
sets VPC egress. Supported values areall-traffic
,all
(deprecated), andprivate-ranges-only
.all-traffic
andall
provide the same functionality.all
is deprecated but will continue to be supported. Preferall-traffic
.- spec
Execution
Spec Response ExecutionSpec holds the desired configuration for executions of this job.
- metadata
Object
Meta Response Optional. Optional metadata for this Execution, including labels and annotations. The following annotation keys set properties of the created execution: *
run.googleapis.com/cloudsql-instances
sets Cloud SQL connections. Multiple values should be comma separated. *run.googleapis.com/vpc-access-connector
sets a Serverless VPC Access connector. *run.googleapis.com/vpc-access-egress
sets VPC egress. Supported values areall-traffic
,all
(deprecated), andprivate-ranges-only
.all-traffic
andall
provide the same functionality.all
is deprecated but will continue to be supported. Preferall-traffic
.- spec
Execution
Spec Response ExecutionSpec holds the desired configuration for executions of this job.
- metadata
Object
Meta Response Optional. Optional metadata for this Execution, including labels and annotations. The following annotation keys set properties of the created execution: *
run.googleapis.com/cloudsql-instances
sets Cloud SQL connections. Multiple values should be comma separated. *run.googleapis.com/vpc-access-connector
sets a Serverless VPC Access connector. *run.googleapis.com/vpc-access-egress
sets VPC egress. Supported values areall-traffic
,all
(deprecated), andprivate-ranges-only
.all-traffic
andall
provide the same functionality.all
is deprecated but will continue to be supported. Preferall-traffic
.- spec
Execution
Spec Response ExecutionSpec holds the desired configuration for executions of this job.
- metadata Property Map
Optional. Optional metadata for this Execution, including labels and annotations. The following annotation keys set properties of the created execution: *
run.googleapis.com/cloudsql-instances
sets Cloud SQL connections. Multiple values should be comma separated. *run.googleapis.com/vpc-access-connector
sets a Serverless VPC Access connector. *run.googleapis.com/vpc-access-egress
sets VPC egress. Supported values areall-traffic
,all
(deprecated), andprivate-ranges-only
.all-traffic
andall
provide the same functionality.all
is deprecated but will continue to be supported. Preferall-traffic
.- spec Property Map
ExecutionSpec holds the desired configuration for executions of this job.
GRPCActionResponse
- Port int
Port number of the gRPC service. Number must be in the range 1 to 65535.
- Service string
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
- Port int
Port number of the gRPC service. Number must be in the range 1 to 65535.
- Service string
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
- port Integer
Port number of the gRPC service. Number must be in the range 1 to 65535.
- service String
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
- port number
Port number of the gRPC service. Number must be in the range 1 to 65535.
- service string
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
- port int
Port number of the gRPC service. Number must be in the range 1 to 65535.
- service str
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
- port Number
Port number of the gRPC service. Number must be in the range 1 to 65535.
- service String
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
GoogleCloudRunV1ConditionResponse
- Last
Transition stringTime Optional. Last time the condition transitioned from one status to another.
- Message string
Optional. Human readable message indicating details about the current status.
- Reason string
Optional. One-word CamelCase reason for the condition's last transition. These are intended to be stable, unique values which the client may use to trigger error handling logic, whereas messages which may be changed later by the server.
- Severity string
Optional. How to interpret this condition. One of Error, Warning, or Info. Conditions of severity Info do not contribute to resource readiness.
- Status string
Status of the condition, one of True, False, Unknown.
- 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" or "Completed": True when the Resource is ready.
- Last
Transition stringTime Optional. Last time the condition transitioned from one status to another.
- Message string
Optional. Human readable message indicating details about the current status.
- Reason string
Optional. One-word CamelCase reason for the condition's last transition. These are intended to be stable, unique values which the client may use to trigger error handling logic, whereas messages which may be changed later by the server.
- Severity string
Optional. How to interpret this condition. One of Error, Warning, or Info. Conditions of severity Info do not contribute to resource readiness.
- Status string
Status of the condition, one of True, False, Unknown.
- 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" or "Completed": True when the Resource is ready.
- last
Transition StringTime Optional. Last time the condition transitioned from one status to another.
- message String
Optional. Human readable message indicating details about the current status.
- reason String
Optional. One-word CamelCase reason for the condition's last transition. These are intended to be stable, unique values which the client may use to trigger error handling logic, whereas messages which may be changed later by the server.
- severity String
Optional. How to interpret this condition. One of Error, Warning, or Info. Conditions of severity Info do not contribute to resource readiness.
- status String
Status of the condition, one of True, False, Unknown.
- 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" or "Completed": True when the Resource is ready.
- last
Transition stringTime Optional. Last time the condition transitioned from one status to another.
- message string
Optional. Human readable message indicating details about the current status.
- reason string
Optional. One-word CamelCase reason for the condition's last transition. These are intended to be stable, unique values which the client may use to trigger error handling logic, whereas messages which may be changed later by the server.
- severity string
Optional. How to interpret this condition. One of Error, Warning, or Info. Conditions of severity Info do not contribute to resource readiness.
- status string
Status of the condition, one of True, False, Unknown.
- 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" or "Completed": True when the Resource is ready.
- last_
transition_ strtime Optional. Last time the condition transitioned from one status to another.
- message str
Optional. Human readable message indicating details about the current status.
- reason str
Optional. One-word CamelCase reason for the condition's last transition. These are intended to be stable, unique values which the client may use to trigger error handling logic, whereas messages which may be changed later by the server.
- severity str
Optional. How to interpret this condition. One of Error, Warning, or Info. Conditions of severity Info do not contribute to resource readiness.
- status str
Status of the condition, one of True, False, Unknown.
- 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" or "Completed": True when the Resource is ready.
- last
Transition StringTime Optional. Last time the condition transitioned from one status to another.
- message String
Optional. Human readable message indicating details about the current status.
- reason String
Optional. One-word CamelCase reason for the condition's last transition. These are intended to be stable, unique values which the client may use to trigger error handling logic, whereas messages which may be changed later by the server.
- severity String
Optional. How to interpret this condition. One of Error, Warning, or Info. Conditions of severity Info do not contribute to resource readiness.
- status String
Status of the condition, one of True, False, Unknown.
- 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" or "Completed": True when the Resource is ready.
HTTPGetActionResponse
- Host string
Not supported by Cloud Run.
- Http
Headers List<Pulumi.Google Native. Run. V1. Inputs. HTTPHeader Response> Custom headers to set in the request. HTTP allows repeated headers.
- Path string
Path to access on the HTTP server.
- Scheme string
Not supported by Cloud Run.
- Host string
Not supported by Cloud Run.
- Http
Headers []HTTPHeaderResponse Custom headers to set in the request. HTTP allows repeated headers.
- Path string
Path to access on the HTTP server.
- Scheme string
Not supported by Cloud Run.
- host String
Not supported by Cloud Run.
- http
Headers List<HTTPHeaderResponse> Custom headers to set in the request. HTTP allows repeated headers.
- path String
Path to access on the HTTP server.
- scheme String
Not supported by Cloud Run.
- host string
Not supported by Cloud Run.
- http
Headers HTTPHeaderResponse[] Custom headers to set in the request. HTTP allows repeated headers.
- path string
Path to access on the HTTP server.
- scheme string
Not supported by Cloud Run.
- host str
Not supported by Cloud Run.
- http_
headers Sequence[HTTPHeaderResponse] Custom headers to set in the request. HTTP allows repeated headers.
- path str
Path to access on the HTTP server.
- scheme str
Not supported by Cloud Run.
- host String
Not supported by Cloud Run.
- http
Headers List<Property Map> Custom headers to set in the request. HTTP allows repeated headers.
- path String
Path to access on the HTTP server.
- scheme String
Not supported by Cloud Run.
HTTPHeaderResponse
JobSpecResponse
- Template
Pulumi.
Google Native. Run. V1. Inputs. Execution Template Spec Response Optional. Describes the execution that will be created when running a job.
- Template
Execution
Template Spec Response Optional. Describes the execution that will be created when running a job.
- template
Execution
Template Spec Response Optional. Describes the execution that will be created when running a job.
- template
Execution
Template Spec Response Optional. Describes the execution that will be created when running a job.
- template
Execution
Template Spec Response Optional. Describes the execution that will be created when running a job.
- template Property Map
Optional. Describes the execution that will be created when running a job.
JobStatusResponse
- Conditions
List<Pulumi.
Google Native. Run. V1. Inputs. Google Cloud Run V1Condition Response> Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world. Job-specific conditions include: *
Ready
:True
when the job is ready to be executed.- Execution
Count int Number of executions created for this job.
- Latest
Created Pulumi.Execution Google Native. Run. V1. Inputs. Execution Reference Response A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
- Observed
Generation int The 'generation' of the job that was last processed by the controller.
- Conditions
[]Google
Cloud Run V1Condition Response Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world. Job-specific conditions include: *
Ready
:True
when the job is ready to be executed.- Execution
Count int Number of executions created for this job.
- Latest
Created ExecutionExecution Reference Response A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
- Observed
Generation int The 'generation' of the job that was last processed by the controller.
- conditions
List<Google
Cloud Run V1Condition Response> Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world. Job-specific conditions include: *
Ready
:True
when the job is ready to be executed.- execution
Count Integer Number of executions created for this job.
- latest
Created ExecutionExecution Reference Response A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
- observed
Generation Integer The 'generation' of the job that was last processed by the controller.
- conditions
Google
Cloud Run V1Condition Response[] Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world. Job-specific conditions include: *
Ready
:True
when the job is ready to be executed.- execution
Count number Number of executions created for this job.
- latest
Created ExecutionExecution Reference Response A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
- observed
Generation number The 'generation' of the job that was last processed by the controller.
- conditions
Sequence[Google
Cloud Run V1Condition Response] Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world. Job-specific conditions include: *
Ready
:True
when the job is ready to be executed.- execution_
count int Number of executions created for this job.
- latest_
created_ Executionexecution Reference Response A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
- observed_
generation int The 'generation' of the job that was last processed by the controller.
- conditions List<Property Map>
Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world. Job-specific conditions include: *
Ready
:True
when the job is ready to be executed.- execution
Count Number Number of executions created for this job.
- latest
Created Property MapExecution A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
- observed
Generation Number The 'generation' of the job that was last processed by the controller.
KeyToPathResponse
- Key string
The Cloud Secret Manager secret version. Can be 'latest' for the latest value, or an integer or a secret alias for a specific version. The key to project.
- Mode int
(Optional) 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 file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
- Key string
The Cloud Secret Manager secret version. Can be 'latest' for the latest value, or an integer or a secret alias for a specific version. The key to project.
- Mode int
(Optional) 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 file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
- key String
The Cloud Secret Manager secret version. Can be 'latest' for the latest value, or an integer or a secret alias for a specific version. The key to project.
- mode Integer
(Optional) 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 file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
- key string
The Cloud Secret Manager secret version. Can be 'latest' for the latest value, or an integer or a secret alias for a specific version. The key to project.
- mode number
(Optional) 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 file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
- key str
The Cloud Secret Manager secret version. Can be 'latest' for the latest value, or an integer or a secret alias for a specific version. The key to project.
- mode int
(Optional) 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 file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
- key String
The Cloud Secret Manager secret version. Can be 'latest' for the latest value, or an integer or a secret alias for a specific version. The key to project.
- mode Number
(Optional) 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 file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
LocalObjectReferenceResponse
- Name string
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Name string
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- name String
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- name string
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- name str
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- name String
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
ObjectMetaResponse
- Annotations Dictionary<string, string>
Unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are restricted, and the accepted annotations will be different depending on the resource type. *
autoscaling.knative.dev/maxScale
: Revision. *autoscaling.knative.dev/minScale
: Revision. *run.googleapis.com/binary-authorization-breakglass
: Service, Job, *run.googleapis.com/binary-authorization
: Service, Job, Execution. *run.googleapis.com/client-name
: All resources. *run.googleapis.com/cloudsql-instances
: Revision, Execution. *run.googleapis.com/cpu-throttling
: Revision. *run.googleapis.com/custom-audiences
: Service. *run.googleapis.com/description
: Service. *run.googleapis.com/encryption-key-shutdown-hours
: Revision *run.googleapis.com/encryption-key
: Revision, Execution. *run.googleapis.com/execution-environment
: Revision, Execution. *run.googleapis.com/gc-traffic-tags
: Service. *run.googleapis.com/ingress
: Service. *run.googleapis.com/network-interfaces
: Revision, Execution. *run.googleapis.com/post-key-revocation-action-type
: Revision. *run.googleapis.com/secrets
: Revision, Execution. *run.googleapis.com/secure-session-agent
: Revision. *run.googleapis.com/sessionAffinity
: Revision. *run.googleapis.com/startup-cpu-boost
: Revision. *run.googleapis.com/vpc-access-connector
: Revision, Execution. *run.googleapis.com/vpc-access-egress
: Revision, Execution. Execution. More info: https://kubernetes.io/docs/user-guide/annotations- Cluster
Name string Not supported by Cloud Run
- Creation
Timestamp string UTC timestamp representing the server time when this object was created. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
- Deletion
Grace intPeriod Seconds Not supported by Cloud Run
- Deletion
Timestamp string The read-only soft deletion timestamp for this resource. In Cloud Run, users are not able to set this field. Instead, they must call the corresponding Delete API.
- Finalizers List<string>
Not supported by Cloud Run
- Generate
Name string Not supported by Cloud Run
- Generation int
A system-provided sequence number representing a specific generation of the desired state.
- Labels Dictionary<string, string>
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and routes. More info: https://kubernetes.io/docs/user-guide/labels
- Name string
The name of the resource. In Cloud Run, name is required when creating top-level resources (Service, Job), must be unique within a Cloud Run project/region, and cannot be changed once created. More info: https://kubernetes.io/docs/user-guide/identifiers#names
- Namespace string
Defines the space within each name must be unique within a Cloud Run region. In Cloud Run, it must be project ID or number.
- Owner
References List<Pulumi.Google Native. Run. V1. Inputs. Owner Reference Response> Not supported by Cloud Run
- Resource
Version string Opaque, system-generated value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server or omit the value to disable conflict-detection. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
- Self
Link string URL representing this object.
- Uid string
Unique, system-generated identifier for this resource. More info: https://kubernetes.io/docs/user-guide/identifiers#uids
- Annotations map[string]string
Unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are restricted, and the accepted annotations will be different depending on the resource type. *
autoscaling.knative.dev/maxScale
: Revision. *autoscaling.knative.dev/minScale
: Revision. *run.googleapis.com/binary-authorization-breakglass
: Service, Job, *run.googleapis.com/binary-authorization
: Service, Job, Execution. *run.googleapis.com/client-name
: All resources. *run.googleapis.com/cloudsql-instances
: Revision, Execution. *run.googleapis.com/cpu-throttling
: Revision. *run.googleapis.com/custom-audiences
: Service. *run.googleapis.com/description
: Service. *run.googleapis.com/encryption-key-shutdown-hours
: Revision *run.googleapis.com/encryption-key
: Revision, Execution. *run.googleapis.com/execution-environment
: Revision, Execution. *run.googleapis.com/gc-traffic-tags
: Service. *run.googleapis.com/ingress
: Service. *run.googleapis.com/network-interfaces
: Revision, Execution. *run.googleapis.com/post-key-revocation-action-type
: Revision. *run.googleapis.com/secrets
: Revision, Execution. *run.googleapis.com/secure-session-agent
: Revision. *run.googleapis.com/sessionAffinity
: Revision. *run.googleapis.com/startup-cpu-boost
: Revision. *run.googleapis.com/vpc-access-connector
: Revision, Execution. *run.googleapis.com/vpc-access-egress
: Revision, Execution. Execution. More info: https://kubernetes.io/docs/user-guide/annotations- Cluster
Name string Not supported by Cloud Run
- Creation
Timestamp string UTC timestamp representing the server time when this object was created. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
- Deletion
Grace intPeriod Seconds Not supported by Cloud Run
- Deletion
Timestamp string The read-only soft deletion timestamp for this resource. In Cloud Run, users are not able to set this field. Instead, they must call the corresponding Delete API.
- Finalizers []string
Not supported by Cloud Run
- Generate
Name string Not supported by Cloud Run
- Generation int
A system-provided sequence number representing a specific generation of the desired state.
- Labels map[string]string
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and routes. More info: https://kubernetes.io/docs/user-guide/labels
- Name string
The name of the resource. In Cloud Run, name is required when creating top-level resources (Service, Job), must be unique within a Cloud Run project/region, and cannot be changed once created. More info: https://kubernetes.io/docs/user-guide/identifiers#names
- Namespace string
Defines the space within each name must be unique within a Cloud Run region. In Cloud Run, it must be project ID or number.
- Owner
References []OwnerReference Response Not supported by Cloud Run
- Resource
Version string Opaque, system-generated value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server or omit the value to disable conflict-detection. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
- Self
Link string URL representing this object.
- Uid string
Unique, system-generated identifier for this resource. More info: https://kubernetes.io/docs/user-guide/identifiers#uids
- annotations Map<String,String>
Unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are restricted, and the accepted annotations will be different depending on the resource type. *
autoscaling.knative.dev/maxScale
: Revision. *autoscaling.knative.dev/minScale
: Revision. *run.googleapis.com/binary-authorization-breakglass
: Service, Job, *run.googleapis.com/binary-authorization
: Service, Job, Execution. *run.googleapis.com/client-name
: All resources. *run.googleapis.com/cloudsql-instances
: Revision, Execution. *run.googleapis.com/cpu-throttling
: Revision. *run.googleapis.com/custom-audiences
: Service. *run.googleapis.com/description
: Service. *run.googleapis.com/encryption-key-shutdown-hours
: Revision *run.googleapis.com/encryption-key
: Revision, Execution. *run.googleapis.com/execution-environment
: Revision, Execution. *run.googleapis.com/gc-traffic-tags
: Service. *run.googleapis.com/ingress
: Service. *run.googleapis.com/network-interfaces
: Revision, Execution. *run.googleapis.com/post-key-revocation-action-type
: Revision. *run.googleapis.com/secrets
: Revision, Execution. *run.googleapis.com/secure-session-agent
: Revision. *run.googleapis.com/sessionAffinity
: Revision. *run.googleapis.com/startup-cpu-boost
: Revision. *run.googleapis.com/vpc-access-connector
: Revision, Execution. *run.googleapis.com/vpc-access-egress
: Revision, Execution. Execution. More info: https://kubernetes.io/docs/user-guide/annotations- cluster
Name String Not supported by Cloud Run
- creation
Timestamp String UTC timestamp representing the server time when this object was created. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
- deletion
Grace IntegerPeriod Seconds Not supported by Cloud Run
- deletion
Timestamp String The read-only soft deletion timestamp for this resource. In Cloud Run, users are not able to set this field. Instead, they must call the corresponding Delete API.
- finalizers List<String>
Not supported by Cloud Run
- generate
Name String Not supported by Cloud Run
- generation Integer
A system-provided sequence number representing a specific generation of the desired state.
- labels Map<String,String>
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and routes. More info: https://kubernetes.io/docs/user-guide/labels
- name String
The name of the resource. In Cloud Run, name is required when creating top-level resources (Service, Job), must be unique within a Cloud Run project/region, and cannot be changed once created. More info: https://kubernetes.io/docs/user-guide/identifiers#names
- namespace String
Defines the space within each name must be unique within a Cloud Run region. In Cloud Run, it must be project ID or number.
- owner
References List<OwnerReference Response> Not supported by Cloud Run
- resource
Version String Opaque, system-generated value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server or omit the value to disable conflict-detection. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
- self
Link String URL representing this object.
- uid String
Unique, system-generated identifier for this resource. More info: https://kubernetes.io/docs/user-guide/identifiers#uids
- annotations {[key: string]: string}
Unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are restricted, and the accepted annotations will be different depending on the resource type. *
autoscaling.knative.dev/maxScale
: Revision. *autoscaling.knative.dev/minScale
: Revision. *run.googleapis.com/binary-authorization-breakglass
: Service, Job, *run.googleapis.com/binary-authorization
: Service, Job, Execution. *run.googleapis.com/client-name
: All resources. *run.googleapis.com/cloudsql-instances
: Revision, Execution. *run.googleapis.com/cpu-throttling
: Revision. *run.googleapis.com/custom-audiences
: Service. *run.googleapis.com/description
: Service. *run.googleapis.com/encryption-key-shutdown-hours
: Revision *run.googleapis.com/encryption-key
: Revision, Execution. *run.googleapis.com/execution-environment
: Revision, Execution. *run.googleapis.com/gc-traffic-tags
: Service. *run.googleapis.com/ingress
: Service. *run.googleapis.com/network-interfaces
: Revision, Execution. *run.googleapis.com/post-key-revocation-action-type
: Revision. *run.googleapis.com/secrets
: Revision, Execution. *run.googleapis.com/secure-session-agent
: Revision. *run.googleapis.com/sessionAffinity
: Revision. *run.googleapis.com/startup-cpu-boost
: Revision. *run.googleapis.com/vpc-access-connector
: Revision, Execution. *run.googleapis.com/vpc-access-egress
: Revision, Execution. Execution. More info: https://kubernetes.io/docs/user-guide/annotations- cluster
Name string Not supported by Cloud Run
- creation
Timestamp string UTC timestamp representing the server time when this object was created. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
- deletion
Grace numberPeriod Seconds Not supported by Cloud Run
- deletion
Timestamp string The read-only soft deletion timestamp for this resource. In Cloud Run, users are not able to set this field. Instead, they must call the corresponding Delete API.
- finalizers string[]
Not supported by Cloud Run
- generate
Name string Not supported by Cloud Run
- generation number
A system-provided sequence number representing a specific generation of the desired state.
- labels {[key: string]: string}
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and routes. More info: https://kubernetes.io/docs/user-guide/labels
- name string
The name of the resource. In Cloud Run, name is required when creating top-level resources (Service, Job), must be unique within a Cloud Run project/region, and cannot be changed once created. More info: https://kubernetes.io/docs/user-guide/identifiers#names
- namespace string
Defines the space within each name must be unique within a Cloud Run region. In Cloud Run, it must be project ID or number.
- owner
References OwnerReference Response[] Not supported by Cloud Run
- resource
Version string Opaque, system-generated value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server or omit the value to disable conflict-detection. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
- self
Link string URL representing this object.
- uid string
Unique, system-generated identifier for this resource. More info: https://kubernetes.io/docs/user-guide/identifiers#uids
- annotations Mapping[str, str]
Unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are restricted, and the accepted annotations will be different depending on the resource type. *
autoscaling.knative.dev/maxScale
: Revision. *autoscaling.knative.dev/minScale
: Revision. *run.googleapis.com/binary-authorization-breakglass
: Service, Job, *run.googleapis.com/binary-authorization
: Service, Job, Execution. *run.googleapis.com/client-name
: All resources. *run.googleapis.com/cloudsql-instances
: Revision, Execution. *run.googleapis.com/cpu-throttling
: Revision. *run.googleapis.com/custom-audiences
: Service. *run.googleapis.com/description
: Service. *run.googleapis.com/encryption-key-shutdown-hours
: Revision *run.googleapis.com/encryption-key
: Revision, Execution. *run.googleapis.com/execution-environment
: Revision, Execution. *run.googleapis.com/gc-traffic-tags
: Service. *run.googleapis.com/ingress
: Service. *run.googleapis.com/network-interfaces
: Revision, Execution. *run.googleapis.com/post-key-revocation-action-type
: Revision. *run.googleapis.com/secrets
: Revision, Execution. *run.googleapis.com/secure-session-agent
: Revision. *run.googleapis.com/sessionAffinity
: Revision. *run.googleapis.com/startup-cpu-boost
: Revision. *run.googleapis.com/vpc-access-connector
: Revision, Execution. *run.googleapis.com/vpc-access-egress
: Revision, Execution. Execution. More info: https://kubernetes.io/docs/user-guide/annotations- cluster_
name str Not supported by Cloud Run
- creation_
timestamp str UTC timestamp representing the server time when this object was created. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
- deletion_
grace_ intperiod_ seconds Not supported by Cloud Run
- deletion_
timestamp str The read-only soft deletion timestamp for this resource. In Cloud Run, users are not able to set this field. Instead, they must call the corresponding Delete API.
- finalizers Sequence[str]
Not supported by Cloud Run
- generate_
name str Not supported by Cloud Run
- generation int
A system-provided sequence number representing a specific generation of the desired state.
- labels Mapping[str, str]
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and routes. More info: https://kubernetes.io/docs/user-guide/labels
- name str
The name of the resource. In Cloud Run, name is required when creating top-level resources (Service, Job), must be unique within a Cloud Run project/region, and cannot be changed once created. More info: https://kubernetes.io/docs/user-guide/identifiers#names
- namespace str
Defines the space within each name must be unique within a Cloud Run region. In Cloud Run, it must be project ID or number.
- owner_
references Sequence[OwnerReference Response] Not supported by Cloud Run
- resource_
version str Opaque, system-generated value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server or omit the value to disable conflict-detection. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
- self_
link str URL representing this object.
- uid str
Unique, system-generated identifier for this resource. More info: https://kubernetes.io/docs/user-guide/identifiers#uids
- annotations Map<String>
Unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are restricted, and the accepted annotations will be different depending on the resource type. *
autoscaling.knative.dev/maxScale
: Revision. *autoscaling.knative.dev/minScale
: Revision. *run.googleapis.com/binary-authorization-breakglass
: Service, Job, *run.googleapis.com/binary-authorization
: Service, Job, Execution. *run.googleapis.com/client-name
: All resources. *run.googleapis.com/cloudsql-instances
: Revision, Execution. *run.googleapis.com/cpu-throttling
: Revision. *run.googleapis.com/custom-audiences
: Service. *run.googleapis.com/description
: Service. *run.googleapis.com/encryption-key-shutdown-hours
: Revision *run.googleapis.com/encryption-key
: Revision, Execution. *run.googleapis.com/execution-environment
: Revision, Execution. *run.googleapis.com/gc-traffic-tags
: Service. *run.googleapis.com/ingress
: Service. *run.googleapis.com/network-interfaces
: Revision, Execution. *run.googleapis.com/post-key-revocation-action-type
: Revision. *run.googleapis.com/secrets
: Revision, Execution. *run.googleapis.com/secure-session-agent
: Revision. *run.googleapis.com/sessionAffinity
: Revision. *run.googleapis.com/startup-cpu-boost
: Revision. *run.googleapis.com/vpc-access-connector
: Revision, Execution. *run.googleapis.com/vpc-access-egress
: Revision, Execution. Execution. More info: https://kubernetes.io/docs/user-guide/annotations- cluster
Name String Not supported by Cloud Run
- creation
Timestamp String UTC timestamp representing the server time when this object was created. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
- deletion
Grace NumberPeriod Seconds Not supported by Cloud Run
- deletion
Timestamp String The read-only soft deletion timestamp for this resource. In Cloud Run, users are not able to set this field. Instead, they must call the corresponding Delete API.
- finalizers List<String>
Not supported by Cloud Run
- generate
Name String Not supported by Cloud Run
- generation Number
A system-provided sequence number representing a specific generation of the desired state.
- labels Map<String>
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and routes. More info: https://kubernetes.io/docs/user-guide/labels
- name String
The name of the resource. In Cloud Run, name is required when creating top-level resources (Service, Job), must be unique within a Cloud Run project/region, and cannot be changed once created. More info: https://kubernetes.io/docs/user-guide/identifiers#names
- namespace String
Defines the space within each name must be unique within a Cloud Run region. In Cloud Run, it must be project ID or number.
- owner
References List<Property Map> Not supported by Cloud Run
- resource
Version String Opaque, system-generated value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server or omit the value to disable conflict-detection. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
- self
Link String URL representing this object.
- uid String
Unique, system-generated identifier for this resource. More info: https://kubernetes.io/docs/user-guide/identifiers#uids
OwnerReferenceResponse
- Api
Version string This is not supported or used by Cloud Run.
- Block
Owner boolDeletion This is not supported or used by Cloud Run.
- Controller bool
This is not supported or used by Cloud Run.
- Kind string
This is not supported or used by Cloud Run.
- Name string
This is not supported or used by Cloud Run.
- Uid string
This is not supported or used by Cloud Run.
- Api
Version string This is not supported or used by Cloud Run.
- Block
Owner boolDeletion This is not supported or used by Cloud Run.
- Controller bool
This is not supported or used by Cloud Run.
- Kind string
This is not supported or used by Cloud Run.
- Name string
This is not supported or used by Cloud Run.
- Uid string
This is not supported or used by Cloud Run.
- api
Version String This is not supported or used by Cloud Run.
- block
Owner BooleanDeletion This is not supported or used by Cloud Run.
- controller Boolean
This is not supported or used by Cloud Run.
- kind String
This is not supported or used by Cloud Run.
- name String
This is not supported or used by Cloud Run.
- uid String
This is not supported or used by Cloud Run.
- api
Version string This is not supported or used by Cloud Run.
- block
Owner booleanDeletion This is not supported or used by Cloud Run.
- controller boolean
This is not supported or used by Cloud Run.
- kind string
This is not supported or used by Cloud Run.
- name string
This is not supported or used by Cloud Run.
- uid string
This is not supported or used by Cloud Run.
- api_
version str This is not supported or used by Cloud Run.
- block_
owner_ booldeletion This is not supported or used by Cloud Run.
- controller bool
This is not supported or used by Cloud Run.
- kind str
This is not supported or used by Cloud Run.
- name str
This is not supported or used by Cloud Run.
- uid str
This is not supported or used by Cloud Run.
- api
Version String This is not supported or used by Cloud Run.
- block
Owner BooleanDeletion This is not supported or used by Cloud Run.
- controller Boolean
This is not supported or used by Cloud Run.
- kind String
This is not supported or used by Cloud Run.
- name String
This is not supported or used by Cloud Run.
- uid String
This is not supported or used by Cloud Run.
ProbeResponse
- Exec
Pulumi.
Google Native. Run. V1. Inputs. Exec Action Response Not supported by Cloud Run.
- Failure
Threshold int Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
- Grpc
Pulumi.
Google Native. Run. V1. Inputs. GRPCAction Response GRPCAction specifies an action involving a GRPC port.
- Http
Get Pulumi.Google Native. Run. V1. Inputs. HTTPGet Action Response HTTPGet specifies the http request to perform.
- Initial
Delay intSeconds Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- Period
Seconds int How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.
- Success
Threshold int Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.
- Tcp
Socket Pulumi.Google Native. Run. V1. Inputs. TCPSocket Action Response TCPSocket specifies an action involving a TCP port.
- Timeout
Seconds int Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- Exec
Exec
Action Response Not supported by Cloud Run.
- Failure
Threshold int Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
- Grpc
GRPCAction
Response GRPCAction specifies an action involving a GRPC port.
- Http
Get HTTPGetAction Response HTTPGet specifies the http request to perform.
- Initial
Delay intSeconds Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- Period
Seconds int How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.
- Success
Threshold int Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.
- Tcp
Socket TCPSocketAction Response TCPSocket specifies an action involving a TCP port.
- Timeout
Seconds int Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- exec
Exec
Action Response Not supported by Cloud Run.
- failure
Threshold Integer Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
- grpc
GRPCAction
Response GRPCAction specifies an action involving a GRPC port.
- http
Get HTTPGetAction Response HTTPGet specifies the http request to perform.
- initial
Delay IntegerSeconds Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- period
Seconds Integer How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.
- success
Threshold Integer Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.
- tcp
Socket TCPSocketAction Response TCPSocket specifies an action involving a TCP port.
- timeout
Seconds Integer Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- exec
Exec
Action Response Not supported by Cloud Run.
- failure
Threshold number Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
- grpc
GRPCAction
Response GRPCAction specifies an action involving a GRPC port.
- http
Get HTTPGetAction Response HTTPGet specifies the http request to perform.
- initial
Delay numberSeconds Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- period
Seconds number How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.
- success
Threshold number Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.
- tcp
Socket TCPSocketAction Response TCPSocket specifies an action involving a TCP port.
- timeout
Seconds number Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- exec_
Exec
Action Response Not supported by Cloud Run.
- failure_
threshold int Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
- grpc
GRPCAction
Response GRPCAction specifies an action involving a GRPC port.
- http_
get HTTPGetAction Response HTTPGet specifies the http request to perform.
- initial_
delay_ intseconds Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- period_
seconds int How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.
- success_
threshold int Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.
- tcp_
socket TCPSocketAction Response TCPSocket specifies an action involving a TCP port.
- timeout_
seconds int Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- exec Property Map
Not supported by Cloud Run.
- failure
Threshold Number Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
- grpc Property Map
GRPCAction specifies an action involving a GRPC port.
- http
Get Property Map HTTPGet specifies the http request to perform.
- initial
Delay NumberSeconds Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
- period
Seconds Number How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.
- success
Threshold Number Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.
- tcp
Socket Property Map TCPSocket specifies an action involving a TCP port.
- timeout
Seconds Number Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
ResourceRequirementsResponse
- Limits Dictionary<string, string>
Only memory and CPU are supported. Limits describes the maximum amount of compute resources allowed. 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
- Requests Dictionary<string, string>
Only memory and CPU are supported. Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. 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
- Limits map[string]string
Only memory and CPU are supported. Limits describes the maximum amount of compute resources allowed. 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
- Requests map[string]string
Only memory and CPU are supported. Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. 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
- limits Map<String,String>
Only memory and CPU are supported. Limits describes the maximum amount of compute resources allowed. 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
- requests Map<String,String>
Only memory and CPU are supported. Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. 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
- limits {[key: string]: string}
Only memory and CPU are supported. Limits describes the maximum amount of compute resources allowed. 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
- requests {[key: string]: string}
Only memory and CPU are supported. Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. 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
- limits Mapping[str, str]
Only memory and CPU are supported. Limits describes the maximum amount of compute resources allowed. 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
- requests Mapping[str, str]
Only memory and CPU are supported. Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. 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
- limits Map<String>
Only memory and CPU are supported. Limits describes the maximum amount of compute resources allowed. 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
- requests Map<String>
Only memory and CPU are supported. Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. 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
SecretEnvSourceResponse
- Local
Object Pulumi.Reference Google Native. Run. V1. Inputs. Local Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- Name string
The Secret to select from.
- Optional bool
Specify whether the Secret must be defined
- Local
Object LocalReference Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- Name string
The Secret to select from.
- Optional bool
Specify whether the Secret must be defined
- local
Object LocalReference Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- name String
The Secret to select from.
- optional Boolean
Specify whether the Secret must be defined
- local
Object LocalReference Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- name string
The Secret to select from.
- optional boolean
Specify whether the Secret must be defined
- local_
object_ Localreference Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- name str
The Secret to select from.
- optional bool
Specify whether the Secret must be defined
- local
Object Property MapReference This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- name String
The Secret to select from.
- optional Boolean
Specify whether the Secret must be defined
SecretKeySelectorResponse
- Key string
A Cloud Secret Manager secret version. Must be 'latest' for the latest version, an integer for a specific version, or a version alias. The key of the secret to select from. Must be a valid secret key.
- Local
Object Pulumi.Reference Google Native. Run. V1. Inputs. Local Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- Name string
The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. The name of the secret in the pod's namespace to select from.
- Optional bool
Specify whether the Secret or its key must be defined.
- Key string
A Cloud Secret Manager secret version. Must be 'latest' for the latest version, an integer for a specific version, or a version alias. The key of the secret to select from. Must be a valid secret key.
- Local
Object LocalReference Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- Name string
The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. The name of the secret in the pod's namespace to select from.
- Optional bool
Specify whether the Secret or its key must be defined.
- key String
A Cloud Secret Manager secret version. Must be 'latest' for the latest version, an integer for a specific version, or a version alias. The key of the secret to select from. Must be a valid secret key.
- local
Object LocalReference Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- name String
The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. The name of the secret in the pod's namespace to select from.
- optional Boolean
Specify whether the Secret or its key must be defined.
- key string
A Cloud Secret Manager secret version. Must be 'latest' for the latest version, an integer for a specific version, or a version alias. The key of the secret to select from. Must be a valid secret key.
- local
Object LocalReference Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- name string
The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. The name of the secret in the pod's namespace to select from.
- optional boolean
Specify whether the Secret or its key must be defined.
- key str
A Cloud Secret Manager secret version. Must be 'latest' for the latest version, an integer for a specific version, or a version alias. The key of the secret to select from. Must be a valid secret key.
- local_
object_ Localreference Object Reference Response This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- name str
The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. The name of the secret in the pod's namespace to select from.
- optional bool
Specify whether the Secret or its key must be defined.
- key String
A Cloud Secret Manager secret version. Must be 'latest' for the latest version, an integer for a specific version, or a version alias. The key of the secret to select from. Must be a valid secret key.
- local
Object Property MapReference This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
- name String
The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. The name of the secret in the pod's namespace to select from.
- optional Boolean
Specify whether the Secret or its key must be defined.
SecretVolumeSourceResponse
- Default
Mode int Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default to 0444. 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.
- Items
List<Pulumi.
Google Native. Run. V1. Inputs. Key To Path Response> A list of secret versions to mount in the volume. If no items are specified, the volume will expose a file with the same name as the secret name. The contents of the file will be the data in the latest version of the secret. If items are 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 both a key and a path.
- Optional bool
Not supported by Cloud Run.
- Secret
Name string The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. Name of the secret in the container's namespace to use.
- Default
Mode int Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default to 0444. 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.
- Items
[]Key
To Path Response A list of secret versions to mount in the volume. If no items are specified, the volume will expose a file with the same name as the secret name. The contents of the file will be the data in the latest version of the secret. If items are 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 both a key and a path.
- Optional bool
Not supported by Cloud Run.
- Secret
Name string The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. Name of the secret in the container's namespace to use.
- default
Mode Integer Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default to 0444. 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.
- items
List<Key
To Path Response> A list of secret versions to mount in the volume. If no items are specified, the volume will expose a file with the same name as the secret name. The contents of the file will be the data in the latest version of the secret. If items are 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 both a key and a path.
- optional Boolean
Not supported by Cloud Run.
- secret
Name String The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. Name of the secret in the container's namespace to use.
- default
Mode number Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default to 0444. 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.
- items
Key
To Path Response[] A list of secret versions to mount in the volume. If no items are specified, the volume will expose a file with the same name as the secret name. The contents of the file will be the data in the latest version of the secret. If items are 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 both a key and a path.
- optional boolean
Not supported by Cloud Run.
- secret
Name string The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. Name of the secret in the container's namespace to use.
- default_
mode int Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default to 0444. 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.
- items
Sequence[Key
To Path Response] A list of secret versions to mount in the volume. If no items are specified, the volume will expose a file with the same name as the secret name. The contents of the file will be the data in the latest version of the secret. If items are 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 both a key and a path.
- optional bool
Not supported by Cloud Run.
- secret_
name str The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. Name of the secret in the container's namespace to use.
- default
Mode Number Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default to 0444. 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.
- items List<Property Map>
A list of secret versions to mount in the volume. If no items are specified, the volume will expose a file with the same name as the secret name. The contents of the file will be the data in the latest version of the secret. If items are 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 both a key and a path.
- optional Boolean
Not supported by Cloud Run.
- secret
Name String The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. Name of the secret in the container's namespace to use.
SecurityContextResponse
- Run
As intUser The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
- Run
As intUser The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
- run
As IntegerUser The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
- run
As numberUser The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
- run_
as_ intuser The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
- run
As NumberUser The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
TCPSocketActionResponse
TaskSpecResponse
- Containers
List<Pulumi.
Google Native. Run. V1. Inputs. Container Response> Optional. List of containers belonging to the task. We disallow a number of fields on this Container. Only a single container may be provided.
- Max
Retries int Optional. Number of retries allowed per task, before marking this job failed.
- Service
Account stringName Optional. Email address of the IAM service account associated with the task of a job execution. 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
Seconds string Optional. Duration in seconds 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. V1. Inputs. Volume Response> Optional. List of volumes that can be mounted by containers belonging to the task. More info: https://kubernetes.io/docs/concepts/storage/volumes
- Containers
[]Container
Response Optional. List of containers belonging to the task. We disallow a number of fields on this Container. Only a single container may be provided.
- Max
Retries int Optional. Number of retries allowed per task, before marking this job failed.
- Service
Account stringName Optional. Email address of the IAM service account associated with the task of a job execution. 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
Seconds string Optional. Duration in seconds 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
[]Volume
Response Optional. List of volumes that can be mounted by containers belonging to the task. More info: https://kubernetes.io/docs/concepts/storage/volumes
- containers
List<Container
Response> Optional. List of containers belonging to the task. We disallow a number of fields on this Container. Only a single container may be provided.
- max
Retries Integer Optional. Number of retries allowed per task, before marking this job failed.
- service
Account StringName Optional. Email address of the IAM service account associated with the task of a job execution. 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
Seconds String Optional. Duration in seconds 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<Volume
Response> Optional. List of volumes that can be mounted by containers belonging to the task. More info: https://kubernetes.io/docs/concepts/storage/volumes
- containers
Container
Response[] Optional. List of containers belonging to the task. We disallow a number of fields on this Container. Only a single container may be provided.
- max
Retries number Optional. Number of retries allowed per task, before marking this job failed.
- service
Account stringName Optional. Email address of the IAM service account associated with the task of a job execution. 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
Seconds string Optional. Duration in seconds 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
Volume
Response[] Optional. List of volumes that can be mounted by containers belonging to the task. More info: https://kubernetes.io/docs/concepts/storage/volumes
- containers
Sequence[Container
Response] Optional. List of containers belonging to the task. We disallow a number of fields on this Container. Only a single container may be provided.
- max_
retries int Optional. Number of retries allowed per task, before marking this job failed.
- service_
account_ strname Optional. Email address of the IAM service account associated with the task of a job execution. 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_
seconds str Optional. Duration in seconds 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[Volume
Response] Optional. List of volumes that can be mounted by containers belonging to the task. More info: https://kubernetes.io/docs/concepts/storage/volumes
- containers List<Property Map>
Optional. List of containers belonging to the task. We disallow a number of fields on this Container. Only a single container may be provided.
- max
Retries Number Optional. Number of retries allowed per task, before marking this job failed.
- service
Account StringName Optional. Email address of the IAM service account associated with the task of a job execution. 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
Seconds String Optional. Duration in seconds 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>
Optional. List of volumes that can be mounted by containers belonging to the task. More info: https://kubernetes.io/docs/concepts/storage/volumes
TaskTemplateSpecResponse
- Spec
Pulumi.
Google Native. Run. V1. Inputs. Task Spec Response Optional. Specification of the desired behavior of the task. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- Spec
Task
Spec Response Optional. Specification of the desired behavior of the task. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- spec
Task
Spec Response Optional. Specification of the desired behavior of the task. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- spec
Task
Spec Response Optional. Specification of the desired behavior of the task. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- spec
Task
Spec Response Optional. Specification of the desired behavior of the task. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- spec Property Map
Optional. Specification of the desired behavior of the task. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
VolumeMountResponse
- Mount
Path string Path within the container at which the volume should be mounted. Must not contain ':'.
- Name string
The name of the volume. There must be a corresponding Volume with the same name.
- Read
Only bool Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.
- Sub
Path string Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
- Mount
Path string Path within the container at which the volume should be mounted. Must not contain ':'.
- Name string
The name of the volume. There must be a corresponding Volume with the same name.
- Read
Only bool Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.
- Sub
Path string Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
- mount
Path String Path within the container at which the volume should be mounted. Must not contain ':'.
- name String
The name of the volume. There must be a corresponding Volume with the same name.
- read
Only Boolean Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.
- sub
Path String Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
- mount
Path string Path within the container at which the volume should be mounted. Must not contain ':'.
- name string
The name of the volume. There must be a corresponding Volume with the same name.
- read
Only boolean Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.
- sub
Path string Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
- mount_
path str Path within the container at which the volume should be mounted. Must not contain ':'.
- name str
The name of the volume. There must be a corresponding Volume with the same name.
- read_
only bool Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.
- sub_
path str Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
- mount
Path String Path within the container at which the volume should be mounted. Must not contain ':'.
- name String
The name of the volume. There must be a corresponding Volume with the same name.
- read
Only Boolean Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.
- sub
Path String Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
VolumeResponse
- Config
Map Pulumi.Google Native. Run. V1. Inputs. Config Map Volume Source Response Not supported in Cloud Run.
- Name string
Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.
- Secret
Pulumi.
Google Native. Run. V1. Inputs. Secret Volume Source Response The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.
- Config
Map ConfigMap Volume Source Response Not supported in Cloud Run.
- Name string
Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.
- Secret
Secret
Volume Source Response The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.
- config
Map ConfigMap Volume Source Response Not supported in Cloud Run.
- name String
Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.
- secret
Secret
Volume Source Response The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.
- config
Map ConfigMap Volume Source Response Not supported in Cloud Run.
- name string
Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.
- secret
Secret
Volume Source Response The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.
- config_
map ConfigMap Volume Source Response Not supported in Cloud Run.
- name str
Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.
- secret
Secret
Volume Source Response The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.
- config
Map Property Map Not supported in Cloud Run.
- name String
Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.
- secret Property Map
The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0