Marketplace
BrowsePublish
Marketplace
upbound/provider-gcp@latest
Bucket
storage.gcp.upbound.io
Bucket
upbound/provider-gcp@lateststorage.gcp.upbound.io

Bucket is the Schema for the Buckets API. Creates a new bucket in Google Cloud Storage.

Type

CRD

Group

storage.gcp.upbound.io

Version

v1beta1

apiVersion: storage.gcp.upbound.io/v1beta1

kind: Bucket

API Documentation
apiVersion
string
kind
string
metadata
object
spec
object
object

BucketSpec defines the desired state of Bucket

forProvider
requiredobject
requiredobject

No description provided.

array

The bucket's Autoclass configuration. Structure is documented below.

cors
array
array

The bucket's Cross-Origin Resource Sharing (CORS) configuration. Multiple blocks of this type are permitted. Structure is documented below.

method
array
array

The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".

origin
array
array

The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".

array

The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.

array

The bucket's custom location configuration, which specifies the individual regions that comprise a dual-region bucket. If the bucket is designated a single or multi-region, the parameters are empty. Structure is documented below.

array

The list of individual regions that comprise a dual-region bucket. See Cloud Storage bucket locations for a list of acceptable regions. Note: If any of the data_locations changes, it will recreate the bucket.

array

The bucket's encryption configuration. Structure is documented below.

labels
object
array

The bucket's Lifecycle Rules configuration. Multiple blocks of this type are permitted. Structure is documented below.

action
array
array

The Lifecycle Rule's action configuration. A single block of this type is supported. Structure is documented below.

type
string
array

The Lifecycle Rule's condition configuration. A single block of this type is supported. Structure is documented below.

age
number
array

One or more matching name prefixes to satisfy this condition.

array

Storage Class of objects to satisfy this condition. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, DURABLE_REDUCED_AVAILABILITY.

array

One or more matching name suffixes to satisfy this condition.

noAge
boolean
withState
string
location
string
logging
array
array

The bucket's Access & Storage Logs configuration. Structure is documented below.

project
string
array

Configuration of the bucket's data retention policy for how long objects in the bucket should be retained. Structure is documented below.

rpo
string
array

The bucket's Versioning configuration. Structure is documented below.

enabled
boolean
website
array
array

Configuration if the bucket acts as a website. Structure is documented below.

object

THIS IS A BETA FIELD. It will be honored unless the Management Policies feature flag is disabled. InitProvider holds the same fields as ForProvider, with the exception of Identifier and other resource reference fields. The fields that are in InitProvider are merged into ForProvider when the resource is created. The same fields are also added to the terraform ignore_changes hook, to avoid updating them after creation. This is useful for fields that are required on creation, but we do not desire to update them after creation, for example because of an external controller is managing them, like an autoscaler.

array

The bucket's Autoclass configuration. Structure is documented below.

cors
array
array

The bucket's Cross-Origin Resource Sharing (CORS) configuration. Multiple blocks of this type are permitted. Structure is documented below.

method
array
array

The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".

origin
array
array

The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".

array

The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.

array

The bucket's custom location configuration, which specifies the individual regions that comprise a dual-region bucket. If the bucket is designated a single or multi-region, the parameters are empty. Structure is documented below.

array

The list of individual regions that comprise a dual-region bucket. See Cloud Storage bucket locations for a list of acceptable regions. Note: If any of the data_locations changes, it will recreate the bucket.

array

The bucket's encryption configuration. Structure is documented below.

labels
object
array

The bucket's Lifecycle Rules configuration. Multiple blocks of this type are permitted. Structure is documented below.

action
array
array

The Lifecycle Rule's action configuration. A single block of this type is supported. Structure is documented below.

type
string
array

The Lifecycle Rule's condition configuration. A single block of this type is supported. Structure is documented below.

age
number
array

One or more matching name prefixes to satisfy this condition.

array

Storage Class of objects to satisfy this condition. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, DURABLE_REDUCED_AVAILABILITY.

array

One or more matching name suffixes to satisfy this condition.

noAge
boolean
withState
string
location
string
logging
array
array

The bucket's Access & Storage Logs configuration. Structure is documented below.

project
string
array

Configuration of the bucket's data retention policy for how long objects in the bucket should be retained. Structure is documented below.

rpo
string
array

The bucket's Versioning configuration. Structure is documented below.

enabled
boolean
website
array
array

Configuration if the bucket acts as a website. Structure is documented below.

array

THIS IS A BETA FIELD. It is on by default but can be opted out through a Crossplane feature flag. ManagementPolicies specify the array of actions Crossplane is allowed to take on the managed and external resources. This field is planned to replace the DeletionPolicy field in a future release. Currently, both could be set independently and non-default values would be honored if the feature flag is enabled. If both are custom, the DeletionPolicy field will be ignored. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223 and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md

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

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

BucketStatus defines the observed state of Bucket.

object

No description provided.

array

The bucket's Autoclass configuration. Structure is documented below.

cors
array
array

The bucket's Cross-Origin Resource Sharing (CORS) configuration. Multiple blocks of this type are permitted. Structure is documented below.

method
array
array

The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".

origin
array
array

The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".

array

The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.

array

The bucket's custom location configuration, which specifies the individual regions that comprise a dual-region bucket. If the bucket is designated a single or multi-region, the parameters are empty. Structure is documented below.

array

The list of individual regions that comprise a dual-region bucket. See Cloud Storage bucket locations for a list of acceptable regions. Note: If any of the data_locations changes, it will recreate the bucket.

array

The bucket's encryption configuration. Structure is documented below.

id
string
labels
object
array

The bucket's Lifecycle Rules configuration. Multiple blocks of this type are permitted. Structure is documented below.

action
array
array

The Lifecycle Rule's action configuration. A single block of this type is supported. Structure is documented below.

type
string
array

The Lifecycle Rule's condition configuration. A single block of this type is supported. Structure is documented below.

age
number
array

One or more matching name prefixes to satisfy this condition.

array

Storage Class of objects to satisfy this condition. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, DURABLE_REDUCED_AVAILABILITY.

array

One or more matching name suffixes to satisfy this condition.

noAge
boolean
withState
string
location
string
logging
array
array

The bucket's Access & Storage Logs configuration. Structure is documented below.

project
string
array

Configuration of the bucket's data retention policy for how long objects in the bucket should be retained. Structure is documented below.

rpo
string
selfLink
string
url
string
array

The bucket's Versioning configuration. Structure is documented below.

enabled
boolean
website
array
array

Configuration if the bucket acts as a website. Structure is documented below.

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.