Skip to content

Adding more support for Metadata resources and Cluster resources

Pre-release
Pre-release
Compare
Choose a tag to compare
@ublubu ublubu released this 30 Dec 06:19
· 70 commits to master since this release
d096392

This version adds shorthand syntax for:

  • ControllerRevision
  • CustomResourceDefinition
  • Event
  • InitializerConfiguration
  • PodDisruptionBudget
  • PriorityClass
  • PodPresets
  • PodSecurityPolicy
  • ApiService
  • Binding
  • Namespace
  • LimitRange
  • ClusterRole

Documentation for these types is coming soon.

Fixed bugs:

  • Pod Probe Ports weren't being set properly.
  • Serialization code wasn't using the koki/json library, so empty fields were still not omitted.