mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Add OWNERS for translations folder
This commit is contained in:
parent
9f53050229
commit
1a4ba0caa9
@ -1,5 +1,6 @@
|
|||||||
// Code generated by go-bindata.
|
// Code generated by go-bindata.
|
||||||
// sources:
|
// sources:
|
||||||
|
// translations/OWNERS
|
||||||
// translations/extract.py
|
// translations/extract.py
|
||||||
// translations/kubectl/OWNERS
|
// translations/kubectl/OWNERS
|
||||||
// translations/kubectl/de_DE/LC_MESSAGES/k8s.mo
|
// translations/kubectl/de_DE/LC_MESSAGES/k8s.mo
|
||||||
@ -67,6 +68,27 @@ func (fi bindataFileInfo) Sys() interface{} {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var _translationsOwners = []byte(`reviewers:
|
||||||
|
- brendandburns
|
||||||
|
approvers:
|
||||||
|
- brendandburns
|
||||||
|
`)
|
||||||
|
|
||||||
|
func translationsOwnersBytes() ([]byte, error) {
|
||||||
|
return _translationsOwners, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func translationsOwners() (*asset, error) {
|
||||||
|
bytes, err := translationsOwnersBytes()
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
info := bindataFileInfo{name: "translations/OWNERS", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)}
|
||||||
|
a := &asset{bytes: bytes, info: info}
|
||||||
|
return a, nil
|
||||||
|
}
|
||||||
|
|
||||||
var _translationsExtractPy = []byte(`#!/usr/bin/env python
|
var _translationsExtractPy = []byte(`#!/usr/bin/env python
|
||||||
|
|
||||||
# Copyright 2017 The Kubernetes Authors.
|
# Copyright 2017 The Kubernetes Authors.
|
||||||
@ -19278,6 +19300,7 @@ func AssetNames() []string {
|
|||||||
|
|
||||||
// _bindata is a table, holding each asset generator, mapped to its name.
|
// _bindata is a table, holding each asset generator, mapped to its name.
|
||||||
var _bindata = map[string]func() (*asset, error){
|
var _bindata = map[string]func() (*asset, error){
|
||||||
|
"translations/OWNERS": translationsOwners,
|
||||||
"translations/extract.py": translationsExtractPy,
|
"translations/extract.py": translationsExtractPy,
|
||||||
"translations/kubectl/OWNERS": translationsKubectlOwners,
|
"translations/kubectl/OWNERS": translationsKubectlOwners,
|
||||||
"translations/kubectl/de_DE/LC_MESSAGES/k8s.mo": translationsKubectlDe_deLc_messagesK8sMo,
|
"translations/kubectl/de_DE/LC_MESSAGES/k8s.mo": translationsKubectlDe_deLc_messagesK8sMo,
|
||||||
@ -19345,6 +19368,7 @@ type bintree struct {
|
|||||||
|
|
||||||
var _bintree = &bintree{nil, map[string]*bintree{
|
var _bintree = &bintree{nil, map[string]*bintree{
|
||||||
"translations": {nil, map[string]*bintree{
|
"translations": {nil, map[string]*bintree{
|
||||||
|
"OWNERS": {translationsOwners, map[string]*bintree{}},
|
||||||
"extract.py": {translationsExtractPy, map[string]*bintree{}},
|
"extract.py": {translationsExtractPy, map[string]*bintree{}},
|
||||||
"kubectl": {nil, map[string]*bintree{
|
"kubectl": {nil, map[string]*bintree{
|
||||||
"OWNERS": {translationsKubectlOwners, map[string]*bintree{}},
|
"OWNERS": {translationsKubectlOwners, map[string]*bintree{}},
|
||||||
|
4
translations/OWNERS
Normal file
4
translations/OWNERS
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
reviewers:
|
||||||
|
- brendandburns
|
||||||
|
approvers:
|
||||||
|
- brendandburns
|
Loading…
Reference in New Issue
Block a user