Skip to content

Commit

Permalink
Add autoscaling v2 api
Browse files Browse the repository at this point in the history
  • Loading branch information
yagonobre committed Oct 30, 2023
1 parent e553648 commit 2dda0fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [1.13.0] - 2023-08-01
### Added
- Add autoscaling/v2 namespace

## [1.12.0] - 2023-08-01
### Added
- Add policy/v1 namespace
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nubank/kubernetes-api "1.12.0"
(defproject nubank/kubernetes-api "1.13.0"
:description "Kubernetes Client API Library"
:url "https://github.com/nubank/clj-kubernetes-api"
:license {:name "MIT"
Expand Down
7 changes: 7 additions & 0 deletions src/kubernetes/api/autoscaling_v2.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(ns kubernetes.api.autoscaling-v2
(:require [kubernetes.api.openapiv2 :as openapiv2]
[kubernetes.api.util :as util]))

(def make-context util/make-context)

(openapiv2/render-api-group "v1.23.17" "autoscaling" "v2")

0 comments on commit 2dda0fb

Please sign in to comment.