Mikhail Mazurskiy

Results 157 comments of Mikhail Mazurskiy

> Do you want to implement this @ash2k ? Not anytime soon. I need the feature but don't have capacity to build it right now.

It's a good workaround, but it only works if you need a secret with a single key/value.

@ak20102763 Sure. But why make the user do this vs have flags that do what's necessary? I think working with secrets is quite important and default kubectl experience should be...

@Bhargav-manepalli I'm not on sig-cli, cannot make any decisions. But in my personal opinion numbers should be allowed in flag names, I don't see why that would be bad in...

I'm using `update-repos` to import external dependencies from `go.mod` into a macro. It works great, thank you for it! I came to make a suggestion and found this issue. Would...

PTAL @karlkfi @seans3

This is blocking me from updating some other dependencies in my project. Could someone merge this please?

Actually, this is not limited to `required`. It applies to all validation in `oneof` as all fields are validated, even the unset ones. It's impossible to have validation on fields...

Thank you, @seans3!