google-native logo
Google Cloud Native v0.28.0, Feb 2 23

google-native.run/v1.Service

Creates a new Service. Service creation will trigger a new deployment. Use GetService, and check service.status to determine if the Service is ready. Auto-naming is currently not supported for this resource.

Create Service Resource

new Service(name: string, args?: ServiceArgs, opts?: CustomResourceOptions);
@overload
def Service(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            api_version: Optional[str] = None,
            dry_run: Optional[str] = None,
            kind: Optional[str] = None,
            location: Optional[str] = None,
            metadata: Optional[ObjectMetaArgs] = None,
            project: Optional[str] = None,
            spec: Optional[ServiceSpecArgs] = None)
@overload
def Service(resource_name: str,
            args: Optional[ServiceArgs] = None,
            opts: Optional[ResourceOptions] = None)
func NewService(ctx *Context, name string, args *ServiceArgs, opts ...ResourceOption) (*Service, error)
public Service(string name, ServiceArgs? args = null, CustomResourceOptions? opts = null)
public Service(String name, ServiceArgs args)
public Service(String name, ServiceArgs args, CustomResourceOptions options)
type: google-native:run/v1:Service
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ServiceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args ServiceArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ServiceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ServiceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ServiceArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Service Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The Service resource accepts the following input properties:

ApiVersion string

The API version for this call. It must be "serving.knative.dev/v1".

DryRun string

Indicates that the server should validate the request and populate default values without persisting the request. Supported values: all

Kind string

The kind of resource. It must be "Service".

Location string
Metadata Pulumi.GoogleNative.Run.V1.Inputs.ObjectMetaArgs

Metadata associated with this Service, including name, namespace, labels, and annotations. 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. The following Cloud Run-specific annotations are accepted in Service.metadata.annotations. * run.googleapis.com/binary-authorization-breakglass * run.googleapis.com/binary-authorization * run.googleapis.com/client-name * run.googleapis.com/custom-audiences * run.googleapis.com/description * run.googleapis.com/gc-traffic-tags * run.googleapis.com/ingress * run.googleapis.com/ingress sets the ingress settings for the Service. See the ingress settings documentation for details on configuring ingress settings. * run.googleapis.com/ingress-status is output-only and contains the currently active ingress settings for the Service. run.googleapis.com/ingress-status may differ from run.googleapis.com/ingress while the system is processing a change to run.googleapis.com/ingress or if the system failed to process a change to run.googleapis.com/ingress. When the system has processed all changes successfully run.googleapis.com/ingress-status and run.googleapis.com/ingress are equal.

Project string
Spec Pulumi.GoogleNative.Run.V1.Inputs.ServiceSpecArgs

Holds the desired state of the Service (from the client).

ApiVersion string

The API version for this call. It must be "serving.knative.dev/v1".

DryRun string

Indicates that the server should validate the request and populate default values without persisting the request. Supported values: all

Kind string

The kind of resource. It must be "Service".

Location string
Metadata ObjectMetaArgs

Metadata associated with this Service, including name, namespace, labels, and annotations. 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. The following Cloud Run-specific annotations are accepted in Service.metadata.annotations. * run.googleapis.com/binary-authorization-breakglass * run.googleapis.com/binary-authorization * run.googleapis.com/client-name * run.googleapis.com/custom-audiences * run.googleapis.com/description * run.googleapis.com/gc-traffic-tags * run.googleapis.com/ingress * run.googleapis.com/ingress sets the ingress settings for the Service. See the ingress settings documentation for details on configuring ingress settings. * run.googleapis.com/ingress-status is output-only and contains the currently active ingress settings for the Service. run.googleapis.com/ingress-status may differ from run.googleapis.com/ingress while the system is processing a change to run.googleapis.com/ingress or if the system failed to process a change to run.googleapis.com/ingress. When the system has processed all changes successfully run.googleapis.com/ingress-status and run.googleapis.com/ingress are equal.

Project string
Spec ServiceSpecArgs

Holds the desired state of the Service (from the client).

apiVersion String

The API version for this call. It must be "serving.knative.dev/v1".

dryRun String

Indicates that the server should validate the request and populate default values without persisting the request. Supported values: all

kind String

The kind of resource. It must be "Service".

location String
metadata ObjectMetaArgs

Metadata associated with this Service, including name, namespace, labels, and annotations. 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. The following Cloud Run-specific annotations are accepted in Service.metadata.annotations. * run.googleapis.com/binary-authorization-breakglass * run.googleapis.com/binary-authorization * run.googleapis.com/client-name * run.googleapis.com/custom-audiences * run.googleapis.com/description * run.googleapis.com/gc-traffic-tags * run.googleapis.com/ingress * run.googleapis.com/ingress sets the ingress settings for the Service. See the ingress settings documentation for details on configuring ingress settings. * run.googleapis.com/ingress-status is output-only and contains the currently active ingress settings for the Service. run.googleapis.com/ingress-status may differ from run.googleapis.com/ingress while the system is processing a change to run.googleapis.com/ingress or if the system failed to process a change to run.googleapis.com/ingress. When the system has processed all changes successfully run.googleapis.com/ingress-status and run.googleapis.com/ingress are equal.

project String
spec ServiceSpecArgs

Holds the desired state of the Service (from the client).

apiVersion string

The API version for this call. It must be "serving.knative.dev/v1".

dryRun string

Indicates that the server should validate the request and populate default values without persisting the request. Supported values: all

kind string

The kind of resource. It must be "Service".

location string
metadata ObjectMetaArgs

Metadata associated with this Service, including name, namespace, labels, and annotations. 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. The following Cloud Run-specific annotations are accepted in Service.metadata.annotations. * run.googleapis.com/binary-authorization-breakglass * run.googleapis.com/binary-authorization * run.googleapis.com/client-name * run.googleapis.com/custom-audiences * run.googleapis.com/description * run.googleapis.com/gc-traffic-tags * run.googleapis.com/ingress * run.googleapis.com/ingress sets the ingress settings for the Service. See the ingress settings documentation for details on configuring ingress settings. * run.googleapis.com/ingress-status is output-only and contains the currently active ingress settings for the Service. run.googleapis.com/ingress-status may differ from run.googleapis.com/ingress while the system is processing a change to run.googleapis.com/ingress or if the system failed to process a change to run.googleapis.com/ingress. When the system has processed all changes successfully run.googleapis.com/ingress-status and run.googleapis.com/ingress are equal.

project string
spec ServiceSpecArgs

Holds the desired state of the Service (from the client).

api_version str

The API version for this call. It must be "serving.knative.dev/v1".

dry_run str

Indicates that the server should validate the request and populate default values without persisting the request. Supported values: all

kind str

The kind of resource. It must be "Service".

location str
metadata ObjectMetaArgs

Metadata associated with this Service, including name, namespace, labels, and annotations. 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. The following Cloud Run-specific annotations are accepted in Service.metadata.annotations. * run.googleapis.com/binary-authorization-breakglass * run.googleapis.com/binary-authorization * run.googleapis.com/client-name * run.googleapis.com/custom-audiences * run.googleapis.com/description * run.googleapis.com/gc-traffic-tags * run.googleapis.com/ingress * run.googleapis.com/ingress sets the ingress settings for the Service. See the ingress settings documentation for details on configuring ingress settings. * run.googleapis.com/ingress-status is output-only and contains the currently active ingress settings for the Service. run.googleapis.com/ingress-status may differ from run.googleapis.com/ingress while the system is processing a change to run.googleapis.com/ingress or if the system failed to process a change to run.googleapis.com/ingress. When the system has processed all changes successfully run.googleapis.com/ingress-status and run.googleapis.com/ingress are equal.

project str
spec ServiceSpecArgs

Holds the desired state of the Service (from the client).

apiVersion String

The API version for this call. It must be "serving.knative.dev/v1".

dryRun String

Indicates that the server should validate the request and populate default values without persisting the request. Supported values: all

kind String

The kind of resource. It must be "Service".

location String
metadata Property Map

Metadata associated with this Service, including name, namespace, labels, and annotations. 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. The following Cloud Run-specific annotations are accepted in Service.metadata.annotations. * run.googleapis.com/binary-authorization-breakglass * run.googleapis.com/binary-authorization * run.googleapis.com/client-name * run.googleapis.com/custom-audiences * run.googleapis.com/description * run.googleapis.com/gc-traffic-tags * run.googleapis.com/ingress * run.googleapis.com/ingress sets the ingress settings for the Service. See the ingress settings documentation for details on configuring ingress settings. * run.googleapis.com/ingress-status is output-only and contains the currently active ingress settings for the Service. run.googleapis.com/ingress-status may differ from run.googleapis.com/ingress while the system is processing a change to run.googleapis.com/ingress or if the system failed to process a change to run.googleapis.com/ingress. When the system has processed all changes successfully run.googleapis.com/ingress-status and run.googleapis.com/ingress are equal.

