SYMBOL INDEX (164 symbols across 38 files) FILE: e2e/deployment/helloworld.go function printenv (line 27) | func printenv(w http.ResponseWriter, r *http.Request) { function home (line 33) | func home(w http.ResponseWriter, r *http.Request) { function main (line 37) | func main() { FILE: examples/helloworld/helloworld.go function printenv (line 27) | func printenv(w http.ResponseWriter, r *http.Request) { function home (line 33) | func home(w http.ResponseWriter, r *http.Request) { function main (line 37) | func main() { FILE: examples/helloworld/helloworld_test.go function TestHome (line 21) | func TestHome(t *testing.T) { FILE: gitops/bazel/bazeltargets.go function TargetToExecutable (line 17) | func TargetToExecutable(target string) string { FILE: gitops/bazel/bazeltargets_test.go function TestTargetToExecutableHappypath (line 16) | func TestTargetToExecutableHappypath(t *testing.T) { FILE: gitops/commitmsg/commitmsg.go constant begin (line 19) | begin = "--- gitops targets begin ---" constant end (line 20) | end = "--- gitops targets end ---" function ExtractTargets (line 23) | func ExtractTargets(msg string) (packages []string) { function Generate (line 44) | func Generate(targets []string, branchName, gitCommit string) string { FILE: gitops/commitmsg/commitmsg_test.go function TestRoundtrip (line 22) | func TestRoundtrip(t *testing.T) { function ExampleGenerate (line 31) | func ExampleGenerate() { FILE: gitops/digester/digester.go function CalculateDigest (line 24) | func CalculateDigest(path string) string { function GetDigest (line 44) | func GetDigest(path string) string { function VerifyDigest (line 60) | func VerifyDigest(path string) bool { function SaveDigest (line 65) | func SaveDigest(path string) { FILE: gitops/exec/exec.go function Ex (line 21) | func Ex(dir, name string, arg ...string) (output string, err error) { function Mustex (line 34) | func Mustex(dir, name string, arg ...string) { FILE: gitops/git/bitbucket/bitbucket.go type project (line 31) | type project struct type repository (line 35) | type repository struct type pullrequestEndpoint (line 40) | type pullrequestEndpoint struct type account (line 45) | type account struct type user (line 49) | type user struct type pullrequest (line 53) | type pullrequest struct function CreatePR (line 66) | func CreatePR(from, to, title, body string) error { FILE: gitops/git/bitbucket/bitbucket_test.go function TestCreatePRRemote (line 22) | func TestCreatePRRemote(t *testing.T) { function TestCreatePRNew (line 34) | func TestCreatePRNew(t *testing.T) { FILE: gitops/git/git.go function Clone (line 37) | func Clone(repo, dir, mirrorDir, primaryBranch, gitopsPath string) (*Rep... type Repo (line 65) | type Repo struct method Clean (line 73) | func (r *Repo) Clean() error { method Fetch (line 79) | func (r *Repo) Fetch(pattern string) { method SwitchToBranch (line 86) | func (r *Repo) SwitchToBranch(branch, primaryBranch string) (new bool) { method RecreateBranch (line 97) | func (r *Repo) RecreateBranch(branch, primaryBranch string) { method GetLastCommitMessage (line 104) | func (r *Repo) GetLastCommitMessage() (msg string) { method Commit (line 113) | func (r *Repo) Commit(message, gitopsPath string) bool { method RestoreFile (line 127) | func (r *Repo) RestoreFile(fileName string) { method GetChangedFiles (line 132) | func (r *Repo) GetChangedFiles() []string { method IsClean (line 149) | func (r *Repo) IsClean() bool { method Push (line 161) | func (r *Repo) Push(branches []string) { function isRootPath (line 167) | func isRootPath(gitopsPath string) bool { FILE: gitops/git/github/github.go function CreatePR (line 23) | func CreatePR(from, to, title, body string) error { FILE: gitops/git/gitlab/gitlab.go function CreatePR (line 20) | func CreatePR(from, to, title, body string) error { FILE: gitops/git/gitlab/gitlab_test.go function TestCreatePRRemote (line 5) | func TestCreatePRRemote(t *testing.T) { FILE: gitops/git/server.go type Server (line 3) | type Server interface type ServerFunc (line 7) | type ServerFunc method CreatePR (line 9) | func (f ServerFunc) CreatePR(from, to, title, body string) error { FILE: gitops/prer/create_gitops_prs.go function init (line 37) | func init() { function bazelQuery (line 62) | func bazelQuery(query string) *analysis.CqueryResult { function getGitStatusDict (line 83) | func getGitStatusDict(workdir *git.Repo, gitCommit, branchName string) m... function stampFile (line 99) | func stampFile(fullPath string, ctx map[string]interface{}) { function main (line 117) | func main() { FILE: kubectl/private/versions/update_versions.go constant dlBaseURL (line 25) | dlBaseURL = "https://dl.k8s.io/release/" constant outputFile (line 26) | outputFile = "kubectl/private/versions/versions.bzl" type VersionInfo (line 41) | type VersionInfo struct function main (line 45) | func main() { function discoverStableVersions (line 80) | func discoverStableVersions() []string { function parseMinorVersion (line 123) | func parseMinorVersion(version string) int { function fetchStableVersion (line 134) | func fetchStableVersion(filename string) string { function fetchAllChecksums (line 163) | func fetchAllChecksums(versions []string) map[string]*VersionInfo { function fetchSHA256 (line 204) | func fetchSHA256(version, os, arch string) (string, error) { function findLatestVersion (line 240) | func findLatestVersion(versions []string) string { function compareVersions (line 256) | func compareVersions(v1, v2 string) int { function generateBzl (line 275) | func generateBzl(versions map[string]*VersionInfo, latestVersion string)... function getOutputPath (line 316) | func getOutputPath() string { FILE: kustomize/private/versions/update_versions.go constant releasesURL (line 26) | releasesURL = "https://api.github.com/repos/kubernetes-sigs/kustomize/re... constant outputFile (line 27) | outputFile = "kustomize/private/versions/versions.bzl" type Asset (line 31) | type Asset struct type Release (line 38) | type Release struct type VersionInfo (line 45) | type VersionInfo struct function main (line 49) | func main() { function fetchReleases (line 78) | func fetchReleases() ([]Release, error) { function getNextPageURL (line 115) | func getNextPageURL(linkHeader string) string { function parseReleases (line 134) | func parseReleases(releases []Release) (map[string]*VersionInfo, string) { function generateBzl (line 187) | func generateBzl(versions map[string]*VersionInfo, latestVersion string)... function getOutputPath (line 226) | func getOutputPath() string { FILE: resolver/pkg/resolver.go function ResolveImages (line 26) | func ResolveImages(in io.Reader, out io.Writer, imgmap map[string]string... function isEmptyYamlError (line 68) | func isEmptyYamlError(err error) bool { type imageTagTransformer (line 72) | type imageTagTransformer struct method findAndReplaceTag (line 81) | func (pt *imageTagTransformer) findAndReplaceTag(obj map[string]interf... method updateContainers (line 114) | func (pt *imageTagTransformer) updateContainers(obj map[string]interfa... method updateContainer (line 148) | func (pt *imageTagTransformer) updateContainer(obj map[string]interfac... method findContainers (line 168) | func (pt *imageTagTransformer) findContainers(obj map[string]interface... FILE: resolver/pkg/resolver_test.go function TestNoError (line 25) | func TestNoError(t *testing.T) { FILE: resolver/resolver.go type imagesFlags (line 25) | type imagesFlags method String (line 27) | func (i *imagesFlags) String() string { method Set (line 31) | func (i *imagesFlags) Set(value string) error { function main (line 46) | func main() { FILE: stamper/main.go type arrayFlags (line 24) | type arrayFlags method String (line 26) | func (i *arrayFlags) String() string { method Set (line 30) | func (i *arrayFlags) Set(value string) error { function init (line 41) | func init() { function workspaceStatusDict (line 48) | func workspaceStatusDict(filenames []string) map[string]interface{} { function main (line 65) | func main() { FILE: templating/fasttemplate/example_test.go function ExampleTemplate (line 9) | func ExampleTemplate() { function ExampleTemplateWithSpaces (line 32) | func ExampleTemplateWithSpaces() { function ExampleTagFunc (line 56) | func ExampleTagFunc() { FILE: templating/fasttemplate/template.go function executeFunc (line 23) | func executeFunc(template, startTag, endTag string, w io.Writer, f TagFu... function Execute (line 83) | func Execute(template, startTag, endTag string, w io.Writer, m map[strin... function executeFuncString (line 94) | func executeFuncString(template, startTag, endTag string, f TagFunc) str... function ExecuteString (line 117) | func ExecuteString(template, startTag, endTag string, m map[string]inter... type TagFunc (line 127) | type TagFunc function stdTagFunc (line 131) | func stdTagFunc(w io.Writer, tag string, m map[string]interface{}) (int,... FILE: templating/fasttemplate/template_test.go function TestExecuteFunc (line 9) | func TestExecuteFunc(t *testing.T) { function testExecuteFunc (line 31) | func testExecuteFunc(t *testing.T, template, expectedOutput string) { function TestExecute (line 46) | func TestExecute(t *testing.T) { function testExecute (line 68) | func testExecute(t *testing.T, template, expectedOutput string) { function TestExecuteString (line 77) | func TestExecuteString(t *testing.T) { function testExecuteString (line 99) | func testExecuteString(t *testing.T, template, expectedOutput string) { function expectPanic (line 106) | func expectPanic(t *testing.T, f func()) { FILE: templating/main.go type arrayFlags (line 24) | type arrayFlags method String (line 26) | func (i *arrayFlags) String() string { method Set (line 30) | func (i *arrayFlags) Set(value string) error { function init (line 43) | func init() { function workspaceStatusDict (line 54) | func workspaceStatusDict(filenames []string) map[string]interface{} { function main (line 71) | func main() { FILE: testing/it_manifest_filter/it_manifest_filter.go function main (line 16) | func main() { FILE: testing/it_manifest_filter/pkg/filter.go function ReplacePDWithEmptyDirs (line 21) | func ReplacePDWithEmptyDirs(in io.Reader, out io.Writer) error { function isEmptyYamlError (line 85) | func isEmptyYamlError(err error) bool { function findAndReplacePVC (line 96) | func findAndReplacePVC(obj map[string]interface{}) { function findPVC (line 108) | func findPVC(obj map[string]interface{}) { function processStatefulSet (line 125) | func processStatefulSet(obj *appsv1.StatefulSet) { function findAndReplaceIssuerName (line 154) | func findAndReplaceIssuerName(obj map[string]interface{}) { FILE: testing/it_manifest_filter/pkg/filter_test.go function TestHappyPath (line 15) | func TestHappyPath(t *testing.T) { FILE: testing/it_sidecar/client/sidecar_client.go type K8STestSetup (line 18) | type K8STestSetup struct method TestMain (line 42) | func (s *K8STestSetup) TestMain(m *testing.M) { method GetServiceLocalPort (line 70) | func (s *K8STestSetup) GetServiceLocalPort(serviceName string) int { method before (line 74) | func (s *K8STestSetup) before(wg *sync.WaitGroup) { type Callback (line 35) | type Callback FILE: testing/it_sidecar/client/test_callback/sidecar_client_test.go function TestMain (line 24) | func TestMain(m *testing.M) { function TestReadyCallback (line 40) | func TestReadyCallback(t *testing.T) { FILE: testing/it_sidecar/client/test_no_callback/sidecar_client_test_no_callback.go function TestMain (line 24) | func TestMain(m *testing.M) { FILE: testing/it_sidecar/it_sidecar.go type portForwardConf (line 36) | type portForwardConf struct method String (line 40) | func (i *portForwardConf) String() string { method Set (line 44) | func (i *portForwardConf) Set(value string) error { type arrayFlags (line 57) | type arrayFlags method String (line 59) | func (i *arrayFlags) String() string { method Set (line 63) | func (i *arrayFlags) Set(value string) error { function init (line 78) | func init() { function contains (line 85) | func contains(v []string, item string) bool { function listReadyApps (line 96) | func listReadyApps(list []interface{}) (readypods, notReady []string) { function waitForPods (line 128) | func waitForPods(ctx context.Context, clientset *kubernetes.Clientset) e... function listReadyServices (line 170) | func listReadyServices(list []interface{}) (ready, notReady []string) { function waitForEndpoints (line 191) | func waitForEndpoints(ctx context.Context, clientset *kubernetes.Clients... function portForward (line 243) | func portForward(ctx context.Context, clientset *kubernetes.Clientset, c... function cleanup (line 300) | func cleanup(clientset *kubernetes.Clientset) { function main (line 311) | func main() { FILE: testing/it_sidecar/stern/container_state.go type ContainerState (line 23) | type ContainerState method Match (line 43) | func (stateConfig ContainerState) Match(containerState v1.ContainerSta... constant RUNNING (line 26) | RUNNING = "running" constant WAITING (line 27) | WAITING = "waiting" constant TERMINATED (line 28) | TERMINATED = "terminated" function NewContainerState (line 31) | func NewContainerState(stateConfig string) (ContainerState, error) { FILE: testing/it_sidecar/stern/main.go function Run (line 27) | func Run(ctx context.Context, namespace string, clientset *kubernetes.Cl... FILE: testing/it_sidecar/stern/tail.go type Tail (line 29) | type Tail struct method Start (line 48) | func (t *Tail) Start(ctx context.Context, i v1.PodInterface) { method Close (line 91) | func (t *Tail) Close() { method Print (line 97) | func (t *Tail) Print(msg string) { function NewTail (line 38) | func NewTail(namespace, podName, containerName string) *Tail { FILE: testing/it_sidecar/stern/watch.go type Target (line 30) | type Target struct method GetID (line 37) | func (t *Target) GetID() string { function Watch (line 44) | func Watch(ctx context.Context, i v1.PodInterface, podFilter *regexp.Reg...