YCStorageBucket resource fields
Written by
Updated at January 26, 2026
The YCStorageBucket resource contains the Object Storage bucket parameters for setting up a backend in the HTTPRoute resource.
YCStorageBucket
apiVersion: gwin.yandex.cloud/v1
kind: YCStorageBucket
metadata:
name: <string>
namespace: <string>
spec: <YCStorageBucketSpec>
Where:
-
apiVersion:gwin.yandex.cloud/v1 -
kind:YCStorageBucket -
metadata(ObjectMeta; this is a required field)Resource metadata.
-
name(string; this is a required field)Resource name. For more information about the format, see this Kubernetes guide
. -
namespace(string)Namespace the resource belongs to. The default value is
default.
-
-
spec(YCStorageBucketSpec; this is a required field)Resource specification. For more information, see below.
YCStorageBucketSpec
bucketRef:
bucketName: <string>
Where:
-
bucketRef(this is a required field)Object Storage bucket parameters.
-
bucketName(string)Bucket name.
-