klient icon indicating copy to clipboard operation
klient copied to clipboard

A Simple Kubernetes Client in Go

Results 8 klient issues
Sort by recently updated
recently updated
newest added

An issue was discovered in GoGo Protobuf before 1.3.2. plugin/unmarshal/unmarshal.go lacks certain index validation, aka the "skippy peanut butter" issue. https://bdhub.td.teradata.com/api/vulnerabilities/CVE-2021-3121 klient includes k8s.io/kubectl:v0.17.3. which has the protobuf issue.. recommending...

bug

**Is your feature request related to a problem? Please describe.** Not problem related **Describe the solution you'd like** Implement a method `ApplyServerSide()` or similar name, to allow execute the apply...

**Is your feature request related to a problem? Please describe.** Allows the option to do a DryRun **Describe the solution you'd like** Option 1: `c.DryRun(true).Apply()` then `c.DryRun(false)` Option 2: `c.Apply(...,...

enhancement

**Is your feature request related to a problem? Please describe.** This is a nice to have feature, it's not a problem yet **Describe the solution you'd like** All the objects...

enhancement

**Is your feature request related to a problem? Please describe.** Not related to any problem so far **Describe the solution you'd like** Allows the option to print the output of...

enhancement

**Is your feature request related to a problem? Please describe.** No related to any problem **Describe the solution you'd like** Besides delete by providing the resource file or content, allows...

enhancement

**Is your feature request related to a problem? Please describe.** There isn't enough documentation or examples to use the package. **Describe the solution you'd like** Better README, markdown documents and...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Or, the use case...

enhancement