Yandex Cloud
Search
Contact UsTry it for free
  • 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
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Application Load Balancer
  • Getting started
    • Overview
      • Overview
      • Installing the Gateway API
        • Gateway
        • GatewayPolicy
        • HTTPRoute
        • GRPCRoute
        • RoutePolicy
        • TLSRoute
        • Gateway API service
        • YCCertificate
        • YCStorageBucket
    • Configuring security groups
    • Working with service accounts
    • Creating and updating resources via ingress controller configurations
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • L7 load balancer logs
  • Release notes

In this article:

  • YCStorageBucket
  • YCStorageBucketSpec
  1. Tools for Managed Service for Kubernetes
  2. Gateway API
  3. Resource configuration
  4. 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
YCCertificate
Next
Configuring security groups
© 2025 Direct Cursus Technology L.L.C.