Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for Kubernetes
  • Comparing with other Yandex Cloud services
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
    • Overview
      • Gateway
      • GatewayPolicy
      • YCCertificate
      • HTTPRoute
      • GRPCRoute
      • RoutePolicy
      • YCStorageBucket
      • TLSRoute
      • Gateway API service
  • Release notes

In this article:

  • YCStorageBucket
  • YCStorageBucketSpec
  1. Application Load Balancer tools
  2. Gateway API
  3. YCStorageBucket

YCStorageBucket resource fields

Written by
Yandex Cloud
Updated at July 15, 2025
  • YCStorageBucket
  • YCStorageBucketSpec

The YCStorageBucket resource contains the Object Storage bucket parameters for setting up a backend in the HTTPRoute resource.

YCStorageBucketYCStorageBucket

apiVersion: gwin.yandex.cloud/v1
kind: YCStorageBucket
metadata:
  name: <string>
  namespace: <string>
spec: <YCStorageBucketSpec>

Where:

  • apiVersion: gwin.yandex.cloud/v1

  • kind: YCStorageBucket

  • metadata (ObjectMeta, required)

    Resource metadata.

    • name (string, required)

      Resource name. For more information about the group name format, see the relevant Kubernetes article.

    • namespace (string)

      Resource namespace. The default value is default.

  • spec (YCStorageBucketSpec, required):

    Resource specification. For more information, see below.

YCStorageBucketSpecYCStorageBucketSpec

bucketRef:
  bucketName: <string>

Where:

  • bucketRef (required)

    Object Storage bucket parameters.

    • bucketName (string)

      Bucket name.

Was the article helpful?

Previous
RoutePolicy
Next
TLSRoute
© 2025 Direct Cursus Technology L.L.C.