From e1280d3e39519f358076dc7afd783984e8509d36 Mon Sep 17 00:00:00 2001 From: Gor Poghosyan Date: Mon, 15 Feb 2021 15:01:49 +0400 Subject: [PATCH] Added --- charts/netris-operator/Chart.yaml | 4 ++-- .../crds/k8s.netris.ai_vnetmeta.yaml | 3 +++ .../netris-operator/crds/k8s.netris.ai_vnets.yaml | 14 ++++---------- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/charts/netris-operator/Chart.yaml b/charts/netris-operator/Chart.yaml index 267c9ee..6f3839f 100644 --- a/charts/netris-operator/Chart.yaml +++ b/charts/netris-operator/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.3 +version: 0.2.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: v0.3.1 +appVersion: v0.3.2 home: https://github.com/netrisai/netris-operator icon: https://www.netris.ai/wp-content/uploads/2020/05/logo-600.png # [todo] Change url to permalink keywords: diff --git a/charts/netris-operator/crds/k8s.netris.ai_vnetmeta.yaml b/charts/netris-operator/crds/k8s.netris.ai_vnetmeta.yaml index df647e9..ae509fd 100644 --- a/charts/netris-operator/crds/k8s.netris.ai_vnetmeta.yaml +++ b/charts/netris-operator/crds/k8s.netris.ai_vnetmeta.yaml @@ -59,6 +59,8 @@ spec: type: array id: type: integer + imported: + type: boolean members: items: description: VNetMetaMember . @@ -131,6 +133,7 @@ spec: required: - gateways - id + - imported - members - name - owner diff --git a/charts/netris-operator/crds/k8s.netris.ai_vnets.yaml b/charts/netris-operator/crds/k8s.netris.ai_vnets.yaml index 8b5e939..99c9ed6 100644 --- a/charts/netris-operator/crds/k8s.netris.ai_vnets.yaml +++ b/charts/netris-operator/crds/k8s.netris.ai_vnets.yaml @@ -38,7 +38,7 @@ spec: properties: guestTenants: items: - type: integer + type: string type: array ownerTenant: type: string @@ -48,13 +48,7 @@ spec: properties: gateways: items: - description: VNetGateway . - properties: - gateway4: - type: string - gateway6: - type: string - type: object + type: string type: array name: type: string @@ -64,6 +58,8 @@ spec: properties: name: type: string + state: + type: string vlanId: type: integer required: @@ -71,9 +67,7 @@ spec: type: object type: array required: - - gateways - name - - switchPorts type: object type: array state: