.github
alerting
client
config
controller
core
docs
example
jsonpath
k8s
k8stest
metric
pattern
security
storage
util
vendor
cloud.google.com
github.com
go.etcd.io
golang.org
google.golang.org
appengine
internal
app_identity
base
datastore
log
modules
remote_api
urlfetch
api.go
api_classic.go
api_common.go
app_id.go
identity.go
identity_classic.go
identity_flex.go
identity_vm.go
internal.go
main.go
main_common.go
main_vm.go
metadata.go
net.go
regen.sh
transaction.go
urlfetch
.travis.yml
CONTRIBUTING.md
LICENSE
README.md
appengine.go
appengine_vm.go
errors.go
go.mod
go.sum
identity.go
namespace.go
timeout.go
travis_install.sh
travis_test.sh
protobuf
gopkg.in
k8s.io
sigs.k8s.io
modules.txt
watchdog
web
.dockerignore
.gitattributes
.gitignore
Dockerfile
LICENSE.md
Makefile
README.md
config.yaml
go.mod
go.sum
main.go
12 lines
238 B
Go
12 lines
238 B
Go
// Copyright 2018 Google LLC. All rights reserved.
|
|
// Use of this source code is governed by the Apache 2.0
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// +build appenginevm
|
|
|
|
package internal
|
|
|
|
func init() {
|
|
appengineFlex = true
|
|
}
|