-
Notifications
You must be signed in to change notification settings - Fork 40k
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
api/doc: add manifest schema #337
Conversation
Assigning to @bgrant0607 because he knows all about the /api directory. :) |
"pattern": "^[a-z]([-a-z0-9]*[a-z0-9])*" | ||
} | ||
}, | ||
"required": [ |
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.
If required is legal to put before the list of properties, please do that, as you did above for image. If it's not (all examples I've seen using draft-04 place it afterward), please fix the image case.
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.
Done, PTAL
LGTM. |
Tweak nginx setup on master for kubectl exec & port-forward.
Tweak nginx setup on master for kubectl exec & port-forward.
Tweak nginx setup on master for kubectl exec & port-forward.
Tweak nginx setup on master for kubectl exec & port-forward.
Tweak nginx setup on master for kubectl exec & port-forward.
Fix networking section's format and recategory
Bug 1873043: Enable k8s-e2e-gcp-serial
ported the manifest from https://github.com/GoogleCloudPlatform/container-agent
a few notes:
pod.json
example/cc @bgrant0607