Skip to content

Kubernetes Client 3.1.10

Compare
Choose a tag to compare
@piyush-garg piyush-garg released this 01 May 16:25
· 5283 commits to main since this release
  • Added support for StorageClass
  • Added support for PodSecurityPolicy
  • The client now warns when using Kubernetes alpha or beta resources
  • A Config can now be built from Config.fromKubeconfig(kubeconfigFileContents)
  • Fix issue of SecurityContextConstraints not working
  • Error when reading PEM certificate with empty lines
  • Add log and exec tests in PodIT
  • Regression Test does not work on Kubernetes
  • Add CRUD test and Regression test for NetworkPolicy and SecurityContextConstraints
  • Add contributor guidelines