Solly Ross
Solly Ross
you need to be a maintainer to use `/milestone` at the moment, which is a weird designation that we carried over from Kubernetes but didn't actually want to use. Someone...
This seems like a decent candidate to use as a test for plugins phase 2 -- it's mostly a matter of preference, and *should* be something that's easily doable under...
> Personally, I do not believe that it could be addressed in the plugins phase 2 because who is asking it are the end-users who are looking for to use...
@camilamacedo86 while I'm not exactly certain what the final shape of plugins part 2 would be, I'd expect you'd end up having the "move everything to `pkg` and `cmd`" plugin...
/good-first-issue (this entails moving the current "defaulting webhook" documentation to a standalone tutorial and editing the page where we go over types and validation markers to talk about defaulting markers...
/kind feature We had some initial ideas for how to design this, but I think the interface needs potential a bit more work. For instance, should we do `client.Subresource("name").Update(obj)`? Can...
Depending on the subresource, we could use a RESTMapper to convert a Kind to the corresponding subresource entry in discovery, IIRC, but I haven't confirmed that -- it's just an...
yeah. In general, anything in CR that doesn't have someone working on it is open for help -- I tend to apply the help-wanted tag a bit less in cases...
/remove-lifecycle rotten /lifecycle frozen
namely, if you're getting 404, make sure that you've done `// +kubebuilder:subresource:status` on the type definition for your CRD, so you get a CRD with the status subresource enabled.