project String
spec Property Map

Holds the desired state of the Service (from the client).

Outputs

All input properties are implicitly available as output properties. Additionally, the Service resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Status Pulumi.GoogleNative.Run.V1.Outputs.ServiceStatusResponse

Communicates the system-controlled state of the Service.

Id string

The provider-assigned unique ID for this managed resource.

Status ServiceStatusResponse

Communicates the system-controlled state of the Service.

id String

The provider-assigned unique ID for this managed resource.

status ServiceStatusResponse

Communicates the system-controlled state of the Service.

id string

The provider-assigned unique ID for this managed resource.

status ServiceStatusResponse

Communicates the system-controlled state of the Service.

id str

The provider-assigned unique ID for this managed resource.

status ServiceStatusResponse

Communicates the system-controlled state of the Service.

id String

The provider-assigned unique ID for this managed resource.

status Property Map

Communicates the system-controlled state of the Service.

Supporting Types

AddressableResponse

Url string
Url string
url String
url string
url str
url String

ConfigMapEnvSource

LocalObjectReference Pulumi.GoogleNative.Run.V1.Inputs.LocalObjectReference

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.

LocalObjectReference LocalObjectReference

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.

localObjectReference LocalObjectReference

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.

localObjectReference LocalObjectReference

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_reference LocalObjectReference

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.

localObjectReference Property Map

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.

ConfigMapEnvSourceResponse

LocalObjectReference Pulumi.GoogleNative.Run.V1.Inputs.LocalObjectReferenceResponse

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.

LocalObjectReference LocalObjectReferenceResponse

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.

localObjectReference LocalObjectReferenceResponse

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.

localObjectReference LocalObjectReferenceResponse

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_reference LocalObjectReferenceResponse

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.

localObjectReference Property Map

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.

ConfigMapKeySelector

Key string

Not supported by Cloud Run.

Name string

Not supported by Cloud Run.

LocalObjectReference Pulumi.GoogleNative.Run.V1.Inputs.LocalObjectReference

Not supported by Cloud Run.

Optional bool

Not supported by Cloud Run.

Key string

Not supported by Cloud Run.

Name string

Not supported by Cloud Run.

LocalObjectReference LocalObjectReference

Not supported by Cloud Run.

Optional bool

Not supported by Cloud Run.

key String

Not supported by Cloud Run.

name String

Not supported by Cloud Run.

localObjectReference LocalObjectReference

Not supported by Cloud Run.

optional Boolean

Not supported by Cloud Run.

key string

Not supported by Cloud Run.

name string

Not supported by Cloud Run.

localObjectReference LocalObjectReference

Not supported by Cloud Run.

optional boolean

Not supported by Cloud Run.

key str

Not supported by Cloud Run.

name str

Not supported by Cloud Run.

local_object_reference LocalObjectReference

Not supported by Cloud Run.

optional bool

Not supported by Cloud Run.

key String

Not supported by Cloud Run.

name String

Not supported by Cloud Run.

localObjectReference Property Map

Not supported by Cloud Run.

optional Boolean

Not supported by Cloud Run.

ConfigMapKeySelectorResponse

Key string

Not supported by Cloud Run.

LocalObjectReference Pulumi.GoogleNative.Run.V1.Inputs.LocalObjectReferenceResponse

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.

LocalObjectReference LocalObjectReferenceResponse

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.

localObjectReference LocalObjectReferenceResponse

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.

localObjectReference LocalObjectReferenceResponse

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_reference LocalObjectReferenceResponse

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.

localObjectReference Property Map

Not supported by Cloud Run.

name String

Not supported by Cloud Run.

optional Boolean

Not supported by Cloud Run.

ConfigMapVolumeSource

DefaultMode 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.GoogleNative.Run.V1.Inputs.KeyToPath>

