mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 06:15:45 +00:00
staging: Add endpointslice to publishing data.
This commit is contained in:
parent
7c873327b6
commit
43b509de42
@ -306,3 +306,13 @@
|
|||||||
- k8s.io/klog
|
- k8s.io/klog
|
||||||
- k8s.io/kms
|
- k8s.io/kms
|
||||||
- k8s.io/utils
|
- k8s.io/utils
|
||||||
|
|
||||||
|
- baseImportPath: "./vendor/k8s.io/endpointslice/"
|
||||||
|
allowedImports:
|
||||||
|
- k8s.io/api
|
||||||
|
- k8s.io/apimachinery
|
||||||
|
- k8s.io/client-go
|
||||||
|
- k8s.io/component-base
|
||||||
|
- k8s.io/endpointslice
|
||||||
|
- k8s.io/klog
|
||||||
|
- k8s.io/utils
|
||||||
|
@ -2103,6 +2103,21 @@ rules:
|
|||||||
source:
|
source:
|
||||||
branch: release-1.27
|
branch: release-1.27
|
||||||
dir: staging/src/k8s.io/dynamic-resource-allocation
|
dir: staging/src/k8s.io/dynamic-resource-allocation
|
||||||
|
- destination: endpointslice
|
||||||
|
branches:
|
||||||
|
- name: master
|
||||||
|
dependencies:
|
||||||
|
- repository: api
|
||||||
|
branch: master
|
||||||
|
- repository: apimachinery
|
||||||
|
branch: master
|
||||||
|
- repository: client-go
|
||||||
|
branch: master
|
||||||
|
- repository: component-base
|
||||||
|
branch: master
|
||||||
|
source:
|
||||||
|
branch: master
|
||||||
|
dir: staging/src/k8s.io/endpointslice
|
||||||
recursive-delete-patterns:
|
recursive-delete-patterns:
|
||||||
- '*/.gitattributes'
|
- '*/.gitattributes'
|
||||||
default-go-version: 1.20.5
|
default-go-version: 1.20.5
|
||||||
|
Loading…
Reference in New Issue
Block a user