Marketplace
BrowsePublish
Marketplace
You are viewing an outdated version of provider-gcp.Go to Latest
upbound/provider-gcp@v0.32.0
Function
cloudfunctions2.gcp.upbound.io
Function
upbound/provider-gcp@v0.32.0cloudfunctions2.gcp.upbound.io

Function is the Schema for the Functions API. A Cloud Function that contains user computation executed in response to an event.

Type

CRD

Group

cloudfunctions2.gcp.upbound.io

Version

v1beta1

apiVersion: cloudfunctions2.gcp.upbound.io/v1beta1

kind: Function

API Documentation
apiVersion
string
kind
string
metadata
object
spec
object
object

FunctionSpec defines the desired state of Function

forProvider
requiredobject
requiredobject

No description provided.

array

Describes the Build step of the function that builds a container from the given source. Structure is documented below.

runtime
string
source
array
array

The location of the function source code. Structure is documented below.

array

If provided, get the source from this location in a Cloud Source Repository. Structure is documented below.

commitSha
string
dir
string
projectId
string
repoName
string
tagName
string
array

If provided, get the source from this location in Google Cloud Storage. Structure is documented below.

bucket
string
bucketRef
object
object

Reference to a Bucket in storage to populate bucket.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Bucket in storage to populate bucket.

policy
object
object

Policies for selection.

resolve
string
object
string
objectRef
object
object

Reference to a BucketObject in storage to populate object.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a BucketObject in storage to populate object.

policy
object
object

Policies for selection.

resolve
string
object

Reference to a WorkerPool in cloudbuild to populate workerPool.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a WorkerPool in cloudbuild to populate workerPool.

policy
object
object

Policies for selection.

resolve
string
array

An Eventarc trigger managed by Google Cloud Functions that fires events in response to a condition in another service. Structure is documented below.

array

Criteria used to filter events. Structure is documented below.

attribute
requiredstring
operator
string
value
string
valueRef
object
object

Reference to a Bucket in storage to populate value.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Bucket in storage to populate value.

policy
object
object

Policies for selection.

resolve
string
eventType
string
object

Reference to a Topic in pubsub to populate pubsubTopic.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Topic in pubsub to populate pubsubTopic.

policy
object
object

Policies for selection.

resolve
string
object

Reference to a ServiceAccount in cloudplatform to populate serviceAccountEmail.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a ServiceAccount in cloudplatform to populate serviceAccountEmail.

policy
object
object

Policies for selection.

resolve
string
labels
object
location
string
project
string
array

Describes the Service being deployed. Structure is documented below.

array

Secret environment variables configuration. Structure is documented below.

key
requiredstring
projectId
requiredstring
secret
string
secretRef
object
object

Reference to a Secret in secretmanager to populate secret.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Secret in secretmanager to populate secret.

policy
object
object

Policies for selection.

resolve
string
version
requiredstring
array

Secret volumes configuration. Structure is documented below.

mountPath
requiredstring
projectId
requiredstring
secret
string
secretRef
object
object

Reference to a Secret in secretmanager to populate secret.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Secret in secretmanager to populate secret.

policy
object
object

Policies for selection.

resolve
string
array

List of secret versions to mount for this secret. If empty, the latest version of the secret will be made available in a file named after the secret under the mount point.' Structure is documented below.

path
requiredstring
version
requiredstring
service
string
object

Reference to a ServiceAccount in cloudplatform to populate serviceAccountEmail.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a ServiceAccount in cloudplatform to populate serviceAccountEmail.

policy
object
object

Policies for selection.

resolve
string
object

ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.

configRef
object
object

SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
metadata
object
object

Metadata is the metadata for connection secret.

labels
object
type
string
name
requiredstring
object

WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.

name
requiredstring
namespace
requiredstring
status
object
object

FunctionStatus defines the observed state of Function.

object

No description provided.

array

Describes the Build step of the function that builds a container from the given source. Structure is documented below.

build
string
runtime
string
source
array
array

The location of the function source code. Structure is documented below.

array

If provided, get the source from this location in a Cloud Source Repository. Structure is documented below.

commitSha
string
dir
string
projectId
string
repoName
string
tagName
string
array

If provided, get the source from this location in Google Cloud Storage. Structure is documented below.

bucket
string
object
string
array

An Eventarc trigger managed by Google Cloud Functions that fires events in response to a condition in another service. Structure is documented below.

array

Criteria used to filter events. Structure is documented below.

attribute
string
operator
string
value
string
eventType
string
trigger
string
id
string
labels
object
location
string
project
string
array

Describes the Service being deployed. Structure is documented below.

gcfUri
string
array

Secret environment variables configuration. Structure is documented below.

key
string
projectId
string
secret
string
version
string
array

Secret volumes configuration. Structure is documented below.

mountPath
string
projectId
string
secret
string
array

List of secret versions to mount for this secret. If empty, the latest version of the secret will be made available in a file named after the secret under the mount point.' Structure is documented below.

path
string
version
string
service
string
uri
string
state
string
array

Conditions of the resource.

lastTransitionTime
requiredstring
message
string
reason
requiredstring
status
requiredstring
type
requiredstring
Marketplace

Discover the building blocks for your internal cloud platform.

© 2022 Upbound, Inc.

SolutionsProvidersConfigurations
LearnDocumentationTry for Free
MorePrivacy PolicyTerms & Conditions
Marketplace

© 2022 Upbound, Inc.

Marketplace

Discover the building blocksfor your internal cloud platform.