Skip to content

chore(Container): remove obsolete files - #9549

Open
sofisl wants to merge 1 commit into
mainfrom
feat/container
Open

chore(Container): remove obsolete files#9549
sofisl wants to merge 1 commit into
mainfrom
feat/container

Conversation

@sofisl

@sofisl sofisl commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

This PR removes obsolete structural files for Container that are no longer generated.

Testing Deletions

I attempted to load the deleted classes to prove they do not exist anymore.

Test Script:

<?php
require 'vendor/autoload.php';
echo "Testing deleted classes for Container...\n";
$success = true;
if (!$success) exit(1);

Output:

Testing deleted classes for Container...

BREAKING_CHANGE_REASON=When the PHP client libraries migrated to the modern gapic-generator-php (microgenerator), the generation of automated smoke tests was dropped. OwlBot failed to delete this legacy generated ClusterManagerSmokeTest.php file, leaving it orphaned in the repository for years. Librarian correctly removes it.

For googleapis/librarian#7366

@sofisl
sofisl requested a review from a team as a code owner August 21, 2026 19:55
@product-auto-label product-auto-label Bot added the api: container Issues related to the Kubernetes Engine API API. label Aug 21, 2026
@sofisl
sofisl marked this pull request as draft August 21, 2026 20:00
@sofisl
sofisl marked this pull request as ready for review August 21, 2026 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: container Issues related to the Kubernetes Engine API API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant