Maximilian Appel
Maximilian Appel
[strategicpatch/patch.go::handleMapDiff](https://github.com/kubernetes/apimachinery/blob/080c0c77fab5f76acfa0c31e9e59411ecc861973/pkg/util/strategicpatch/patch.go#L263) assumes that the `LookupPatchMeta` returned by [util/strategicpatch/meta.go::LookupPatchMetadataForStruct](https://github.com/kubernetes/apimachinery/blob/080c0c77fab5f76acfa0c31e9e59411ecc861973/pkg/util/strategicpatch/meta.go#L161) (for objects of type `PatchMetaFromOpenAPI`) only returns `nil`when it also returns `err != nil`which does not hold. Return value ``` go func...
This implementation looks like it is related to openid.net, but the site does not list this repository on [it's official list of certified clients](https://openid.net/developers/certified/). Also, the last update was in...
This doesn't seem to be a bug of kubecfg, but it appears with `kubecfg update` but not with `kubectl apply -f`, thus reporting it here as known. Nesting-level and usage...
The first step of the live demo of force-password-reset asks to create a local account. Form validation passes, but account creation fails with message: "Unable to validate the information provided"
### Feature request EventListeners propagate their labels to Deployments and additionally to the (Pod) Template of the Deployment. This should be configurable, e.g. with the PodTemplate field of the EventListener....