Skip to content

Commit

Permalink
Merge pull request #35 from nubank/security.istio.io
Browse files Browse the repository at this point in the history
add: security.istio.io
  • Loading branch information
lbernardo committed Jul 12, 2023
2 parents 21959b4 + 1190a42 commit a371c1a
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.10.0] - 2022-07-12
### Added
- Add security.istio.io namespace

## [1.9.0] - 2022-07-06
### Added
- Add networking.istio.io 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.9.0"
(defproject nubank/kubernetes-api "1.10.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/security_istio_io_v1.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(ns kubernetes.api.security-istio-io-v1
(:require [kubernetes.api.openapiv2 :as openapiv2]
[kubernetes.api.util :as util]))

(def make-context util/make-context)

(openapiv2/render-api-group "v1.23.17" "security.istio.io" "v1")

0 comments on commit a371c1a

Please sign in to comment.