Skip to content

Commit

Permalink
Merge pull request #400 from yue9944882/chore/pod-logs-example
Browse files Browse the repository at this point in the history
Chore: Pod logs example
  • Loading branch information
k8s-ci-robot authored Aug 27, 2019
2 parents d01e0b6 + 1593897 commit 4cf9042
Show file tree
Hide file tree
Showing 70 changed files with 38,451 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions example/podlogs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
bin/
default.etcd/
kubeconfig
apiserver.local.config/
zz_generated*
pkg/client/*_generated
pkg/openapi/openapi_generated.go
.crt
.key
vendor/**
Gopkg.*
violations.report
15 changes: 15 additions & 0 deletions example/podlogs/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# gazelle:proto disable
# gazelle:exclude vendor
load("@io_bazel_rules_go//go:def.bzl", "gazelle")

gazelle(
name = "gazelle",
command = "fix",
prefix = "sigs.k8s.io/apiserver-builder-alpha/example/podlogs",
external = "vendored",
args = [
"-build_file_name",
"BUILD,BUILD.bazel",
],
)
Loading

0 comments on commit 4cf9042

Please sign in to comment.