Results 134 issues of smoky

First of all, thank you very much for providing so many examples. `Go1.18` released the generic, learned the example of the generic from the website of the repository, and found...

pending-example

Signed-off-by: 0xff-dev ### What problem does this PR solve? Deprecated: As of Go 1.16, os.ReadDir is a more efficient and correct choice. `Chao-mesh` is currently using go 1.18. ### What's...

contribution
size/XS

from flask_wtf import FlaskForm from flask_wtf.csrf import CSRFProtect

## Bug Report The k8s cluster opens the psp policy, and the operator installation through olm will fail. because of the job in the namespace `olm` use default serviceaccount. [related...

kind/feature

```golang // 1 r.GET("/hello/cool", func(c *gee.Context) { c.String(http.StatusOK, "cool cool, you're at %s", c.Path) }) r.GET("/hello/:name", func(c *gee.Context) { // expect /hello/geektutu c.String(http.StatusOK, "hello %s, you're at %s\n", c.Param("name"), c.Path)...

#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: use constant NamespaceDefault instead of variable namespace. #### Which issue(s) this...

kind/cleanup
lgtm
sig/api-machinery
size/S
release-note-none
approved
cncf-cla: yes
ok-to-test
needs-priority
triage/accepted

Add solution and test-cases for problem 1518

**What would you like to be added**: `Namespace` is a resource that can contain other resources. Can the labels field be retained like the annotations field? **Why is this needed**:...

kind/feature

**What happened**: In my cluster, I create the resource `FederatedPersistentVolumeClaims`, and then create a `cr` of `fpvc`. When the pv in the member cluster is bound to pvc, the `volumeName`...

help wanted
good first issue
lifecycle/stale
kind/bug

add dockerfile