Add staging directory for kms

- Moves kms proto apis to the staging repo
- Updates generate and verify kms proto scripts to check staging repo

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
Anish Ramasekar
2022-08-23 20:22:09 +00:00
parent 722e02408e
commit c3794e2377
40 changed files with 530 additions and 12 deletions

View File

@@ -108,6 +108,7 @@
- k8s.io/kube-openapi
- k8s.io/utils
- k8s.io/klog
- k8s.io/kms
- baseImportPath: "./vendor/k8s.io/metrics/"
allowedImports:
@@ -281,3 +282,8 @@
- k8s.io/klog
- k8s.io/pod-security-admission
- k8s.io/utils
- baseImportPath: "./vendor/k8s.io/kms/"
allowedImports:
- k8s.io/api
- k8s.io/apimachinery

View File

@@ -290,6 +290,13 @@ rules:
branch: release-1.25
dir: staging/src/k8s.io/component-helpers
library: true
- destination: kms
library: true
branches:
- source:
branch: master
dir: staging/src/k8s.io/kms
name: master
- destination: apiserver
branches:
- name: master
@@ -302,6 +309,8 @@ rules:
branch: master
- repository: component-base
branch: master
- repository: kms
branch: master
source:
branch: master
dir: staging/src/k8s.io/apiserver
@@ -376,6 +385,8 @@ rules:
branch: master
- repository: component-base
branch: master
- repository: kms
branch: master
- repository: code-generator
branch: master
source:
@@ -467,6 +478,8 @@ rules:
branch: master
- repository: code-generator
branch: master
- repository: kms
branch: master
- repository: component-base
branch: master
source:
@@ -681,6 +694,8 @@ rules:
branch: master
- repository: component-base
branch: master
- repository: kms
branch: master
source:
branch: master
dir: staging/src/k8s.io/apiextensions-apiserver
@@ -1201,6 +1216,8 @@ rules:
branch: master
- repository: apiserver
branch: master
- repository: kms
branch: master
source:
branch: master
dir: staging/src/k8s.io/controller-manager
@@ -1287,6 +1304,8 @@ rules:
branch: master
- repository: component-helpers
branch: master
- repository: kms
branch: master
source:
branch: master
dir: staging/src/k8s.io/cloud-provider
@@ -1391,6 +1410,8 @@ rules:
branch: master
- repository: component-helpers
branch: master
- repository: kms
branch: master
source:
branch: master
dir: staging/src/k8s.io/kube-controller-manager
@@ -1636,6 +1657,8 @@ rules:
branch: master
- repository: component-helpers
branch: master
- repository: kms
branch: master
source:
branch: master
dir: staging/src/k8s.io/legacy-cloud-providers
@@ -1897,6 +1920,8 @@ rules:
branch: master
- repository: component-base
branch: master
- repository: kms
branch: master
source:
branch: master
dir: staging/src/k8s.io/pod-security-admission