mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +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/kms
|
||||
- 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:
|
||||
branch: release-1.27
|
||||
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:
|
||||
- '*/.gitattributes'
|
||||
default-go-version: 1.20.5
|
||||
|
Loading…
Reference in New Issue
Block a user