-
Notifications
You must be signed in to change notification settings - Fork 43
Allison/eng 1112 support for mcp tools #19
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
Allison/eng 1112 support for mcp tools #19
Conversation
|
lgtm so far. very cool |
|
|
||
| // ValueFrom represents a source for the value of an environment variable | ||
| // +optional | ||
| ValueFrom *EnvVarSource `json:"valueFrom,omitempty"` |
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.
probably overkill for now, but did you consider importing from upstream? https://github.com/kubernetes/kubernetes/blob/9a8c2a9fa362db2ba59aa56481772060073c99d5/pkg/apis/core/types.go#L2203
on the other hand, i kinda like just copying here since it means we can articulate in the schema that we only support a subset of the "standard" pod spec methods for env stuff
dexhorthy
left a comment
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.
overall approved, makes sense once ci passing
No description provided.