Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1a4ba0ca
Unverified
Commit
1a4ba0ca
authored
Feb 04, 2018
by
Christoph Blecker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add OWNERS for translations folder
parent
9f530502
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
bindata.go
pkg/generated/bindata.go
+24
-0
OWNERS
translations/OWNERS
+4
-0
No files found.
pkg/generated/bindata.go
View file @
1a4ba0ca
// Code generated by go-bindata.
// sources:
// translations/OWNERS
// translations/extract.py
// translations/kubectl/OWNERS
// translations/kubectl/de_DE/LC_MESSAGES/k8s.mo
...
...
@@ -67,6 +68,27 @@ func (fi bindataFileInfo) Sys() interface{} {
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
# Copyright 2017 The Kubernetes Authors.
...
...
@@ -19278,6 +19300,7 @@ func AssetNames() []string {
// _bindata is a table, holding each asset generator, mapped to its name.
var
_bindata
=
map
[
string
]
func
()
(
*
asset
,
error
){
"translations/OWNERS"
:
translationsOwners
,
"translations/extract.py"
:
translationsExtractPy
,
"translations/kubectl/OWNERS"
:
translationsKubectlOwners
,
"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
{
"translations"
:
{
nil
,
map
[
string
]
*
bintree
{
"OWNERS"
:
{
translationsOwners
,
map
[
string
]
*
bintree
{}},
"extract.py"
:
{
translationsExtractPy
,
map
[
string
]
*
bintree
{}},
"kubectl"
:
{
nil
,
map
[
string
]
*
bintree
{
"OWNERS"
:
{
translationsKubectlOwners
,
map
[
string
]
*
bintree
{}},
translations/OWNERS
0 → 100644
View file @
1a4ba0ca
reviewers:
- brendandburns
approvers:
- brendandburns
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment