-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add container API #781
Add container API #781
Conversation
Note also that the proto-client version will need to be bumped to 0.28 before we can release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the component CLI to prevent the issues I highlighted from happening when you use it in the future. Could we add Container to the main README as well?
src/Container/composer.json
Outdated
"extra": { | ||
"component": { | ||
"id": "cloud-container", | ||
"path": "/usr/local/google/home/michaelbausor/dev/veneer/google-cloud-php/src/Container", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
src/Container/composer.json
Outdated
"google/proto-client": "^0.27.0", | ||
"google/gax": "^0.27.0" | ||
} | ||
} |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
docs/manifest.json
Outdated
@@ -409,4 +417,4 @@ | |||
"title": "Packagist", | |||
"href": "https://packagist.org/packages/google/cloud" | |||
} | |||
} | |||
} |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Adds Container API. PTAL but do not merge at this stage.
Metadata/docs/etc. generated using @jdpedrie 's new tool.