Skip to content

feat(bigtable): implement BigtableSchemaBundle direct controller and mock (fixes #6646)#6851

Open
codebot-robot wants to merge 4 commits intoGoogleCloudPlatform:masterfrom
codebot-robot:feat/bigtable-schemabundle
Open

feat(bigtable): implement BigtableSchemaBundle direct controller and mock (fixes #6646)#6851
codebot-robot wants to merge 4 commits intoGoogleCloudPlatform:masterfrom
codebot-robot:feat/bigtable-schemabundle

Conversation

@codebot-robot
Copy link
Collaborator

@codebot-robot codebot-robot commented Feb 28, 2026

This PR is a replacement for #6646, as I encountered permission issues when trying to push to the original fork. It includes the complete implementation of BigtableSchemaBundle direct controller and mock.

Fixes #6641

@google-cla
Copy link

google-cla bot commented Feb 28, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@google-oss-prow
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign justinsb for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codebot-robot
Copy link
Collaborator Author

I have added a new mapper unit test and an E2E test fixture to this PR to further verify the BigtableSchemaBundle implementation and ensure the KRM-to-Proto mapping is correct.

@codebot-robot codebot-robot force-pushed the feat/bigtable-schemabundle branch 3 times, most recently from 5af7d70 to 2f4e709 Compare February 28, 2026 19:51
…mock

This PR adds the BigtableSchemaBundle CRD and its direct controller implementation.
BigtableSchemaBundle is a resource under Table, following the pattern:
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}

The implementation includes:
- BigtableSchemaBundle CRD in v1alpha1.
- Direct controller implementation for CRUD operations.
- Mock GCP implementation for Bigtable SchemaBundle methods.
- Comprehensive mapper unit tests and E2E test fixtures.
- Fixes for package shadowing and alias issues in v1alpha1.

Fixes GoogleCloudPlatform#6641
@codebot-robot codebot-robot force-pushed the feat/bigtable-schemabundle branch from 2f4e709 to 869fac4 Compare February 28, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bigtable SchemaBundle Resource Integration

2 participants