(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.

DefaultMode 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 []KeyToPath

(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.

defaultMode 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<KeyToPath>

(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.

defaultMode 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 KeyToPath[]

(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[KeyToPath]

(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.

defaultMode 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.

ConfigMapVolumeSourceResponse

DefaultMode 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.GoogleNative.Run.V1.Inputs.KeyToPathResponse>

(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.

DefaultMode 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 []KeyToPathResponse

(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.

defaultMode 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<KeyToPathResponse>

(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.

defaultMode 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 KeyToPathResponse[]

(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[KeyToPathResponse]

(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.

defaultMode 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.

Container

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

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.GoogleNative.Run.V1.Inputs.EnvVar>

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.

EnvFrom List<Pulumi.GoogleNative.Run.V1.Inputs.EnvFromSource>

Not supported by Cloud Run.

ImagePullPolicy string

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

LivenessProbe Pulumi.GoogleNative.Run.V1.Inputs.Probe

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.GoogleNative.Run.V1.Inputs.ContainerPort>

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.

ReadinessProbe Pulumi.GoogleNative.Run.V1.Inputs.Probe

Not supported by Cloud Run.

Resources Pulumi.GoogleNative.Run.V1.Inputs.ResourceRequirements

Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

SecurityContext Pulumi.GoogleNative.Run.V1.Inputs.SecurityContext

Not supported by Cloud Run.

StartupProbe Pulumi.GoogleNative.Run.V1.Inputs.Probe

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

TerminationMessagePath string

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.

TerminationMessagePolicy string

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.

VolumeMounts List<Pulumi.GoogleNative.Run.V1.Inputs.VolumeMount>

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.

WorkingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.

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

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 []EnvVar

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.

EnvFrom []EnvFromSource

Not supported by Cloud Run.

ImagePullPolicy string

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

LivenessProbe Probe

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 []ContainerPort

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.

ReadinessProbe Probe

Not supported by Cloud Run.

Resources ResourceRequirements

Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

SecurityContext SecurityContext

Not supported by Cloud Run.

StartupProbe Probe

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

TerminationMessagePath string

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.

TerminationMessagePolicy string

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.

VolumeMounts []VolumeMount

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.

WorkingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.

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

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<EnvVar>

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.

envFrom List<EnvFromSource>

Not supported by Cloud Run.

imagePullPolicy String

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

livenessProbe Probe

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<ContainerPort>

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.

readinessProbe Probe

Not supported by Cloud Run.

resources ResourceRequirements

Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

securityContext SecurityContext

Not supported by Cloud Run.

startupProbe Probe

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

terminationMessagePath String

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.

terminationMessagePolicy String

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.

volumeMounts List<VolumeMount>

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.

workingDir String

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.

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

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 EnvVar[]

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.

envFrom EnvFromSource[]

Not supported by Cloud Run.

imagePullPolicy string

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

livenessProbe Probe

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 ContainerPort[]

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.

readinessProbe Probe

Not supported by Cloud Run.

resources ResourceRequirements

Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

securityContext SecurityContext

Not supported by Cloud Run.

startupProbe Probe

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

terminationMessagePath string

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.

terminationMessagePolicy string

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.

volumeMounts VolumeMount[]

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.

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

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[EnvVar]

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[EnvFromSource]

Not supported by Cloud Run.

image_pull_policy str

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 Probe

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[ContainerPort]

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 Probe

Not supported by Cloud Run.

resources ResourceRequirements

Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

security_context SecurityContext

Not supported by Cloud Run.

startup_probe Probe

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_path str

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_policy str

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]

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.

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

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.

envFrom List<Property Map>

Not supported by Cloud Run.

imagePullPolicy String

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

livenessProbe 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.

readinessProbe 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

securityContext Property Map

Not supported by Cloud Run.

startupProbe 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

terminationMessagePath String

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.

terminationMessagePolicy String

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.

volumeMounts List<Property Map>

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.

workingDir String

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.

ContainerPort

ContainerPort 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".

ContainerPort 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".

containerPort 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".

containerPort 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".

containerPort 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".

ContainerPortResponse

ContainerPort 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".

ContainerPort 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".

containerPort 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".

containerPort 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".

containerPort 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.GoogleNative.Run.V1.Inputs.EnvVarResponse>

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.

EnvFrom List<Pulumi.GoogleNative.Run.V1.Inputs.EnvFromSourceResponse>

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

ImagePullPolicy string

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

LivenessProbe Pulumi.GoogleNative.Run.V1.Inputs.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<Pulumi.GoogleNative.Run.V1.Inputs.ContainerPortResponse>

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.

ReadinessProbe Pulumi.GoogleNative.Run.V1.Inputs.ProbeResponse

Not supported by Cloud Run.

Resources Pulumi.GoogleNative.Run.V1.Inputs.ResourceRequirementsResponse

Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

SecurityContext Pulumi.GoogleNative.Run.V1.Inputs.SecurityContextResponse

Not supported by Cloud Run.

StartupProbe Pulumi.GoogleNative.Run.V1.Inputs.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

TerminationMessagePath string

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.

TerminationMessagePolicy string

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.

VolumeMounts List<Pulumi.GoogleNative.Run.V1.Inputs.VolumeMountResponse>

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.

WorkingDir 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 []EnvVarResponse

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.

EnvFrom []EnvFromSourceResponse

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

ImagePullPolicy string

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

LivenessProbe 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 []ContainerPortResponse

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.

ReadinessProbe ProbeResponse

Not supported by Cloud Run.

Resources ResourceRequirementsResponse

Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

SecurityContext SecurityContextResponse

Not supported by Cloud Run.

StartupProbe 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

TerminationMessagePath string

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.

TerminationMessagePolicy string

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.

VolumeMounts []VolumeMountResponse

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.

WorkingDir 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<EnvVarResponse>

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.

envFrom List<EnvFromSourceResponse>

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

imagePullPolicy String

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

livenessProbe 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<ContainerPortResponse>

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.

readinessProbe ProbeResponse

Not supported by Cloud Run.

resources ResourceRequirementsResponse

Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

securityContext SecurityContextResponse

Not supported by Cloud Run.

startupProbe 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

terminationMessagePath String

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.

terminationMessagePolicy String

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.

volumeMounts List<VolumeMountResponse>

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.

workingDir 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 EnvVarResponse[]

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.

envFrom EnvFromSourceResponse[]

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

imagePullPolicy string

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

livenessProbe 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 ContainerPortResponse[]

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.

readinessProbe ProbeResponse

Not supported by Cloud Run.

resources ResourceRequirementsResponse

Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

securityContext SecurityContextResponse

Not supported by Cloud Run.

startupProbe 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

terminationMessagePath string

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.

terminationMessagePolicy string

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.

volumeMounts VolumeMountResponse[]

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.

workingDir 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[EnvVarResponse]

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[EnvFromSourceResponse]

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_policy str

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[ContainerPortResponse]

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 ResourceRequirementsResponse

Compute Resources required by this container. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

security_context SecurityContextResponse

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_path str

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_policy str

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[VolumeMountResponse]

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.

envFrom 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

imagePullPolicy String

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

livenessProbe 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.

readinessProbe 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

securityContext Property Map

Not supported by Cloud Run.

startupProbe 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

terminationMessagePath String

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.

terminationMessagePolicy String

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.

volumeMounts List<Property Map>

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.

workingDir String

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.

EnvFromSource

ConfigMapRef Pulumi.GoogleNative.Run.V1.Inputs.ConfigMapEnvSource

The ConfigMap to select from

Prefix string

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

SecretRef Pulumi.GoogleNative.Run.V1.Inputs.SecretEnvSource

The Secret to select from

ConfigMapRef ConfigMapEnvSource

The ConfigMap to select from

Prefix string

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

SecretRef SecretEnvSource

The Secret to select from

configMapRef ConfigMapEnvSource

The ConfigMap to select from

prefix String

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

secretRef SecretEnvSource

The Secret to select from

configMapRef ConfigMapEnvSource

The ConfigMap to select from

prefix string

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

secretRef SecretEnvSource

The Secret to select from

config_map_ref ConfigMapEnvSource

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 SecretEnvSource

The Secret to select from

configMapRef Property Map

The ConfigMap to select from

prefix String

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

secretRef Property Map

The Secret to select from

EnvFromSourceResponse

ConfigMapRef Pulumi.GoogleNative.Run.V1.Inputs.ConfigMapEnvSourceResponse

The ConfigMap to select from

Prefix string

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

SecretRef Pulumi.GoogleNative.Run.V1.Inputs.SecretEnvSourceResponse

The Secret to select from

ConfigMapRef ConfigMapEnvSourceResponse

The ConfigMap to select from

Prefix string

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

SecretRef SecretEnvSourceResponse

The Secret to select from

configMapRef ConfigMapEnvSourceResponse

The ConfigMap to select from

prefix String

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

secretRef SecretEnvSourceResponse

The Secret to select from

configMapRef ConfigMapEnvSourceResponse

The ConfigMap to select from

prefix string

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

secretRef SecretEnvSourceResponse

The Secret to select from

config_map_ref ConfigMapEnvSourceResponse

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 SecretEnvSourceResponse

The Secret to select from

configMapRef Property Map

The ConfigMap to select from

prefix String

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

secretRef Property Map

The Secret to select from

EnvVar

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.

ValueFrom Pulumi.GoogleNative.Run.V1.Inputs.EnvVarSource

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.

ValueFrom EnvVarSource

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.

valueFrom EnvVarSource

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.

valueFrom EnvVarSource

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 EnvVarSource

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.

valueFrom Property Map

Source for the environment variable's value. Only supports secret_key_ref. Cannot be used if value is not empty.

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.

ValueFrom Pulumi.GoogleNative.Run.V1.Inputs.EnvVarSourceResponse

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.

ValueFrom EnvVarSourceResponse

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.

valueFrom EnvVarSourceResponse

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.

valueFrom EnvVarSourceResponse

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 EnvVarSourceResponse

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.

valueFrom Property Map

Source for the environment variable's value. Only supports secret_key_ref. Cannot be used if value is not empty.

EnvVarSource

ConfigMapKeyRef Pulumi.GoogleNative.Run.V1.Inputs.ConfigMapKeySelector

Not supported by Cloud Run. Not supported in Cloud Run.

SecretKeyRef Pulumi.GoogleNative.Run.V1.Inputs.SecretKeySelector

Selects a key (version) of a secret in Secret Manager.

ConfigMapKeyRef ConfigMapKeySelector

Not supported by Cloud Run. Not supported in Cloud Run.

SecretKeyRef SecretKeySelector

Selects a key (version) of a secret in Secret Manager.

configMapKeyRef ConfigMapKeySelector

Not supported by Cloud Run. Not supported in Cloud Run.

secretKeyRef SecretKeySelector

Selects a key (version) of a secret in Secret Manager.

configMapKeyRef ConfigMapKeySelector

Not supported by Cloud Run. Not supported in Cloud Run.

secretKeyRef SecretKeySelector

Selects a key (version) of a secret in Secret Manager.

config_map_key_ref ConfigMapKeySelector

Not supported by Cloud Run. Not supported in Cloud Run.

secret_key_ref SecretKeySelector

Selects a key (version) of a secret in Secret Manager.

configMapKeyRef Property Map

Not supported by Cloud Run. Not supported in Cloud Run.

secretKeyRef Property Map

Selects a key (version) of a secret in Secret Manager.

EnvVarSourceResponse

ConfigMapKeyRef Pulumi.GoogleNative.Run.V1.Inputs.ConfigMapKeySelectorResponse

Not supported by Cloud Run. Not supported in Cloud Run.

SecretKeyRef Pulumi.GoogleNative.Run.V1.Inputs.SecretKeySelectorResponse

Selects a key (version) of a secret in Secret Manager.

ConfigMapKeyRef ConfigMapKeySelectorResponse

Not supported by Cloud Run. Not supported in Cloud Run.

SecretKeyRef SecretKeySelectorResponse

Selects a key (version) of a secret in Secret Manager.

configMapKeyRef ConfigMapKeySelectorResponse

Not supported by Cloud Run. Not supported in Cloud Run.

secretKeyRef SecretKeySelectorResponse

Selects a key (version) of a secret in Secret Manager.

configMapKeyRef ConfigMapKeySelectorResponse

Not supported by Cloud Run. Not supported in Cloud Run.

secretKeyRef SecretKeySelectorResponse

Selects a key (version) of a secret in Secret Manager.

config_map_key_ref ConfigMapKeySelectorResponse

Not supported by Cloud Run. Not supported in Cloud Run.

secret_key_ref SecretKeySelectorResponse

Selects a key (version) of a secret in Secret Manager.

configMapKeyRef Property Map

Not supported by Cloud Run. Not supported in Cloud Run.

secretKeyRef Property Map

Selects a key (version) of a secret in Secret Manager.

ExecAction

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.

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.

GRPCAction

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.

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

LastTransitionTime string

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.

LastTransitionTime string

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.

lastTransitionTime String

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.

lastTransitionTime string

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_time str

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.

lastTransitionTime String

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.

HTTPGetAction

Host string

Not supported by Cloud Run.

HttpHeaders List<Pulumi.GoogleNative.Run.V1.Inputs.HTTPHeader>

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.

HttpHeaders []HTTPHeader

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.

httpHeaders List<HTTPHeader>

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.

httpHeaders HTTPHeader[]

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[HTTPHeader]

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.

httpHeaders 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.

HTTPGetActionResponse

Host string

Not supported by Cloud Run.

HttpHeaders List<Pulumi.GoogleNative.Run.V1.Inputs.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.

HttpHeaders []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.

httpHeaders 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.

httpHeaders 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.

httpHeaders 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.

HTTPHeader

Name string

The header field name

Value string

The header field value

Name string

The header field name

Value string

The header field value

name String

The header field name

value String

The header field value

name string

The header field name

value string

The header field value

name str

The header field name

value str

The header field value

name String

The header field name

value String

The header field value

HTTPHeaderResponse

Name string

The header field name

Value string

The header field value

Name string

The header field name

Value string

The header field value

name String

The header field name

value String

The header field value

name string

The header field name

value string

The header field value

name str

The header field name

value str

The header field value

name String

The header field name

value String

The header field value

KeyToPath

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 '..'.

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 '..'.

LocalObjectReference

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

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

ObjectMeta

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.

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

ClusterName string

Not supported by Cloud Run

CreationTimestamp 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

DeletionGracePeriodSeconds int

Not supported by Cloud Run

DeletionTimestamp 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

GenerateName 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

OwnerReferences List<Pulumi.GoogleNative.Run.V1.Inputs.OwnerReference>

Not supported by Cloud Run

ResourceVersion 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

SelfLink string

URL representing this object.

Uid string

Unique, system-generated identifier for this resource. More info: https://kubernetes.io/docs/user-guide/identifiers#uids

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.

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

ClusterName string

Not supported by Cloud Run

CreationTimestamp 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

DeletionGracePeriodSeconds int

Not supported by Cloud Run

DeletionTimestamp 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

GenerateName 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

OwnerReferences []OwnerReference

Not supported by Cloud Run

ResourceVersion 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

SelfLink string

URL representing this object.

Uid string

Unique, system-generated identifier for this resource. More info: https://kubernetes.io/docs/user-guide/identifiers#uids

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.

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

clusterName String

Not supported by Cloud Run

creationTimestamp 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

deletionGracePeriodSeconds Integer

Not supported by Cloud Run

deletionTimestamp 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

generateName 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

ownerReferences List<OwnerReference>

Not supported by Cloud Run

resourceVersion 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

selfLink String

URL representing this object.

uid String

Unique, system-generated identifier for this resource. More info: https://kubernetes.io/docs/user-guide/identifiers#uids

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.

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

clusterName string

Not supported by Cloud Run

creationTimestamp 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

deletionGracePeriodSeconds number

Not supported by Cloud Run

deletionTimestamp 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

generateName 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

ownerReferences OwnerReference[]

Not supported by Cloud Run

resourceVersion 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

selfLink string

URL representing this object.

uid string

Unique, system-generated identifier for this resource. More info: https://kubernetes.io/docs/user-guide/identifiers#uids

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.

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_period_seconds int

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

owner_references Sequence[OwnerReference]

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

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.

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

clusterName String

Not supported by Cloud Run

creationTimestamp 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

deletionGracePeriodSeconds Number

Not supported by Cloud Run

deletionTimestamp 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

generateName 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

ownerReferences List<Property Map>

Not supported by Cloud Run

resourceVersion 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

selfLink String

URL representing this object.

uid String

Unique, system-generated identifier for this resource. More info: https://kubernetes.io/docs/user-guide/identifiers#uids

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

ClusterName string

Not supported by Cloud Run

CreationTimestamp 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

DeletionGracePeriodSeconds int

Not supported by Cloud Run

DeletionTimestamp 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

GenerateName 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.

OwnerReferences List<Pulumi.GoogleNative.Run.V1.Inputs.OwnerReferenceResponse>

Not supported by Cloud Run

ResourceVersion 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

SelfLink 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

ClusterName string

Not supported by Cloud Run

CreationTimestamp 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

DeletionGracePeriodSeconds int

Not supported by Cloud Run

DeletionTimestamp 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

GenerateName 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.

OwnerReferences []OwnerReferenceResponse

Not supported by Cloud Run

ResourceVersion 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

SelfLink 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

clusterName String

Not supported by Cloud Run

creationTimestamp 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

deletionGracePeriodSeconds Integer

Not supported by Cloud Run

deletionTimestamp 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

generateName 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.

ownerReferences List<OwnerReferenceResponse>

Not supported by Cloud Run

resourceVersion 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

selfLink 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

clusterName string

Not supported by Cloud Run

creationTimestamp 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

deletionGracePeriodSeconds number

Not supported by Cloud Run

deletionTimestamp 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

generateName 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.

ownerReferences OwnerReferenceResponse[]

Not supported by Cloud Run

resourceVersion 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

selfLink 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_period_seconds int

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[OwnerReferenceResponse]

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

clusterName String

Not supported by Cloud Run

creationTimestamp 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

deletionGracePeriodSeconds Number

Not supported by Cloud Run

deletionTimestamp 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

generateName 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.

ownerReferences List<Property Map>

Not supported by Cloud Run

resourceVersion 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

selfLink String

URL representing this object.

uid String

Unique, system-generated identifier for this resource. More info: https://kubernetes.io/docs/user-guide/identifiers#uids

OwnerReference

ApiVersion string

This is not supported or used by Cloud Run.

BlockOwnerDeletion bool

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.

ApiVersion string

This is not supported or used by Cloud Run.

BlockOwnerDeletion bool

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.

apiVersion String

This is not supported or used by Cloud Run.

blockOwnerDeletion Boolean

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.

apiVersion string

This is not supported or used by Cloud Run.

blockOwnerDeletion boolean

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_deletion bool

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.

apiVersion String

This is not supported or used by Cloud Run.

blockOwnerDeletion Boolean

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.

OwnerReferenceResponse

ApiVersion string

This is not supported or used by Cloud Run.

BlockOwnerDeletion bool

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.

ApiVersion string

This is not supported or used by Cloud Run.

BlockOwnerDeletion bool

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.

apiVersion String

This is not supported or used by Cloud Run.

blockOwnerDeletion Boolean

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.

apiVersion string

This is not supported or used by Cloud Run.

blockOwnerDeletion boolean

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_deletion bool

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.

apiVersion String

This is not supported or used by Cloud Run.

blockOwnerDeletion Boolean

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.

Probe

Exec Pulumi.GoogleNative.Run.V1.Inputs.ExecAction

Not supported by Cloud Run.

FailureThreshold int

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

Grpc Pulumi.GoogleNative.Run.V1.Inputs.GRPCAction

GRPCAction specifies an action involving a GRPC port.

HttpGet Pulumi.GoogleNative.Run.V1.Inputs.HTTPGetAction

HTTPGet specifies the http request to perform.

InitialDelaySeconds int

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

PeriodSeconds 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.

SuccessThreshold int

Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.

TcpSocket Pulumi.GoogleNative.Run.V1.Inputs.TCPSocketAction

TCPSocket specifies an action involving a TCP port.

TimeoutSeconds 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 ExecAction

Not supported by Cloud Run.

FailureThreshold int

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

Grpc GRPCAction

GRPCAction specifies an action involving a GRPC port.

HttpGet HTTPGetAction

HTTPGet specifies the http request to perform.

InitialDelaySeconds int

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

PeriodSeconds 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.

SuccessThreshold int

Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.

TcpSocket TCPSocketAction

TCPSocket specifies an action involving a TCP port.

TimeoutSeconds 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 ExecAction

Not supported by Cloud Run.

failureThreshold Integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc GRPCAction

GRPCAction specifies an action involving a GRPC port.

httpGet HTTPGetAction

HTTPGet specifies the http request to perform.

initialDelaySeconds Integer

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

periodSeconds 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.

successThreshold Integer

Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.

tcpSocket TCPSocketAction

TCPSocket specifies an action involving a TCP port.

timeoutSeconds 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 ExecAction

Not supported by Cloud Run.

failureThreshold number

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc GRPCAction

GRPCAction specifies an action involving a GRPC port.

httpGet HTTPGetAction

HTTPGet specifies the http request to perform.

initialDelaySeconds number

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

periodSeconds 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.

successThreshold number

Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.

tcpSocket TCPSocketAction

TCPSocket specifies an action involving a TCP port.

timeoutSeconds 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_ ExecAction

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

GRPCAction specifies an action involving a GRPC port.

http_get HTTPGetAction

HTTPGet specifies the http request to perform.

initial_delay_seconds int

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

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.

failureThreshold 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.

httpGet Property Map

HTTPGet specifies the http request to perform.

initialDelaySeconds Number

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

periodSeconds 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.

successThreshold Number

Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.

tcpSocket Property Map

TCPSocket specifies an action involving a TCP port.

timeoutSeconds 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

ProbeResponse

Exec Pulumi.GoogleNative.Run.V1.Inputs.ExecActionResponse

Not supported by Cloud Run.

FailureThreshold int

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

Grpc Pulumi.GoogleNative.Run.V1.Inputs.GRPCActionResponse

GRPCAction specifies an action involving a GRPC port.

HttpGet Pulumi.GoogleNative.Run.V1.Inputs.HTTPGetActionResponse

HTTPGet specifies the http request to perform.

InitialDelaySeconds int

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

PeriodSeconds 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.

SuccessThreshold int

Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.

TcpSocket Pulumi.GoogleNative.Run.V1.Inputs.TCPSocketActionResponse

TCPSocket specifies an action involving a TCP port.

TimeoutSeconds 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 ExecActionResponse

Not supported by Cloud Run.

FailureThreshold int

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

Grpc GRPCActionResponse

GRPCAction specifies an action involving a GRPC port.

HttpGet HTTPGetActionResponse

HTTPGet specifies the http request to perform.

InitialDelaySeconds int

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

PeriodSeconds 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.

SuccessThreshold int

Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.

TcpSocket TCPSocketActionResponse

TCPSocket specifies an action involving a TCP port.

TimeoutSeconds 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 ExecActionResponse

Not supported by Cloud Run.

failureThreshold Integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc GRPCActionResponse

GRPCAction specifies an action involving a GRPC port.

httpGet HTTPGetActionResponse

HTTPGet specifies the http request to perform.

initialDelaySeconds Integer

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

periodSeconds 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.

successThreshold Integer

Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.

tcpSocket TCPSocketActionResponse

TCPSocket specifies an action involving a TCP port.

timeoutSeconds 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 ExecActionResponse

Not supported by Cloud Run.

failureThreshold number

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc GRPCActionResponse

GRPCAction specifies an action involving a GRPC port.

httpGet HTTPGetActionResponse

HTTPGet specifies the http request to perform.

initialDelaySeconds number

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

periodSeconds 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.

successThreshold number

Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.

tcpSocket TCPSocketActionResponse

TCPSocket specifies an action involving a TCP port.

timeoutSeconds 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_ ExecActionResponse

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 GRPCActionResponse

GRPCAction specifies an action involving a GRPC port.

http_get HTTPGetActionResponse

HTTPGet specifies the http request to perform.

initial_delay_seconds int

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 TCPSocketActionResponse

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.

failureThreshold 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.

httpGet Property Map

HTTPGet specifies the http request to perform.

initialDelaySeconds Number

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

periodSeconds 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.

successThreshold Number

Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 if set.

tcpSocket Property Map

TCPSocket specifies an action involving a TCP port.

timeoutSeconds 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

ResourceRequirements

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

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

RevisionSpec

ContainerConcurrency int

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.

Containers List<Pulumi.GoogleNative.Run.V1.Inputs.Container>

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md

EnableServiceLinks bool

Not supported by Cloud Run.

ImagePullSecrets List<Pulumi.GoogleNative.Run.V1.Inputs.LocalObjectReference>

Not supported by Cloud Run.

ServiceAccountName string

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

TimeoutSeconds int

TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

Volumes List<Pulumi.GoogleNative.Run.V1.Inputs.Volume>
ContainerConcurrency int

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.

Containers []Container

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md

EnableServiceLinks bool

Not supported by Cloud Run.

ImagePullSecrets []LocalObjectReference

Not supported by Cloud Run.

ServiceAccountName string

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

TimeoutSeconds int

TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

Volumes []Volume
containerConcurrency Integer

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.

containers List<Container>

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md

enableServiceLinks Boolean

Not supported by Cloud Run.

imagePullSecrets List<LocalObjectReference>

Not supported by Cloud Run.

serviceAccountName String

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

timeoutSeconds Integer

TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

volumes List<Volume>
containerConcurrency number

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.

containers Container[]

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md

enableServiceLinks boolean

Not supported by Cloud Run.

imagePullSecrets LocalObjectReference[]

Not supported by Cloud Run.

serviceAccountName string

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

timeoutSeconds number

TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

volumes Volume[]
container_concurrency int

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.

containers Sequence[Container]

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md

enable_service_links bool

Not supported by Cloud Run.

image_pull_secrets Sequence[LocalObjectReference]

Not supported by Cloud Run.

service_account_name str

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

timeout_seconds int

TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

volumes Sequence[Volume]
containerConcurrency Number

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.

containers List<Property Map>

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md

enableServiceLinks Boolean

Not supported by Cloud Run.

imagePullSecrets List<Property Map>

Not supported by Cloud Run.

serviceAccountName String

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

timeoutSeconds Number

TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

volumes List<Property Map>

RevisionSpecResponse

ContainerConcurrency int

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.

Containers List<Pulumi.GoogleNative.Run.V1.Inputs.ContainerResponse>

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md

EnableServiceLinks bool

Not supported by Cloud Run.

ImagePullSecrets List<Pulumi.GoogleNative.Run.V1.Inputs.LocalObjectReferenceResponse>

Not supported by Cloud Run.

ServiceAccountName string

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

TimeoutSeconds int

TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

Volumes List<Pulumi.GoogleNative.Run.V1.Inputs.VolumeResponse>
ContainerConcurrency int

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.

Containers []ContainerResponse

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md

EnableServiceLinks bool

Not supported by Cloud Run.

ImagePullSecrets []LocalObjectReferenceResponse

Not supported by Cloud Run.

ServiceAccountName string

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

TimeoutSeconds int

TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

Volumes []VolumeResponse
containerConcurrency Integer

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.

containers List<ContainerResponse>

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md

enableServiceLinks Boolean

Not supported by Cloud Run.

imagePullSecrets List<LocalObjectReferenceResponse>

Not supported by Cloud Run.

serviceAccountName String

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

timeoutSeconds Integer

TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

volumes List<VolumeResponse>
containerConcurrency number

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.

containers ContainerResponse[]

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md

enableServiceLinks boolean

Not supported by Cloud Run.

imagePullSecrets LocalObjectReferenceResponse[]

Not supported by Cloud Run.

serviceAccountName string

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

timeoutSeconds number

TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

volumes VolumeResponse[]
container_concurrency int

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.

containers Sequence[ContainerResponse]

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md

enable_service_links bool

Not supported by Cloud Run.

image_pull_secrets Sequence[LocalObjectReferenceResponse]

Not supported by Cloud Run.

service_account_name str

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

timeout_seconds int

TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

volumes Sequence[VolumeResponse]
containerConcurrency Number

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.

containers List<Property Map>

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided. The runtime contract is documented here: https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md

enableServiceLinks Boolean

Not supported by Cloud Run.

imagePullSecrets List<Property Map>

Not supported by Cloud Run.

serviceAccountName String

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

timeoutSeconds Number

TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

volumes List<Property Map>

RevisionTemplate

Metadata Pulumi.GoogleNative.Run.V1.Inputs.ObjectMeta

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. The following annotation keys set properties of the created revision: * autoscaling.knative.dev/minScale sets the minimum number of instances. * autoscaling.knative.dev/maxScale sets the maximum number of instances. * 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 are all-traffic, all (deprecated), and private-ranges-only. all-traffic and all provide the same functionality. all is deprecated but will continue to be supported. Prefer all-traffic.

Spec Pulumi.GoogleNative.Run.V1.Inputs.RevisionSpec

RevisionSpec holds the desired state of the Revision (from the client).

Metadata ObjectMeta

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. The following annotation keys set properties of the created revision: * autoscaling.knative.dev/minScale sets the minimum number of instances. * autoscaling.knative.dev/maxScale sets the maximum number of instances. * 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 are all-traffic, all (deprecated), and private-ranges-only. all-traffic and all provide the same functionality. all is deprecated but will continue to be supported. Prefer all-traffic.

Spec RevisionSpec

RevisionSpec holds the desired state of the Revision (from the client).

metadata ObjectMeta

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. The following annotation keys set properties of the created revision: * autoscaling.knative.dev/minScale sets the minimum number of instances. * autoscaling.knative.dev/maxScale sets the maximum number of instances. * 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 are all-traffic, all (deprecated), and private-ranges-only. all-traffic and all provide the same functionality. all is deprecated but will continue to be supported. Prefer all-traffic.

spec RevisionSpec

RevisionSpec holds the desired state of the Revision (from the client).

metadata ObjectMeta

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. The following annotation keys set properties of the created revision: * autoscaling.knative.dev/minScale sets the minimum number of instances. * autoscaling.knative.dev/maxScale sets the maximum number of instances. * 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 are all-traffic, all (deprecated), and private-ranges-only. all-traffic and all provide the same functionality. all is deprecated but will continue to be supported. Prefer all-traffic.

spec RevisionSpec

RevisionSpec holds the desired state of the Revision (from the client).

metadata ObjectMeta

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. The following annotation keys set properties of the created revision: * autoscaling.knative.dev/minScale sets the minimum number of instances. * autoscaling.knative.dev/maxScale sets the maximum number of instances. * 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 are all-traffic, all (deprecated), and private-ranges-only. all-traffic and all provide the same functionality. all is deprecated but will continue to be supported. Prefer all-traffic.

spec RevisionSpec

RevisionSpec holds the desired state of the Revision (from the client).

metadata Property Map

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. The following annotation keys set properties of the created revision: * autoscaling.knative.dev/minScale sets the minimum number of instances. * autoscaling.knative.dev/maxScale sets the maximum number of instances. * 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 are all-traffic, all (deprecated), and private-ranges-only. all-traffic and all provide the same functionality. all is deprecated but will continue to be supported. Prefer all-traffic.

spec Property Map

RevisionSpec holds the desired state of the Revision (from the client).

RevisionTemplateResponse

Metadata Pulumi.GoogleNative.Run.V1.Inputs.ObjectMetaResponse

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. The following annotation keys set properties of the created revision: * autoscaling.knative.dev/minScale sets the minimum number of instances. * autoscaling.knative.dev/maxScale sets the maximum number of instances. * 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 are all-traffic, all (deprecated), and private-ranges-only. all-traffic and all provide the same functionality. all is deprecated but will continue to be supported. Prefer all-traffic.

Spec Pulumi.GoogleNative.Run.V1.Inputs.RevisionSpecResponse

RevisionSpec holds the desired state of the Revision (from the client).

Metadata ObjectMetaResponse

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. The following annotation keys set properties of the created revision: * autoscaling.knative.dev/minScale sets the minimum number of instances. * autoscaling.knative.dev/maxScale sets the maximum number of instances. * 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 are all-traffic, all (deprecated), and private-ranges-only. all-traffic and all provide the same functionality. all is deprecated but will continue to be supported. Prefer all-traffic.

Spec RevisionSpecResponse

RevisionSpec holds the desired state of the Revision (from the client).

metadata ObjectMetaResponse

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. The following annotation keys set properties of the created revision: * autoscaling.knative.dev/minScale sets the minimum number of instances. * autoscaling.knative.dev/maxScale sets the maximum number of instances. * 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 are all-traffic, all (deprecated), and private-ranges-only. all-traffic and all provide the same functionality. all is deprecated but will continue to be supported. Prefer all-traffic.

spec RevisionSpecResponse

RevisionSpec holds the desired state of the Revision (from the client).

metadata ObjectMetaResponse

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. The following annotation keys set properties of the created revision: * autoscaling.knative.dev/minScale sets the minimum number of instances. * autoscaling.knative.dev/maxScale sets the maximum number of instances. * 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 are all-traffic, all (deprecated), and private-ranges-only. all-traffic and all provide the same functionality. all is deprecated but will continue to be supported. Prefer all-traffic.

spec RevisionSpecResponse

RevisionSpec holds the desired state of the Revision (from the client).

metadata ObjectMetaResponse

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. The following annotation keys set properties of the created revision: * autoscaling.knative.dev/minScale sets the minimum number of instances. * autoscaling.knative.dev/maxScale sets the maximum number of instances. * 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 are all-traffic, all (deprecated), and private-ranges-only. all-traffic and all provide the same functionality. all is deprecated but will continue to be supported. Prefer all-traffic.

spec RevisionSpecResponse

RevisionSpec holds the desired state of the Revision (from the client).

metadata Property Map

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. The following annotation keys set properties of the created revision: * autoscaling.knative.dev/minScale sets the minimum number of instances. * autoscaling.knative.dev/maxScale sets the maximum number of instances. * 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 are all-traffic, all (deprecated), and private-ranges-only. all-traffic and all provide the same functionality. all is deprecated but will continue to be supported. Prefer all-traffic.

spec Property Map

RevisionSpec holds the desired state of the Revision (from the client).

SecretEnvSource

LocalObjectReference Pulumi.GoogleNative.Run.V1.Inputs.LocalObjectReference

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

LocalObjectReference LocalObjectReference

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

localObjectReference LocalObjectReference

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

localObjectReference LocalObjectReference

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_reference LocalObjectReference

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

localObjectReference Property Map

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

SecretEnvSourceResponse

LocalObjectReference Pulumi.GoogleNative.Run.V1.Inputs.LocalObjectReferenceResponse

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

LocalObjectReference LocalObjectReferenceResponse

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

localObjectReference LocalObjectReferenceResponse

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

localObjectReference LocalObjectReferenceResponse

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_reference LocalObjectReferenceResponse

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

localObjectReference Property Map

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

SecretKeySelector

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.

LocalObjectReference Pulumi.GoogleNative.Run.V1.Inputs.LocalObjectReference

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.

LocalObjectReference LocalObjectReference

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.

localObjectReference LocalObjectReference

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.

localObjectReference LocalObjectReference

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_reference LocalObjectReference

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.

localObjectReference Property Map

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.

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.

LocalObjectReference Pulumi.GoogleNative.Run.V1.Inputs.LocalObjectReferenceResponse

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.

LocalObjectReference LocalObjectReferenceResponse

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.

localObjectReference LocalObjectReferenceResponse

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.

localObjectReference LocalObjectReferenceResponse

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_reference LocalObjectReferenceResponse

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.

localObjectReference Property Map

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.

SecretVolumeSource

DefaultMode 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.GoogleNative.Run.V1.Inputs.KeyToPath>

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.

SecretName 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.

DefaultMode 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 []KeyToPath

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.

SecretName 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.

defaultMode 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<KeyToPath>

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.

secretName 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.

defaultMode 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 KeyToPath[]

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.

secretName 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[KeyToPath]

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.

defaultMode 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.

secretName 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.

SecretVolumeSourceResponse

DefaultMode 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.GoogleNative.Run.V1.Inputs.KeyToPathResponse>

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.

SecretName 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.

DefaultMode 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 []KeyToPathResponse

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.

SecretName 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.

defaultMode 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<KeyToPathResponse>

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.

secretName 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.

defaultMode 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 KeyToPathResponse[]

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.

secretName 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[KeyToPathResponse]

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.

defaultMode 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.

secretName 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.

SecurityContext

RunAsUser int

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.

RunAsUser int

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.

runAsUser Integer

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.

runAsUser number

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_user int

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.

runAsUser Number

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.

SecurityContextResponse

RunAsUser int

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.

RunAsUser int

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.

runAsUser Integer

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.

runAsUser number

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_user int

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.

runAsUser Number

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.

ServiceSpec

Template Pulumi.GoogleNative.Run.V1.Inputs.RevisionTemplate

Holds the latest specification for the Revision to be stamped out.

Traffic List<Pulumi.GoogleNative.Run.V1.Inputs.TrafficTarget>

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

Template RevisionTemplate

Holds the latest specification for the Revision to be stamped out.

Traffic []TrafficTarget

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

template RevisionTemplate

Holds the latest specification for the Revision to be stamped out.

traffic List<TrafficTarget>

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

template RevisionTemplate

Holds the latest specification for the Revision to be stamped out.

traffic TrafficTarget[]

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

template RevisionTemplate

Holds the latest specification for the Revision to be stamped out.

traffic Sequence[TrafficTarget]

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

template Property Map

Holds the latest specification for the Revision to be stamped out.

traffic List<Property Map>

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

ServiceSpecResponse

Template Pulumi.GoogleNative.Run.V1.Inputs.RevisionTemplateResponse

Holds the latest specification for the Revision to be stamped out.

Traffic List<Pulumi.GoogleNative.Run.V1.Inputs.TrafficTargetResponse>

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

Template RevisionTemplateResponse

Holds the latest specification for the Revision to be stamped out.

Traffic []TrafficTargetResponse

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

template RevisionTemplateResponse

Holds the latest specification for the Revision to be stamped out.

traffic List<TrafficTargetResponse>

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

template RevisionTemplateResponse

Holds the latest specification for the Revision to be stamped out.

traffic TrafficTargetResponse[]

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

template RevisionTemplateResponse

Holds the latest specification for the Revision to be stamped out.

traffic Sequence[TrafficTargetResponse]

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

template Property Map

Holds the latest specification for the Revision to be stamped out.

traffic List<Property Map>

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

ServiceStatusResponse

Address Pulumi.GoogleNative.Run.V1.Inputs.AddressableResponse

Similar to url, information on where the service is available on HTTP.

Conditions List<Pulumi.GoogleNative.Run.V1.Inputs.GoogleCloudRunV1ConditionResponse>

Conditions communicate information about ongoing/complete reconciliation processes that bring the spec inline with the observed state of the world. Service-specific conditions include: * ConfigurationsReady: True when the underlying Configuration is ready. * RoutesReady: True when the underlying Route is ready. * Ready: True when all underlying resources are ready.

LatestCreatedRevisionName string

Name of the last revision that was created from this Service's Configuration. It might not be ready yet, for that use LatestReadyRevisionName.

LatestReadyRevisionName string

Name of the latest Revision from this Service's Configuration that has had its Ready condition become True.

ObservedGeneration int

Returns the generation last fully processed by the system. This will only match metadata.generation when reconciliation is complete. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False.

Traffic List<Pulumi.GoogleNative.Run.V1.Inputs.TrafficTargetResponse>

Holds the configured traffic distribution. These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that we last observed.

Url string

URL that will distribute traffic over the provided traffic targets. It generally has the form https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app

Address AddressableResponse

Similar to url, information on where the service is available on HTTP.

Conditions []GoogleCloudRunV1ConditionResponse

Conditions communicate information about ongoing/complete reconciliation processes that bring the spec inline with the observed state of the world. Service-specific conditions include: * ConfigurationsReady: True when the underlying Configuration is ready. * RoutesReady: True when the underlying Route is ready. * Ready: True when all underlying resources are ready.

LatestCreatedRevisionName string

Name of the last revision that was created from this Service's Configuration. It might not be ready yet, for that use LatestReadyRevisionName.

LatestReadyRevisionName string

Name of the latest Revision from this Service's Configuration that has had its Ready condition become True.

ObservedGeneration int

Returns the generation last fully processed by the system. This will only match metadata.generation when reconciliation is complete. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False.

Traffic []TrafficTargetResponse

Holds the configured traffic distribution. These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that we last observed.

Url string

URL that will distribute traffic over the provided traffic targets. It generally has the form https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app

address AddressableResponse

Similar to url, information on where the service is available on HTTP.

conditions List<GoogleCloudRunV1ConditionResponse>

Conditions communicate information about ongoing/complete reconciliation processes that bring the spec inline with the observed state of the world. Service-specific conditions include: * ConfigurationsReady: True when the underlying Configuration is ready. * RoutesReady: True when the underlying Route is ready. * Ready: True when all underlying resources are ready.

latestCreatedRevisionName String

Name of the last revision that was created from this Service's Configuration. It might not be ready yet, for that use LatestReadyRevisionName.

latestReadyRevisionName String

Name of the latest Revision from this Service's Configuration that has had its Ready condition become True.

observedGeneration Integer

Returns the generation last fully processed by the system. This will only match metadata.generation when reconciliation is complete. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False.

traffic List<TrafficTargetResponse>

Holds the configured traffic distribution. These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that we last observed.

url String

URL that will distribute traffic over the provided traffic targets. It generally has the form https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app

address AddressableResponse

Similar to url, information on where the service is available on HTTP.

conditions GoogleCloudRunV1ConditionResponse[]

Conditions communicate information about ongoing/complete reconciliation processes that bring the spec inline with the observed state of the world. Service-specific conditions include: * ConfigurationsReady: True when the underlying Configuration is ready. * RoutesReady: True when the underlying Route is ready. * Ready: True when all underlying resources are ready.

latestCreatedRevisionName string

Name of the last revision that was created from this Service's Configuration. It might not be ready yet, for that use LatestReadyRevisionName.

latestReadyRevisionName string

Name of the latest Revision from this Service's Configuration that has had its Ready condition become True.

observedGeneration number

Returns the generation last fully processed by the system. This will only match metadata.generation when reconciliation is complete. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False.

traffic TrafficTargetResponse[]

Holds the configured traffic distribution. These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that we last observed.

url string

URL that will distribute traffic over the provided traffic targets. It generally has the form https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app

address AddressableResponse

Similar to url, information on where the service is available on HTTP.

conditions Sequence[GoogleCloudRunV1ConditionResponse]

Conditions communicate information about ongoing/complete reconciliation processes that bring the spec inline with the observed state of the world. Service-specific conditions include: * ConfigurationsReady: True when the underlying Configuration is ready. * RoutesReady: True when the underlying Route is ready. * Ready: True when all underlying resources are ready.

latest_created_revision_name str

Name of the last revision that was created from this Service's Configuration. It might not be ready yet, for that use LatestReadyRevisionName.

latest_ready_revision_name str

Name of the latest Revision from this Service's Configuration that has had its Ready condition become True.

observed_generation int

Returns the generation last fully processed by the system. This will only match metadata.generation when reconciliation is complete. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False.

traffic Sequence[TrafficTargetResponse]

Holds the configured traffic distribution. These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that we last observed.

url str

URL that will distribute traffic over the provided traffic targets. It generally has the form https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app

address Property Map

Similar to url, information on where the service is available on HTTP.

conditions List<Property Map>

Conditions communicate information about ongoing/complete reconciliation processes that bring the spec inline with the observed state of the world. Service-specific conditions include: * ConfigurationsReady: True when the underlying Configuration is ready. * RoutesReady: True when the underlying Route is ready. * Ready: True when all underlying resources are ready.

latestCreatedRevisionName String

Name of the last revision that was created from this Service's Configuration. It might not be ready yet, for that use LatestReadyRevisionName.

latestReadyRevisionName String

Name of the latest Revision from this Service's Configuration that has had its Ready condition become True.

observedGeneration Number

Returns the generation last fully processed by the system. This will only match metadata.generation when reconciliation is complete. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False.

traffic List<Property Map>

Holds the configured traffic distribution. These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that we last observed.

url String

URL that will distribute traffic over the provided traffic targets. It generally has the form https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app

TCPSocketAction

Host string

Not supported by Cloud Run.

Port int

Port number to access on the container. Number must be in the range 1 to 65535.

Host string

Not supported by Cloud Run.

Port int

Port number to access on the container. Number must be in the range 1 to 65535.

host String

Not supported by Cloud Run.

port Integer

Port number to access on the container. Number must be in the range 1 to 65535.

host string

Not supported by Cloud Run.

port number

Port number to access on the container. Number must be in the range 1 to 65535.

host str

Not supported by Cloud Run.

port int

Port number to access on the container. Number must be in the range 1 to 65535.

host String

Not supported by Cloud Run.

port Number

Port number to access on the container. Number must be in the range 1 to 65535.

TCPSocketActionResponse

Host string

Not supported by Cloud Run.

Port int

Port number to access on the container. Number must be in the range 1 to 65535.

Host string

Not supported by Cloud Run.

Port int

Port number to access on the container. Number must be in the range 1 to 65535.

host String

Not supported by Cloud Run.

port Integer

Port number to access on the container. Number must be in the range 1 to 65535.

host string

Not supported by Cloud Run.

port number

Port number to access on the container. Number must be in the range 1 to 65535.

host str

Not supported by Cloud Run.

port int

Port number to access on the container. Number must be in the range 1 to 65535.

host String

Not supported by Cloud Run.

port Number

Port number to access on the container. Number must be in the range 1 to 65535.

TrafficTarget

ConfigurationName string

[Deprecated] Not supported in Cloud Run. It must be empty.

Deprecated:

[Deprecated] Not supported in Cloud Run. It must be empty.

LatestRevision bool

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target. When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

Percent int

Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.

RevisionName string

Points this traffic target to a specific Revision. This field is mutually exclusive with latest_revision.

Tag string

Tag is used to expose a dedicated url for referencing this target exclusively.

ConfigurationName string

[Deprecated] Not supported in Cloud Run. It must be empty.

Deprecated:

[Deprecated] Not supported in Cloud Run. It must be empty.

LatestRevision bool

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target. When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

Percent int

Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.

RevisionName string

Points this traffic target to a specific Revision. This field is mutually exclusive with latest_revision.

Tag string

Tag is used to expose a dedicated url for referencing this target exclusively.

configurationName String

[Deprecated] Not supported in Cloud Run. It must be empty.

Deprecated:

[Deprecated] Not supported in Cloud Run. It must be empty.

latestRevision Boolean

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target. When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

percent Integer

Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.

revisionName String

Points this traffic target to a specific Revision. This field is mutually exclusive with latest_revision.

tag String

Tag is used to expose a dedicated url for referencing this target exclusively.

configurationName string

[Deprecated] Not supported in Cloud Run. It must be empty.

Deprecated:

[Deprecated] Not supported in Cloud Run. It must be empty.

latestRevision boolean

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target. When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

percent number

Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.

revisionName string

Points this traffic target to a specific Revision. This field is mutually exclusive with latest_revision.

tag string

Tag is used to expose a dedicated url for referencing this target exclusively.

configuration_name str

[Deprecated] Not supported in Cloud Run. It must be empty.

Deprecated:

[Deprecated] Not supported in Cloud Run. It must be empty.

latest_revision bool

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target. When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

percent int

Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.

revision_name str

Points this traffic target to a specific Revision. This field is mutually exclusive with latest_revision.

tag str

Tag is used to expose a dedicated url for referencing this target exclusively.

configurationName String

[Deprecated] Not supported in Cloud Run. It must be empty.

Deprecated:

[Deprecated] Not supported in Cloud Run. It must be empty.

latestRevision Boolean

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target. When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

percent Number

Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.

revisionName String

Points this traffic target to a specific Revision. This field is mutually exclusive with latest_revision.

tag String

Tag is used to expose a dedicated url for referencing this target exclusively.

TrafficTargetResponse

ConfigurationName string

[Deprecated] Not supported in Cloud Run. It must be empty.

Deprecated:

[Deprecated] Not supported in Cloud Run. It must be empty.

LatestRevision bool

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target. When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

Percent int

Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.

RevisionName string

Points this traffic target to a specific Revision. This field is mutually exclusive with latest_revision.

Tag string

Tag is used to expose a dedicated url for referencing this target exclusively.

Url string

URL displays the URL for accessing tagged traffic targets. URL is displayed in status, and is disallowed on spec. URL must contain a scheme (e.g. https://) and a hostname, but may not contain anything else (e.g. basic auth, url path, etc.)

ConfigurationName string

[Deprecated] Not supported in Cloud Run. It must be empty.

Deprecated:

[Deprecated] Not supported in Cloud Run. It must be empty.

LatestRevision bool

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target. When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

Percent int

Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.

RevisionName string

Points this traffic target to a specific Revision. This field is mutually exclusive with latest_revision.

Tag string

Tag is used to expose a dedicated url for referencing this target exclusively.

Url string

URL displays the URL for accessing tagged traffic targets. URL is displayed in status, and is disallowed on spec. URL must contain a scheme (e.g. https://) and a hostname, but may not contain anything else (e.g. basic auth, url path, etc.)

configurationName String

[Deprecated] Not supported in Cloud Run. It must be empty.

Deprecated:

[Deprecated] Not supported in Cloud Run. It must be empty.

latestRevision Boolean

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target. When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

percent Integer

Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.

revisionName String

Points this traffic target to a specific Revision. This field is mutually exclusive with latest_revision.

tag String

Tag is used to expose a dedicated url for referencing this target exclusively.

url String

URL displays the URL for accessing tagged traffic targets. URL is displayed in status, and is disallowed on spec. URL must contain a scheme (e.g. https://) and a hostname, but may not contain anything else (e.g. basic auth, url path, etc.)

configurationName string

[Deprecated] Not supported in Cloud Run. It must be empty.

Deprecated:

[Deprecated] Not supported in Cloud Run. It must be empty.

latestRevision boolean

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target. When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

percent number

Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.

revisionName string

Points this traffic target to a specific Revision. This field is mutually exclusive with latest_revision.

tag string

Tag is used to expose a dedicated url for referencing this target exclusively.

url string

URL displays the URL for accessing tagged traffic targets. URL is displayed in status, and is disallowed on spec. URL must contain a scheme (e.g. https://) and a hostname, but may not contain anything else (e.g. basic auth, url path, etc.)

configuration_name str

[Deprecated] Not supported in Cloud Run. It must be empty.

Deprecated:

[Deprecated] Not supported in Cloud Run. It must be empty.

latest_revision bool

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target. When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

percent int

Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.

revision_name str

Points this traffic target to a specific Revision. This field is mutually exclusive with latest_revision.

tag str

Tag is used to expose a dedicated url for referencing this target exclusively.

url str

URL displays the URL for accessing tagged traffic targets. URL is displayed in status, and is disallowed on spec. URL must contain a scheme (e.g. https://) and a hostname, but may not contain anything else (e.g. basic auth, url path, etc.)

configurationName String

[Deprecated] Not supported in Cloud Run. It must be empty.

Deprecated:

[Deprecated] Not supported in Cloud Run. It must be empty.

latestRevision Boolean

Uses the "status.latestReadyRevisionName" of the Service to determine the traffic target. When it changes, traffic will automatically migrate from the prior "latest ready" revision to the new one. This field must be false if RevisionName is set. This field defaults to true otherwise. If the field is set to true on Status, this means that the Revision was resolved from the Service's latest ready revision.

percent Number

Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.

revisionName String

Points this traffic target to a specific Revision. This field is mutually exclusive with latest_revision.

tag String

Tag is used to expose a dedicated url for referencing this target exclusively.

url String

URL displays the URL for accessing tagged traffic targets. URL is displayed in status, and is disallowed on spec. URL must contain a scheme (e.g. https://) and a hostname, but may not contain anything else (e.g. basic auth, url path, etc.)

Volume

ConfigMap Pulumi.GoogleNative.Run.V1.Inputs.ConfigMapVolumeSource

Not supported in Cloud Run.

Name string

Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.

Secret Pulumi.GoogleNative.Run.V1.Inputs.SecretVolumeSource

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.

ConfigMap ConfigMapVolumeSource

Not supported in Cloud Run.

Name string

Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.

Secret SecretVolumeSource

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.

configMap ConfigMapVolumeSource

Not supported in Cloud Run.

name String

Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.

secret SecretVolumeSource

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.

configMap ConfigMapVolumeSource

Not supported in Cloud Run.

name string

Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.

secret SecretVolumeSource

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.

config_map ConfigMapVolumeSource

Not supported in Cloud Run.

name str

Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.

secret SecretVolumeSource

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.

configMap 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.

VolumeMount

MountPath 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.

ReadOnly bool

Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.

SubPath string

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

MountPath 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.

ReadOnly bool

Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.

SubPath string

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

mountPath 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.

readOnly Boolean

Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.

subPath String

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

mountPath 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.

readOnly boolean

Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.

subPath 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).

mountPath 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.

readOnly Boolean

Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.

subPath String

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

VolumeMountResponse

MountPath 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.

ReadOnly bool

Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.

SubPath string

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

MountPath 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.

ReadOnly bool

Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.

SubPath string

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

mountPath 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.

readOnly Boolean

Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.

subPath String

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

mountPath 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.

readOnly boolean

Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.

subPath 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).

mountPath 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.

readOnly Boolean

Only true is accepted for Secret Volumes. Defaults to true for Secrets Volumes.

subPath String

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

VolumeResponse

ConfigMap Pulumi.GoogleNative.Run.V1.Inputs.ConfigMapVolumeSourceResponse

Not supported in Cloud Run.

Name string

Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.

Secret Pulumi.GoogleNative.Run.V1.Inputs.SecretVolumeSourceResponse

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.

ConfigMap ConfigMapVolumeSourceResponse

Not supported in Cloud Run.

Name string

Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.

Secret SecretVolumeSourceResponse

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.

configMap ConfigMapVolumeSourceResponse

Not supported in Cloud Run.

name String

Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.

secret SecretVolumeSourceResponse

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.

configMap ConfigMapVolumeSourceResponse

Not supported in Cloud Run.

name string

Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.

secret SecretVolumeSourceResponse

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 ConfigMapVolumeSourceResponse

Not supported in Cloud Run.

name str

Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.

secret SecretVolumeSourceResponse

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.

configMap 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