SYMBOL INDEX (1431 symbols across 310 files) FILE: cmd/flux/alert.go type alertAdapter (line 33) | type alertAdapter struct method asClientObject (line 37) | func (a alertAdapter) asClientObject() client.Object { method deepCopyClientObject (line 41) | func (a alertAdapter) deepCopyClientObject() client.Object { type alertListAdapter (line 47) | type alertListAdapter struct method asClientList (line 51) | func (a alertListAdapter) asClientList() client.ObjectList { method len (line 55) | func (a alertListAdapter) len() int { FILE: cmd/flux/alert_provider.go type alertProviderAdapter (line 33) | type alertProviderAdapter struct method asClientObject (line 37) | func (a alertProviderAdapter) asClientObject() client.Object { method deepCopyClientObject (line 41) | func (a alertProviderAdapter) deepCopyClientObject() client.Object { type alertProviderListAdapter (line 47) | type alertProviderListAdapter struct method asClientList (line 51) | func (a alertProviderListAdapter) asClientList() client.ObjectList { method len (line 55) | func (a alertProviderListAdapter) len() int { FILE: cmd/flux/artifact.go type artifactGeneratorAdapter (line 33) | type artifactGeneratorAdapter struct method asClientObject (line 37) | func (h artifactGeneratorAdapter) asClientObject() client.Object { method deepCopyClientObject (line 41) | func (h artifactGeneratorAdapter) deepCopyClientObject() client.Object { type artifactGeneratorListAdapter (line 47) | type artifactGeneratorListAdapter struct method asClientList (line 51) | func (h artifactGeneratorListAdapter) asClientList() client.ObjectList { method len (line 55) | func (h artifactGeneratorListAdapter) len() int { FILE: cmd/flux/bootstrap.go type bootstrapFlags (line 44) | type bootstrapFlags struct constant bootstrapDefaultBranch (line 88) | bootstrapDefaultBranch = "main" function init (line 93) | func init() { function NewBootstrapFlags (line 150) | func NewBootstrapFlags() bootstrapFlags { function bootstrapComponents (line 160) | func bootstrapComponents() []string { function buildEmbeddedManifestBase (line 164) | func buildEmbeddedManifestBase() (string, error) { function bootstrapValidate (line 178) | func bootstrapValidate() error { function mapTeamSlice (line 205) | func mapTeamSlice(s []string, defaultPermission string) map[string]string { function confirmBootstrap (line 219) | func confirmBootstrap(ctx context.Context, kubeClient client.Client) err... FILE: cmd/flux/bootstrap_bitbucket_server.go constant bServerDefaultPermission (line 65) | bServerDefaultPermission = "push" constant bServerTokenEnvVar (line 66) | bServerTokenEnvVar = "BITBUCKET_TOKEN" type bServerFlags (line 69) | type bServerFlags struct function init (line 85) | func init() { function bootstrapBServerCmdRun (line 101) | func bootstrapBServerCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/bootstrap_git.go type gitFlags (line 77) | type gitFlags struct constant gitPasswordEnvVar (line 89) | gitPasswordEnvVar = "GIT_PASSWORD" function init (line 94) | func init() { function bootstrapGitCmdRun (line 107) | func bootstrapGitCmdRun(cmd *cobra.Command, args []string) error { function getAuthOpts (line 332) | func getAuthOpts(u *url.URL, caBundle []byte) (*git.AuthOptions, error) { function promptPublicKey (line 384) | func promptPublicKey(ctx context.Context, secret corev1.Secret, _ source... FILE: cmd/flux/bootstrap_gitea.go type giteaFlags (line 73) | type giteaFlags struct constant gtDefaultPermission (line 87) | gtDefaultPermission = "maintain" constant gtDefaultDomain (line 88) | gtDefaultDomain = "gitea.com" constant gtTokenEnvVar (line 89) | gtTokenEnvVar = "GITEA_TOKEN" function init (line 94) | func init() { function bootstrapGiteaCmdRun (line 109) | func bootstrapGiteaCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/bootstrap_github.go type githubFlags (line 73) | type githubFlags struct constant ghDefaultPermission (line 87) | ghDefaultPermission = "maintain" constant ghDefaultDomain (line 88) | ghDefaultDomain = "github.com" constant ghTokenEnvVar (line 89) | ghTokenEnvVar = "GITHUB_TOKEN" function init (line 94) | func init() { function bootstrapGitHubCmdRun (line 109) | func bootstrapGitHubCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/bootstrap_gitlab.go constant glDefaultPermission (line 78) | glDefaultPermission = "maintain" constant glDefaultDomain (line 79) | glDefaultDomain = "gitlab.com" constant glTokenEnvVar (line 80) | glTokenEnvVar = "GITLAB_TOKEN" constant gitlabProjectRegex (line 81) | gitlabProjectRegex = `\A[[:alnum:]\x{00A9}-\x{1f9ff}_][[:alnum:]\p{Pd}\... type gitlabFlags (line 84) | type gitlabFlags struct function NewGitlabFlags (line 99) | func NewGitlabFlags() gitlabFlags { function init (line 107) | func init() { function bootstrapGitLabCmdRun (line 125) | func bootstrapGitLabCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/build.go function init (line 29) | func init() { FILE: cmd/flux/build_artifact.go type buildArtifactFlags (line 50) | type buildArtifactFlags struct function init (line 60) | func init() { function buildArtifactCmdRun (line 68) | func buildArtifactCmdRun(cmd *cobra.Command, args []string) error { function saveReaderToFile (line 99) | func saveReaderToFile(reader io.Reader) (string, error) { FILE: cmd/flux/build_artifact_test.go function Test_saveReaderToFile (line 27) | func Test_saveReaderToFile(t *testing.T) { FILE: cmd/flux/build_kustomization.go type buildKsFlags (line 67) | type buildKsFlags struct function init (line 79) | func init() { function buildKsCmdRun (line 91) | func buildKsCmdRun(cmd *cobra.Command, args []string) (err error) { FILE: cmd/flux/build_kustomization_test.go function setup (line 30) | func setup(t *testing.T, tmpl map[string]string) { function TestBuildKustomization (line 36) | func TestBuildKustomization(t *testing.T) { function TestBuildLocalKustomization (line 107) | func TestBuildLocalKustomization(t *testing.T) { function TestBuildKustomizationPathNormalization (line 225) | func TestBuildKustomizationPathNormalization(t *testing.T) { FILE: cmd/flux/check.go type checkFlags (line 55) | type checkFlags struct function init (line 68) | func init() { function runCheckCmd (line 80) | func runCheckCmd(cmd *cobra.Command, args []string) error { function fluxCheck (line 135) | func fluxCheck() { function kubernetesCheck (line 157) | func kubernetesCheck(cfg *rest.Config, constraints []string) bool { function componentsCheck (line 196) | func componentsCheck(ctx context.Context, kubeClient client.Client) bool { function crdsCheck (line 227) | func crdsCheck(ctx context.Context, kubeClient client.Client) bool { function fluxClusterVersionCheck (line 251) | func fluxClusterVersionCheck(ctx context.Context, kubeClient client.Clie... FILE: cmd/flux/check_test.go function TestCheckPre (line 31) | func TestCheckPre(t *testing.T) { FILE: cmd/flux/cluster_info.go type fluxClusterInfo (line 42) | type fluxClusterInfo struct method distribution (line 116) | func (info fluxClusterInfo) distribution() string { function getFluxClusterInfo (line 60) | func getFluxClusterInfo(ctx context.Context, c client.Client) (fluxClust... function confirmFluxInstallOverride (line 100) | func confirmFluxInstallOverride(info fluxClusterInfo) error { function installManagedByFlux (line 124) | func installManagedByFlux(manager string) bool { FILE: cmd/flux/cluster_info_test.go function Test_getFluxClusterInfo (line 35) | func Test_getFluxClusterInfo(t *testing.T) { FILE: cmd/flux/completion.go function init (line 37) | func init() { function contextsCompletionFunc (line 41) | func contextsCompletionFunc(cmd *cobra.Command, args []string, toComplet... function resourceNamesCompletionFunc (line 58) | func resourceNamesCompletionFunc(gvk schema.GroupVersionKind) func(cmd *... function completionError (line 109) | func completionError(err error) ([]string, cobra.ShellCompDirective) { FILE: cmd/flux/completion_bash.go function init (line 42) | func init() { FILE: cmd/flux/completion_fish.go function init (line 39) | func init() { FILE: cmd/flux/completion_powershell.go function init (line 49) | func init() { FILE: cmd/flux/completion_zsh.go function init (line 53) | func init() { FILE: cmd/flux/create.go type createFlags (line 42) | type createFlags struct function init (line 50) | func init() { type upsertable (line 71) | type upsertable interface method upsert (line 88) | func (names apiType) upsert(ctx context.Context, kubeClient client.Clien... type upsertWaitable (line 108) | type upsertWaitable interface method upsertAndWait (line 116) | func (names apiType) upsertAndWait(object upsertWaitable, mutate func() ... function parseLabels (line 142) | func parseLabels() (map[string]string, error) { function validateObjectName (line 167) | func validateObjectName(name string) bool { FILE: cmd/flux/create_alert.go type alertFlags (line 50) | type alertFlags struct function init (line 58) | func init() { function createAlertCmdRun (line 65) | func createAlertCmdRun(cmd *cobra.Command, args []string) error { function upsertAlert (line 142) | func upsertAlert(ctx context.Context, kubeClient client.Client, FILE: cmd/flux/create_alertprovider.go type alertProviderFlags (line 55) | type alertProviderFlags struct function init (line 65) | func init() { function createAlertProviderCmdRun (line 74) | func createAlertProviderCmdRun(cmd *cobra.Command, args []string) error { function upsertAlertProvider (line 139) | func upsertAlertProvider(ctx context.Context, kubeClient client.Client, FILE: cmd/flux/create_helmrelease.go type helmReleaseFlags (line 129) | type helmReleaseFlags struct function init (line 154) | func init() { function createHelmReleaseCmdRun (line 174) | func createHelmReleaseCmdRun(cmd *cobra.Command, args []string) error { function upsertHelmRelease (line 372) | func upsertHelmRelease(ctx context.Context, kubeClient client.Client, function validateStrategy (line 403) | func validateStrategy(input string) bool { FILE: cmd/flux/create_helmrelease_test.go function TestCreateHelmRelease (line 24) | func TestCreateHelmRelease(t *testing.T) { function setupHRSource (line 88) | func setupHRSource(t *testing.T, tmpl map[string]string) { FILE: cmd/flux/create_image.go function init (line 31) | func init() { FILE: cmd/flux/create_image_policy.go type imagePolicyFlags (line 57) | type imagePolicyFlags struct function init (line 70) | func init() { function createImagePolicyRun (line 84) | func createImagePolicyRun(cmd *cobra.Command, args []string) error { function validateExtractStr (line 184) | func validateExtractStr(template string, capNames []string) error { function extract (line 222) | func extract(str string) (name string, num int, rest string, ok bool) { FILE: cmd/flux/create_image_repository.go type imageRepoFlags (line 64) | type imageRepoFlags struct function init (line 73) | func init() { function createImageRepositoryRun (line 85) | func createImageRepositoryRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/create_image_update.go type imageUpdateFlags (line 69) | type imageUpdateFlags struct function init (line 82) | func init() { function createImageUpdateRun (line 96) | func createImageUpdateRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/create_kustomization.go type kustomizationFlags (line 85) | type kustomizationFlags struct function init (line 104) | func init() { function NewKustomizationFlags (line 124) | func NewKustomizationFlags() kustomizationFlags { function createKsCmdRun (line 130) | func createKsCmdRun(cmd *cobra.Command, args []string) error { function upsertKustomization (line 286) | func upsertKustomization(ctx context.Context, kubeClient client.Client, FILE: cmd/flux/create_receiver.go type receiverFlags (line 51) | type receiverFlags struct function init (line 60) | func init() { function createReceiverCmdRun (line 68) | func createReceiverCmdRun(cmd *cobra.Command, args []string) error { function upsertReceiver (line 151) | func upsertReceiver(ctx context.Context, kubeClient client.Client, FILE: cmd/flux/create_secret.go function init (line 35) | func init() { function upsertSecret (line 39) | func upsertSecret(ctx context.Context, kubeClient client.Client, secret ... FILE: cmd/flux/create_secret_git.go type secretGitFlags (line 83) | type secretGitFlags struct function init (line 97) | func init() { function NewSecretGitFlags (line 111) | func NewSecretGitFlags() secretGitFlags { function createSecretGitCmdRun (line 119) | func createSecretGitCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/create_secret_git_test.go function TestCreateGitSecret (line 9) | func TestCreateGitSecret(t *testing.T) { FILE: cmd/flux/create_secret_github_app.go type secretGitHubAppFlags (line 48) | type secretGitHubAppFlags struct function init (line 58) | func init() { function createSecretGitHubAppCmdRun (line 68) | func createSecretGitHubAppCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/create_secret_githubapp_test.go function TestCreateSecretGitHubApp (line 23) | func TestCreateSecretGitHubApp(t *testing.T) { FILE: cmd/flux/create_secret_helm.go type secretHelmFlags (line 49) | type secretHelmFlags struct function init (line 57) | func init() { function createSecretHelmCmdRun (line 68) | func createSecretHelmCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/create_secret_helm_test.go function TestCreateHelmSecret (line 23) | func TestCreateHelmSecret(t *testing.T) { FILE: cmd/flux/create_secret_notation.go type secretNotationFlags (line 53) | type secretNotationFlags struct function init (line 60) | func init() { function createSecretNotationCmdRun (line 67) | func createSecretNotationCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/create_secret_notation_test.go constant trustPolicy (line 27) | trustPolicy = "./testdata/create_secret/notation/test-trust-polic... constant invalidTrustPolicy (line 28) | invalidTrustPolicy = "./testdata/create_secret/notation/invalid-trust-po... constant invalidJson (line 29) | invalidJson = "./testdata/create_secret/notation/invalid.json" constant testCertFolder (line 30) | testCertFolder = "./testdata/create_secret/notation" function TestCreateNotationSecret (line 33) | func TestCreateNotationSecret(t *testing.T) { FILE: cmd/flux/create_secret_oci.go type secretOCIFlags (line 48) | type secretOCIFlags struct function init (line 56) | func init() { function createSecretOCICmdRun (line 64) | func createSecretOCICmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/create_secret_oci_test.go function TestCreateSecretOCI (line 23) | func TestCreateSecretOCI(t *testing.T) { FILE: cmd/flux/create_secret_proxy.go type secretProxyFlags (line 50) | type secretProxyFlags struct function init (line 58) | func init() { function createSecretProxyCmdRun (line 66) | func createSecretProxyCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/create_secret_proxy_test.go function TestCreateProxySecret (line 23) | func TestCreateProxySecret(t *testing.T) { FILE: cmd/flux/create_secret_tls.go type secretTLSFlags (line 50) | type secretTLSFlags struct function init (line 58) | func init() { function createSecretTLSCmdRun (line 66) | func createSecretTLSCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/create_secret_tls_test.go function TestCreateTlsSecret (line 7) | func TestCreateTlsSecret(t *testing.T) { FILE: cmd/flux/create_source.go type createSourceFlags (line 31) | type createSourceFlags struct function init (line 37) | func init() { FILE: cmd/flux/create_source_bucket.go type sourceBucketFlags (line 64) | type sourceBucketFlags struct function init (line 79) | func init() { function newSourceBucketFlags (line 94) | func newSourceBucketFlags() sourceBucketFlags { function createSourceBucketCmdRun (line 100) | func createSourceBucketCmdRun(cmd *cobra.Command, args []string) error { function upsertBucket (line 220) | func upsertBucket(ctx context.Context, kubeClient client.Client, FILE: cmd/flux/create_source_chart.go type sourceChartFlags (line 68) | type sourceChartFlags struct function init (line 81) | func init() { function createSourceChartCmdRun (line 94) | func createSourceChartCmdRun(cmd *cobra.Command, args []string) error { function upsertHelmChart (line 188) | func upsertHelmChart(ctx context.Context, kubeClient client.Client, FILE: cmd/flux/create_source_chart_test.go function TestCreateSourceChart (line 24) | func TestCreateSourceChart(t *testing.T) { function setupSourceChart (line 88) | func setupSourceChart(t *testing.T, tmpl map[string]string) { FILE: cmd/flux/create_source_git.go type sourceGitFlags (line 46) | type sourceGitFlags struct function init (line 137) | func init() { function newSourceGitFlags (line 163) | func newSourceGitFlags() sourceGitFlags { function createSourceGitCmdRun (line 171) | func createSourceGitCmdRun(cmd *cobra.Command, args []string) error { function upsertGitRepository (line 357) | func upsertGitRepository(ctx context.Context, kubeClient client.Client, FILE: cmd/flux/create_source_git_test.go type reconcileFunc (line 42) | type reconcileFunc type reconciler (line 49) | type reconciler struct method run (line 57) | func (r *reconciler) run(t *testing.T) { method conditionFunc (line 76) | func (r *reconciler) conditionFunc() (bool, error) { function TestCreateSourceGitExport (line 89) | func TestCreateSourceGitExport(t *testing.T) { function TestCreateSourceGit (line 179) | func TestCreateSourceGit(t *testing.T) { FILE: cmd/flux/create_source_helm.go type sourceHelmFlags (line 77) | type sourceHelmFlags struct function init (line 91) | func init() { function createSourceHelmCmdRun (line 105) | func createSourceHelmCmdRun(cmd *cobra.Command, args []string) error { function upsertHelmRepository (line 249) | func upsertHelmRepository(ctx context.Context, kubeClient client.Client, FILE: cmd/flux/create_source_helm_test.go function TestCreateSourceHelm (line 26) | func TestCreateSourceHelm(t *testing.T) { FILE: cmd/flux/create_source_oci.go type sourceOCIRepositoryFlags (line 60) | type sourceOCIRepositoryFlags struct function newSourceOCIFlags (line 80) | func newSourceOCIFlags() sourceOCIRepositoryFlags { function init (line 86) | func init() { function createSourceOCIRepositoryCmdRun (line 106) | func createSourceOCIRepositoryCmdRun(cmd *cobra.Command, args []string) ... function upsertOCIRepository (line 237) | func upsertOCIRepository(ctx context.Context, kubeClient client.Client, FILE: cmd/flux/create_source_oci_test.go function TestCreateSourceOCI (line 23) | func TestCreateSourceOCI(t *testing.T) { FILE: cmd/flux/create_tenant.go constant tenantLabel (line 57) | tenantLabel = "toolkit.fluxcd.io/tenant" type tenantFlags (line 60) | type tenantFlags struct function init (line 69) | func init() { function createTenantCmdRun (line 77) | func createTenantCmdRun(cmd *cobra.Command, args []string) error { function upsertNamespace (line 200) | func upsertNamespace(ctx context.Context, kubeClient client.Client, name... function upsertServiceAccount (line 229) | func upsertServiceAccount(ctx context.Context, kubeClient client.Client,... function upsertRoleBinding (line 258) | func upsertRoleBinding(ctx context.Context, kubeClient client.Client, ro... function exportTenant (line 291) | func exportTenant(namespace corev1.Namespace, account corev1.ServiceAcco... FILE: cmd/flux/create_tenant_test.go function TestCreateTenant (line 26) | func TestCreateTenant(t *testing.T) { FILE: cmd/flux/create_test.go function Test_validateObjectName (line 9) | func Test_validateObjectName(t *testing.T) { FILE: cmd/flux/debug.go function init (line 29) | func init() { FILE: cmd/flux/debug_helmrelease.go type debugHelmReleaseFlags (line 52) | type debugHelmReleaseFlags struct function init (line 60) | func init() { function debugHelmReleaseCmdRun (line 67) | func debugHelmReleaseCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/debug_helmrelease_test.go function TestDebugHelmRelease (line 26) | func TestDebugHelmRelease(t *testing.T) { FILE: cmd/flux/debug_kustomization.go type debugKustomizationFlags (line 57) | type debugKustomizationFlags struct function init (line 65) | func init() { function debugKustomizationCmdRun (line 72) | func debugKustomizationCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/debug_kustomization_test.go function TestDebugKustomization (line 26) | func TestDebugKustomization(t *testing.T) { FILE: cmd/flux/delete.go type deleteFlags (line 36) | type deleteFlags struct function init (line 42) | func init() { type deleteCommand (line 49) | type deleteCommand struct method run (line 54) | func (del deleteCommand) run(cmd *cobra.Command, args []string) error { FILE: cmd/flux/delete_alert.go function init (line 38) | func init() { FILE: cmd/flux/delete_alertprovider.go function init (line 38) | func init() { FILE: cmd/flux/delete_helmrelease.go function init (line 39) | func init() { FILE: cmd/flux/delete_image.go function init (line 29) | func init() { FILE: cmd/flux/delete_image_policy.go function init (line 38) | func init() { FILE: cmd/flux/delete_image_repository.go function init (line 38) | func init() { FILE: cmd/flux/delete_image_update.go function init (line 38) | func init() { FILE: cmd/flux/delete_kustomization.go function init (line 39) | func init() { FILE: cmd/flux/delete_receiver.go function init (line 38) | func init() { FILE: cmd/flux/delete_source.go function init (line 29) | func init() { FILE: cmd/flux/delete_source_bucket.go function init (line 38) | func init() { FILE: cmd/flux/delete_source_chart.go function init (line 38) | func init() { FILE: cmd/flux/delete_source_git.go function init (line 38) | func init() { FILE: cmd/flux/delete_source_helm.go function init (line 38) | func init() { FILE: cmd/flux/delete_source_oci.go function init (line 38) | func init() { FILE: cmd/flux/diff.go function init (line 29) | func init() { FILE: cmd/flux/diff_artifact.go type diffArtifactFlags (line 41) | type diffArtifactFlags struct function newDiffArtifactArgs (line 51) | func newDiffArtifactArgs() diffArtifactFlags { function init (line 57) | func init() { function diffArtifactCmdRun (line 66) | func diffArtifactCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/diff_artifact_test.go function setupRegistryServer (line 38) | func setupRegistryServer(ctx context.Context) error { function TestDiffArtifact (line 61) | func TestDiffArtifact(t *testing.T) { FILE: cmd/flux/diff_kustomization.go type diffKsFlags (line 57) | type diffKsFlags struct function init (line 69) | func init() { function diffKsCmdRun (line 81) | func diffKsCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/diff_kustomization_test.go function TestDiffKustomization (line 34) | func TestDiffKustomization(t *testing.T) { function createObjectFromFile (line 141) | func createObjectFromFile(objectFile string, templateValues map[string]s... FILE: cmd/flux/docgen.go constant fmTemplate (line 29) | fmTemplate = `--- function init (line 45) | func init() { function docgenCmdRun (line 51) | func docgenCmdRun(cmd *cobra.Command, args []string) error { function frontmatterPrepender (line 59) | func frontmatterPrepender(filename string) string { function linkHandler (line 66) | func linkHandler(name string) string { FILE: cmd/flux/envsubst.go type envsubstFlags (line 44) | type envsubstFlags struct function init (line 50) | func init() { function runEnvsubstCmd (line 56) | func runEnvsubstCmd(cmd *cobra.Command, args []string) error { FILE: cmd/flux/envsubst_test.go function TestEnvsubst (line 27) | func TestEnvsubst(t *testing.T) { function TestEnvsubst_Strinct (line 42) | func TestEnvsubst_Strinct(t *testing.T) { FILE: cmd/flux/events.go type eventFlags (line 76) | type eventFlags struct function init (line 85) | func init() { function eventsCmdRun (line 96) | func eventsCmdRun(cmd *cobra.Command, args []string) error { function getRows (line 172) | func getRows(ctx context.Context, kubeclient client.Client, clientListOp... function addEventsToList (line 197) | func addEventsToList(ctx context.Context, kubeclient client.Client, el *... function getListOpt (line 216) | func getListOpt(kind, name string) client.ListOption { function eventsCmdWatchRun (line 229) | func eventsCmdWatchRun(ctx context.Context, kubeclient client.WithWatch,... function receiveEventChan (line 275) | func receiveEventChan(ctx context.Context, eventWatch watch.Interface, f... function getHeaders (line 293) | func getHeaders(showNs bool) []string { function getEventRow (line 302) | func getEventRow(e corev1.Event, showNs bool) []string { function getObjectRef (line 315) | func getObjectRef(ctx context.Context, kubeclient client.Client, ref ref... type refMap (line 380) | type refMap method getRefInfo (line 382) | func (r refMap) getRefInfo(kind string) (refInfo, error) { method hasKind (line 391) | func (r refMap) hasKind(kind string) bool { function validateEventTypes (line 399) | func validateEventTypes(eventTypes []string) error { type refInfo (line 409) | type refInfo struct function ignoreEvent (line 464) | func ignoreEvent(e corev1.Event) bool { function getKindNameFromSelector (line 479) | func getKindNameFromSelector(selector string) (string, string) { type SortableEvents (line 494) | type SortableEvents method Len (line 496) | func (list SortableEvents) Len() int { method Swap (line 500) | func (list SortableEvents) Swap(i, j int) { method Less (line 516) | func (list SortableEvents) Less(i, j int) bool { function eventTime (line 506) | func eventTime(event corev1.Event) time.Time { function getLastSeen (line 520) | func getLastSeen(e corev1.Event) string { function translateMicroTimestampSince (line 539) | func translateMicroTimestampSince(timestamp metav1.MicroTime) string { function translateTimestampSince (line 549) | func translateTimestampSince(timestamp metav1.Time) string { FILE: cmd/flux/events_test.go function Test_getObjectRef (line 163) | func Test_getObjectRef(t *testing.T) { function Test_getRows (line 247) | func Test_getRows(t *testing.T) { function getTestListOpt (line 396) | func getTestListOpt(kind, name string) client.ListOption { function createEvent (line 406) | func createEvent(obj client.Object, eventType, msg, reason string) corev... type paginatedClient (line 427) | type paginatedClient struct method List (line 432) | func (c *paginatedClient) List(ctx context.Context, list client.Object... function Test_addEventsToList_pagination (line 493) | func Test_addEventsToList_pagination(t *testing.T) { function kindNameIndexer (line 526) | func kindNameIndexer(obj client.Object) []string { function kindIndexer (line 535) | func kindIndexer(obj client.Object) []string { FILE: cmd/flux/export.go type exportFlags (line 38) | type exportFlags struct function init (line 44) | func init() { type exportable (line 52) | type exportable interface type exportableList (line 59) | type exportableList interface type exportCommand (line 64) | type exportCommand struct method run (line 69) | func (export exportCommand) run(cmd *cobra.Command, args []string) err... function printExport (line 112) | func printExport(export any) error { function resourceToString (line 122) | func resourceToString(data []byte) string { FILE: cmd/flux/export_alert.go function init (line 42) | func init() { function exportAlert (line 46) | func exportAlert(alert *notificationv1.Alert) interface{} { method export (line 65) | func (ex alertAdapter) export() interface{} { method exportItem (line 69) | func (ex alertListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_alertprovider.go function init (line 42) | func init() { function exportAlertProvider (line 46) | func exportAlertProvider(alertProvider *notificationv1.Provider) interfa... method export (line 64) | func (ex alertProviderAdapter) export() interface{} { method exportItem (line 68) | func (ex alertProviderListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_artifact.go function init (line 29) | func init() { FILE: cmd/flux/export_artifact_generator.go function init (line 42) | func init() { function exportArtifactGenerator (line 48) | func exportArtifactGenerator(item *swapi.ArtifactGenerator) interface{} { method export (line 66) | func (ex artifactGeneratorAdapter) export() interface{} { method exportItem (line 70) | func (ex artifactGeneratorListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_helmrelease.go function init (line 43) | func init() { function exportHelmRelease (line 47) | func exportHelmRelease(helmRelease *helmv2.HelmRelease) interface{} { method export (line 65) | func (ex helmReleaseAdapter) export() interface{} { method exportItem (line 69) | func (ex helmReleaseListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_image.go function init (line 29) | func init() { FILE: cmd/flux/export_image_policy.go function init (line 42) | func init() { function exportImagePolicy (line 48) | func exportImagePolicy(item *imagev1.ImagePolicy) interface{} { method export (line 66) | func (ex imagePolicyAdapter) export() interface{} { method exportItem (line 70) | func (ex imagePolicyListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_image_repository.go function init (line 42) | func init() { function exportImageRepository (line 46) | func exportImageRepository(repo *imagev1.ImageRepository) interface{} { method export (line 64) | func (ex imageRepositoryAdapter) export() interface{} { method exportItem (line 68) | func (ex imageRepositoryListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_image_update.go function init (line 42) | func init() { function exportImageUpdate (line 48) | func exportImageUpdate(item *autov1.ImageUpdateAutomation) interface{} { method export (line 66) | func (ex imageUpdateAutomationAdapter) export() interface{} { method exportItem (line 70) | func (ex imageUpdateAutomationListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_kustomization.go function init (line 43) | func init() { function exportKs (line 47) | func exportKs(kustomization *kustomizev1.Kustomization) interface{} { method export (line 66) | func (ex kustomizationAdapter) export() interface{} { method exportItem (line 70) | func (ex kustomizationListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_receiver.go function init (line 42) | func init() { function exportReceiver (line 46) | func exportReceiver(receiver *notificationv1.Receiver) interface{} { method export (line 65) | func (ex receiverAdapter) export() interface{} { method exportItem (line 69) | func (ex receiverListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_secret.go type exportableWithSecret (line 34) | type exportableWithSecret interface type exportableWithSecretList (line 42) | type exportableWithSecretList interface type exportWithSecretCommand (line 48) | type exportWithSecretCommand struct method run (line 53) | func (export exportWithSecretCommand) run(cmd *cobra.Command, args []s... function printSecretCredentials (line 114) | func printSecretCredentials(ctx context.Context, kubeClient client.Clien... FILE: cmd/flux/export_source.go function init (line 33) | func init() { FILE: cmd/flux/export_source_bucket.go function init (line 43) | func init() { function exportBucket (line 47) | func exportBucket(source *sourcev1.Bucket) interface{} { function getBucketSecret (line 65) | func getBucketSecret(source *sourcev1.Bucket) *types.NamespacedName { method secret (line 78) | func (ex bucketAdapter) secret() *types.NamespacedName { method secretItem (line 82) | func (ex bucketListAdapter) secretItem(i int) *types.NamespacedName { method export (line 86) | func (ex bucketAdapter) export() interface{} { method exportItem (line 90) | func (ex bucketListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_source_chart.go function init (line 39) | func init() { function exportHelmChart (line 43) | func exportHelmChart(source *sourcev1.HelmChart) interface{} { method export (line 61) | func (ex helmChartAdapter) export() interface{} { method exportItem (line 65) | func (ex helmChartListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_source_external.go function init (line 43) | func init() { function exportExternalArtifact (line 47) | func exportExternalArtifact(source *sourcev1.ExternalArtifact) any { function getExternalArtifactSecret (line 65) | func getExternalArtifactSecret(source *sourcev1.ExternalArtifact) *types... method secret (line 70) | func (ex externalArtifactAdapter) secret() *types.NamespacedName { method secretItem (line 74) | func (ex externalArtifactListAdapter) secretItem(i int) *types.Namespace... method export (line 78) | func (ex externalArtifactAdapter) export() any { method exportItem (line 82) | func (ex externalArtifactListAdapter) exportItem(i int) any { FILE: cmd/flux/export_source_git.go function init (line 43) | func init() { function exportGit (line 47) | func exportGit(source *sourcev1.GitRepository) interface{} { function getGitSecret (line 66) | func getGitSecret(source *sourcev1.GitRepository) *types.NamespacedName { method secret (line 78) | func (ex gitRepositoryAdapter) secret() *types.NamespacedName { method secretItem (line 82) | func (ex gitRepositoryListAdapter) secretItem(i int) *types.NamespacedNa... method export (line 86) | func (ex gitRepositoryAdapter) export() interface{} { method exportItem (line 90) | func (ex gitRepositoryListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_source_helm.go function init (line 43) | func init() { function exportHelmRepository (line 47) | func exportHelmRepository(source *sourcev1.HelmRepository) interface{} { function getHelmSecret (line 65) | func getHelmSecret(source *sourcev1.HelmRepository) *types.NamespacedName { method secret (line 76) | func (ex helmRepositoryAdapter) secret() *types.NamespacedName { method secretItem (line 80) | func (ex helmRepositoryListAdapter) secretItem(i int) *types.NamespacedN... method export (line 84) | func (ex helmRepositoryAdapter) export() interface{} { method exportItem (line 88) | func (ex helmRepositoryListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_source_oci.go function init (line 43) | func init() { function exportOCIRepository (line 47) | func exportOCIRepository(source *sourcev1.OCIRepository) interface{} { function getOCIRepositorySecret (line 65) | func getOCIRepositorySecret(source *sourcev1.OCIRepository) *types.Names... method secret (line 78) | func (ex ociRepositoryAdapter) secret() *types.NamespacedName { method secretItem (line 82) | func (ex ociRepositoryListAdapter) secretItem(i int) *types.NamespacedNa... method export (line 86) | func (ex ociRepositoryAdapter) export() interface{} { method exportItem (line 90) | func (ex ociRepositoryListAdapter) exportItem(i int) interface{} { FILE: cmd/flux/export_test.go function TestExport (line 26) | func TestExport(t *testing.T) { FILE: cmd/flux/get.go type deriveType (line 39) | type deriveType type typeMap (line 41) | type typeMap method registerCommand (line 43) | func (m typeMap) registerCommand(t string, f deriveType) error { method execute (line 51) | func (m typeMap) execute(t string, obj runtime.Object) (summarisable, ... type GetFlags (line 65) | type GetFlags struct function init (line 75) | func init() { type summarisable (line 87) | type summarisable interface function statusAndMessage (line 96) | func statusAndMessage(conditions []metav1.Condition) (string, string) { function statusMatches (line 103) | func statusMatches(conditionType, conditionStatus string, conditions []m... function nameColumns (line 117) | func nameColumns(item named, includeNamespace bool, includeKind bool) []... type getCommand (line 132) | type getCommand struct method run (line 138) | func (get getCommand) run(cmd *cobra.Command, args []string) error { method watch (line 253) | func (get *getCommand) watch(ctx context.Context, kubeClient client.Wi... function namespaceNameOrAny (line 223) | func namespaceNameOrAny(allNamespaces bool, namespaceName string) string { function getRowsToPrint (line 230) | func getRowsToPrint(getAll bool, list summarisable) ([][]string, error) { function watchUntil (line 267) | func watchUntil(ctx context.Context, w watch.Interface, get *getCommand)... function validateWatchOption (line 303) | func validateWatchOption(cmd *cobra.Command, toMatch string) error { FILE: cmd/flux/get_alert.go function init (line 75) | func init() { method summariseItem (line 79) | func (s alertListAdapter) summariseItem(i int, includeNamespace bool, in... method headers (line 86) | func (s alertListAdapter) headers(includeNamespace bool) []string { method statusSelectorMatches (line 94) | func (s alertListAdapter) statusSelectorMatches(i int, conditionType, co... FILE: cmd/flux/get_alertprovider.go function init (line 72) | func init() { method summariseItem (line 76) | func (s alertProviderListAdapter) summariseItem(i int, includeNamespace ... method headers (line 82) | func (s alertProviderListAdapter) headers(includeNamespace bool) []string { method statusSelectorMatches (line 90) | func (s alertProviderListAdapter) statusSelectorMatches(i int, condition... FILE: cmd/flux/get_all.go function logError (line 88) | func logError(err error) { function init (line 94) | func init() { FILE: cmd/flux/get_artifact.go function init (line 30) | func init() { FILE: cmd/flux/get_artifact_generator.go function init (line 71) | func init() { method summariseItem (line 75) | func (s artifactGeneratorListAdapter) summariseItem(i int, includeNamesp... method headers (line 82) | func (s artifactGeneratorListAdapter) headers(includeNamespace bool) []s... method statusSelectorMatches (line 90) | func (s artifactGeneratorListAdapter) statusSelectorMatches(i int, condi... FILE: cmd/flux/get_helmrelease.go function init (line 71) | func init() { function getHelmReleaseRevision (line 75) | func getHelmReleaseRevision(helmRelease helmv2.HelmRelease) string { method summariseItem (line 82) | func (a helmReleaseListAdapter) summariseItem(i int, includeNamespace bo... method headers (line 90) | func (a helmReleaseListAdapter) headers(includeNamespace bool) []string { method statusSelectorMatches (line 98) | func (a helmReleaseListAdapter) statusSelectorMatches(i int, conditionTy... FILE: cmd/flux/get_image.go function init (line 30) | func init() { FILE: cmd/flux/get_image_all.go function init (line 66) | func init() { FILE: cmd/flux/get_image_policy.go function init (line 70) | func init() { method summariseItem (line 74) | func (s imagePolicyListAdapter) summariseItem(i int, includeNamespace bo... method headers (line 85) | func (s imagePolicyListAdapter) headers(includeNamespace bool) []string { method statusSelectorMatches (line 93) | func (s imagePolicyListAdapter) statusSelectorMatches(i int, conditionTy... FILE: cmd/flux/get_image_repository.go function init (line 74) | func init() { method summariseItem (line 78) | func (s imageRepositoryListAdapter) summariseItem(i int, includeNamespac... method headers (line 89) | func (s imageRepositoryListAdapter) headers(includeNamespace bool) []str... method statusSelectorMatches (line 97) | func (s imageRepositoryListAdapter) statusSelectorMatches(i int, conditi... FILE: cmd/flux/get_image_update.go function init (line 74) | func init() { method summariseItem (line 78) | func (s imageUpdateAutomationListAdapter) summariseItem(i int, includeNa... method headers (line 89) | func (s imageUpdateAutomationListAdapter) headers(includeNamespace bool)... method statusSelectorMatches (line 97) | func (s imageUpdateAutomationListAdapter) statusSelectorMatches(i int, c... FILE: cmd/flux/get_kustomization.go function init (line 76) | func init() { method summariseItem (line 80) | func (a kustomizationListAdapter) summariseItem(i int, includeNamespace ... method headers (line 90) | func (a kustomizationListAdapter) headers(includeNamespace bool) []string { method statusSelectorMatches (line 98) | func (a kustomizationListAdapter) statusSelectorMatches(i int, condition... FILE: cmd/flux/get_receiver.go function init (line 71) | func init() { method summariseItem (line 75) | func (s receiverListAdapter) summariseItem(i int, includeNamespace bool,... method headers (line 82) | func (s receiverListAdapter) headers(includeNamespace bool) []string { method statusSelectorMatches (line 90) | func (s receiverListAdapter) statusSelectorMatches(i int, conditionType,... FILE: cmd/flux/get_source.go function init (line 30) | func init() { FILE: cmd/flux/get_source_all.go function init (line 80) | func init() { FILE: cmd/flux/get_source_bucket.go function init (line 75) | func init() { method summariseItem (line 79) | func (a *bucketListAdapter) summariseItem(i int, includeNamespace bool, ... method headers (line 92) | func (a bucketListAdapter) headers(includeNamespace bool) []string { method statusSelectorMatches (line 100) | func (a bucketListAdapter) statusSelectorMatches(i int, conditionType, c... FILE: cmd/flux/get_source_chart.go function init (line 75) | func init() { method summariseItem (line 79) | func (a *helmChartListAdapter) summariseItem(i int, includeNamespace boo... method headers (line 93) | func (a helmChartListAdapter) headers(includeNamespace bool) []string { method statusSelectorMatches (line 101) | func (a helmChartListAdapter) statusSelectorMatches(i int, conditionType... FILE: cmd/flux/get_source_external.go function init (line 72) | func init() { method summariseItem (line 76) | func (a *externalArtifactListAdapter) summariseItem(i int, includeNamesp... method headers (line 97) | func (a externalArtifactListAdapter) headers(includeNamespace bool) []st... method statusSelectorMatches (line 105) | func (a externalArtifactListAdapter) statusSelectorMatches(i int, condit... FILE: cmd/flux/get_source_git.go function init (line 75) | func init() { method summariseItem (line 79) | func (a *gitRepositoryListAdapter) summariseItem(i int, includeNamespace... method headers (line 92) | func (a gitRepositoryListAdapter) headers(includeNamespace bool) []string { method statusSelectorMatches (line 100) | func (a gitRepositoryListAdapter) statusSelectorMatches(i int, condition... FILE: cmd/flux/get_source_helm.go function init (line 76) | func init() { method summariseItem (line 80) | func (a *helmRepositoryListAdapter) summariseItem(i int, includeNamespac... method headers (line 98) | func (a helmRepositoryListAdapter) headers(includeNamespace bool) []stri... method statusSelectorMatches (line 106) | func (a helmRepositoryListAdapter) statusSelectorMatches(i int, conditio... FILE: cmd/flux/get_source_oci.go function init (line 75) | func init() { method summariseItem (line 79) | func (a *ociRepositoryListAdapter) summariseItem(i int, includeNamespace... method headers (line 92) | func (a ociRepositoryListAdapter) headers(includeNamespace bool) []string { method statusSelectorMatches (line 100) | func (a ociRepositoryListAdapter) statusSelectorMatches(i int, condition... FILE: cmd/flux/get_test.go function Test_GetCmd (line 27) | func Test_GetCmd(t *testing.T) { function Test_GetCmdErrors (line 66) | func Test_GetCmdErrors(t *testing.T) { function Test_GetCmdSuccess (line 100) | func Test_GetCmdSuccess(t *testing.T) { FILE: cmd/flux/helmrelease.go type helmReleaseAdapter (line 33) | type helmReleaseAdapter struct method asClientObject (line 37) | func (h helmReleaseAdapter) asClientObject() client.Object { method deepCopyClientObject (line 41) | func (h helmReleaseAdapter) deepCopyClientObject() client.Object { type helmReleaseListAdapter (line 47) | type helmReleaseListAdapter struct method asClientList (line 51) | func (h helmReleaseListAdapter) asClientList() client.ObjectList { method len (line 55) | func (h helmReleaseListAdapter) len() int { FILE: cmd/flux/helmrelease_test.go function TestHelmReleaseFromGit (line 24) | func TestHelmReleaseFromGit(t *testing.T) { FILE: cmd/flux/image.go type imageRepositoryAdapter (line 40) | type imageRepositoryAdapter struct method asClientObject (line 44) | func (a imageRepositoryAdapter) asClientObject() client.Object { method deepCopyClientObject (line 48) | func (a imageRepositoryAdapter) deepCopyClientObject() client.Object { type imageRepositoryListAdapter (line 54) | type imageRepositoryListAdapter struct method asClientList (line 58) | func (a imageRepositoryListAdapter) asClientList() client.ObjectList { method len (line 62) | func (a imageRepositoryListAdapter) len() int { type imagePolicyAdapter (line 74) | type imagePolicyAdapter struct method asClientObject (line 78) | func (a imagePolicyAdapter) asClientObject() client.Object { method deepCopyClientObject (line 82) | func (a imagePolicyAdapter) deepCopyClientObject() client.Object { method isStatic (line 86) | func (a imagePolicyAdapter) isStatic() bool { method lastHandledReconcileRequest (line 90) | func (a imagePolicyAdapter) lastHandledReconcileRequest() string { method isSuspended (line 94) | func (a imagePolicyAdapter) isSuspended() bool { method setSuspended (line 98) | func (a imagePolicyAdapter) setSuspended() { method successMessage (line 102) | func (a imagePolicyAdapter) successMessage() string { method setUnsuspended (line 106) | func (a imagePolicyAdapter) setUnsuspended() { method getObservedGeneration (line 128) | func (obj imagePolicyAdapter) getObservedGeneration() int64 { type imagePolicyListAdapter (line 112) | type imagePolicyListAdapter struct method asClientList (line 116) | func (a imagePolicyListAdapter) asClientList() client.ObjectList { method len (line 120) | func (a imagePolicyListAdapter) len() int { method resumeItem (line 124) | func (a imagePolicyListAdapter) resumeItem(i int) resumable { method item (line 132) | func (a imagePolicyListAdapter) item(i int) suspendable { type imageUpdateAutomationAdapter (line 144) | type imageUpdateAutomationAdapter struct method asClientObject (line 148) | func (a imageUpdateAutomationAdapter) asClientObject() client.Object { method deepCopyClientObject (line 152) | func (a imageUpdateAutomationAdapter) deepCopyClientObject() client.Ob... type imageUpdateAutomationListAdapter (line 158) | type imageUpdateAutomationListAdapter struct method asClientList (line 162) | func (a imageUpdateAutomationListAdapter) asClientList() client.Object... method len (line 166) | func (a imageUpdateAutomationListAdapter) len() int { FILE: cmd/flux/image_test.go function TestImageScanning (line 24) | func TestImageScanning(t *testing.T) { FILE: cmd/flux/install.go type installFlags (line 67) | type installFlags struct function init (line 88) | func init() { function newInstallFlags (line 118) | func newInstallFlags() installFlags { function installCmdRun (line 129) | func installCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/install_test.go function TestInstall (line 31) | func TestInstall(t *testing.T) { function TestInstall_ComponentsExtra (line 73) | func TestInstall_ComponentsExtra(t *testing.T) { FILE: cmd/flux/kustomization.go type kustomizationAdapter (line 33) | type kustomizationAdapter struct method asClientObject (line 37) | func (a kustomizationAdapter) asClientObject() client.Object { method deepCopyClientObject (line 41) | func (a kustomizationAdapter) deepCopyClientObject() client.Object { type kustomizationListAdapter (line 47) | type kustomizationListAdapter struct method asClientList (line 51) | func (a kustomizationListAdapter) asClientList() client.ObjectList { method len (line 55) | func (a kustomizationListAdapter) len() int { FILE: cmd/flux/kustomization_test.go function TestKustomizationFromGit (line 24) | func TestKustomizationFromGit(t *testing.T) { FILE: cmd/flux/list.go function init (line 29) | func init() { FILE: cmd/flux/list_artifact.go type listArtifactFlags (line 33) | type listArtifactFlags struct function newListArtifactFlags (line 43) | func newListArtifactFlags() listArtifactFlags { function init (line 60) | func init() { function listArtifactsCmdRun (line 70) | func listArtifactsCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/log.go type stderrLogger (line 24) | type stderrLogger struct method Actionf (line 28) | func (l stderrLogger) Actionf(format string, a ...interface{}) { method Generatef (line 32) | func (l stderrLogger) Generatef(format string, a ...interface{}) { method Waitingf (line 36) | func (l stderrLogger) Waitingf(format string, a ...interface{}) { method Successf (line 40) | func (l stderrLogger) Successf(format string, a ...interface{}) { method Warningf (line 44) | func (l stderrLogger) Warningf(format string, a ...interface{}) { method Failuref (line 48) | func (l stderrLogger) Failuref(format string, a ...interface{}) { FILE: cmd/flux/logs.go type logsFlags (line 68) | type logsFlags struct constant controllerContainer (line 84) | controllerContainer = "manager" function init (line 86) | func init() { function logsCmdRun (line 99) | func logsCmdRun(cmd *cobra.Command, args []string) error { function getPods (line 170) | func getPods(ctx context.Context, c *kubernetes.Clientset, ns string, la... function parallelPodLogs (line 210) | func parallelPodLogs(ctx context.Context, requests []rest.ResponseWrappe... function asyncCopy (line 242) | func asyncCopy(dst io.Writer, src io.Reader) <-chan error { function podLogs (line 252) | func podLogs(ctx context.Context, requests []rest.ResponseWrapper) error { function createLabelStringFromMap (line 265) | func createLabelStringFromMap(m map[string]string) string { function logRequest (line 275) | func logRequest(ctx context.Context, request rest.ResponseWrapper, w io.... function filterPrintLog (line 308) | func filterPrintLog(t *template.Template, l *ControllerLogEntry, w io.Wr... type ControllerLogEntry (line 320) | type ControllerLogEntry struct FILE: cmd/flux/logs_e2e_test.go function TestLogsNoArgs (line 26) | func TestLogsNoArgs(t *testing.T) { function TestLogsWrongNamespace (line 34) | func TestLogsWrongNamespace(t *testing.T) { function TestLogsAllNamespaces (line 42) | func TestLogsAllNamespaces(t *testing.T) { function TestLogsSince (line 50) | func TestLogsSince(t *testing.T) { function TestLogsSinceInvalid (line 58) | func TestLogsSinceInvalid(t *testing.T) { function TestLogsSinceTime (line 66) | func TestLogsSinceTime(t *testing.T) { function TestLogsSinceTimeInvalid (line 74) | func TestLogsSinceTimeInvalid(t *testing.T) { function TestLogsSinceOnlyOneAllowed (line 82) | func TestLogsSinceOnlyOneAllowed(t *testing.T) { FILE: cmd/flux/logs_unit_test.go function TestLogRequest (line 33) | func TestLogRequest(t *testing.T) { type testResponseMapper (line 125) | type testResponseMapper struct method DoRaw (line 128) | func (t *testResponseMapper) DoRaw(_ context.Context) ([]byte, error) { method Stream (line 132) | func (t *testResponseMapper) Stream(_ context.Context) (io.ReadCloser,... FILE: cmd/flux/main.go type rootFlags (line 118) | type rootFlags struct type RequestError (line 126) | type RequestError struct method Error (line 131) | func (r *RequestError) Error() string { function init (line 139) | func init() { function NewRootFlags (line 169) | func NewRootFlags() rootFlags { function main (line 178) | func main() { function configureDefaultNamespace (line 206) | func configureDefaultNamespace() { function readPasswordFromStdin (line 225) | func readPasswordFromStdin(prompt string) (string, error) { function withPreviewNote (line 246) | func withPreviewNote(desc string) string { function printlnStdout (line 254) | func printlnStdout(txt string) { FILE: cmd/flux/main_e2e_test.go function TestMain (line 34) | func TestMain(m *testing.M) { function execSetupTestNamespace (line 73) | func execSetupTestNamespace(namespace string) (func(), error) { FILE: cmd/flux/main_test.go function allocateNamespace (line 53) | func allocateNamespace(prefix string) string { function readYamlObjects (line 58) | func readYamlObjects(rdr io.Reader) ([]*unstructured.Unstructured, error) { type testEnvKubeManager (line 80) | type testEnvKubeManager struct method CreateObjectFile (line 86) | func (m *testEnvKubeManager) CreateObjectFile(objectFile string, templ... method CreateObjects (line 105) | func (m *testEnvKubeManager) CreateObjects(clientObjects []*unstructur... method DeleteObjectFile (line 125) | func (m *testEnvKubeManager) DeleteObjectFile(objectFile string, templ... method DeleteObjects (line 144) | func (m *testEnvKubeManager) DeleteObjects(clientObjects []*unstructur... method Stop (line 155) | func (m *testEnvKubeManager) Stop() error { function NewTestEnvKubeManager (line 162) | func NewTestEnvKubeManager(testClusterMode TestClusterMode) (*testEnvKub... type assertFunc (line 238) | type assertFunc function assert (line 241) | func assert(fns ...assertFunc) assertFunc { function assertSuccess (line 253) | func assertSuccess() assertFunc { function assertError (line 263) | func assertError(expected string) assertFunc { function assertGoldenValue (line 276) | func assertGoldenValue(expected string) assertFunc { function assertGoldenFile (line 289) | func assertGoldenFile(goldenFile string) assertFunc { function assertGoldenTemplateFile (line 295) | func assertGoldenTemplateFile(goldenFile string, templateValues map[stri... type TestClusterMode (line 331) | type TestClusterMode constant TestEnvClusterMode (line 334) | TestEnvClusterMode = TestClusterMode(iota + 1) constant ExistingClusterMode (line 335) | ExistingClusterMode type cmdTestCase (line 340) | type cmdTestCase struct method runTestCmd (line 348) | func (cmd *cmdTestCase) runTestCmd(t *testing.T) { function executeTemplate (line 360) | func executeTemplate(content string, templateValues map[string]string) (... function executeCommand (line 370) | func executeCommand(cmd string) (string, error) { function executeCommandWithIn (line 398) | func executeCommandWithIn(cmd string, in io.Reader) (string, error) { function resetCmdArgs (line 422) | func resetCmdArgs() { function isChangeError (line 478) | func isChangeError(err error) bool { FILE: cmd/flux/main_unit_test.go function TestMain (line 39) | func TestMain(m *testing.M) { function setupTestNamespace (line 62) | func setupTestNamespace(namespace string, t *testing.T) { FILE: cmd/flux/manifests.embed.go function writeEmbeddedManifests (line 30) | func writeEmbeddedManifests(dir string) error { FILE: cmd/flux/migrate.go type APIVersions (line 55) | type APIVersions struct function init (line 185) | func init() { function runMigrateCmd (line 200) | func runMigrateCmd(*cobra.Command, []string) error { function migrateCluster (line 207) | func migrateCluster() error { function migrateFileSystem (line 234) | func migrateFileSystem() error { type ClusterMigrator (line 270) | type ClusterMigrator struct method Run (line 283) | func (c *ClusterMigrator) Run(ctx context.Context) error { method migrateCRD (line 299) | func (c *ClusterMigrator) migrateCRD(ctx context.Context, name string)... method migrateCR (line 332) | func (c *ClusterMigrator) migrateCR(ctx context.Context, crd *apiexten... method getStorageVersion (line 392) | func (c *ClusterMigrator) getStorageVersion(crd *apiextensionsv1.Custo... function NewClusterMigrator (line 276) | func NewClusterMigrator(kubeClient client.Client, labelSelector client.M... type WritableFS (line 405) | type WritableFS interface type osFS (line 411) | type osFS struct method WriteFile (line 415) | func (o *osFS) WriteFile(name string, data []byte, perm os.FileMode) e... type FileSystemMigrator (line 420) | type FileSystemMigrator struct method Run (line 456) | func (f *FileSystemMigrator) Run() error { method listFiles (line 502) | func (f *FileSystemMigrator) listFiles() ([]string, error) { method listDirectoryFiles (line 516) | func (f *FileSystemMigrator) listDirectoryFiles() ([]string, error) { method validateSingleFile (line 542) | func (f *FileSystemMigrator) validateSingleFile() error { method matchesExtensions (line 575) | func (f *FileSystemMigrator) matchesExtensions(file string) bool { method detectUpgrades (line 584) | func (f *FileSystemMigrator) detectUpgrades(files []string) ([]FileAPI... method detectFileUpgrades (line 604) | func (f *FileSystemMigrator) detectFileUpgrades(file string) ([]APIUpg... method printDetectedUpgrades (line 663) | func (f *FileSystemMigrator) printDetectedUpgrades(fileUpgrades *FileA... method migrateFile (line 674) | func (f *FileSystemMigrator) migrateFile(fileUpgrades *FileAPIUpgrades... type FileAPIUpgrades (line 430) | type FileAPIUpgrades struct type APIUpgrade (line 436) | type APIUpgrade struct function NewFileSystemMigrator (line 444) | func NewFileSystemMigrator(fileSystem WritableFS, yes, dryRun bool, path... FILE: cmd/flux/migrate_test.go type writeToMemoryFS (line 29) | type writeToMemoryFS struct method WriteFile (line 35) | func (m *writeToMemoryFS) WriteFile(name string, data []byte, perm os.... type writtenFile (line 40) | type writtenFile struct function TestFileSystemMigrator (line 45) | func TestFileSystemMigrator(t *testing.T) { FILE: cmd/flux/object.go type apiType (line 29) | type apiType struct type adapter (line 39) | type adapter interface type copyable (line 46) | type copyable interface type listAdapter (line 53) | type listAdapter interface type universalAdapter (line 60) | type universalAdapter struct method asClientObject (line 64) | func (c universalAdapter) asClientObject() client.Object { type named (line 71) | type named interface function copyName (line 79) | func copyName(target, source named) { FILE: cmd/flux/oci.go function loginWithProvider (line 32) | func loginWithProvider(ctx context.Context, url, provider string) (crane... FILE: cmd/flux/pull.go function init (line 29) | func init() { FILE: cmd/flux/pull_artifact.go type pullArtifactFlags (line 44) | type pullArtifactFlags struct function newPullArtifactFlags (line 53) | func newPullArtifactFlags() pullArtifactFlags { function init (line 59) | func init() { function pullArtifactCmdRun (line 67) | func pullArtifactCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/push.go function init (line 29) | func init() { FILE: cmd/flux/push_artifact.go type pushArtifactFlags (line 105) | type pushArtifactFlags struct function newPushArtifactFlags (line 121) | func newPushArtifactFlags() pushArtifactFlags { function init (line 127) | func init() { function pushArtifactCmdRun (line 144) | func pushArtifactCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/readiness.go type objectStatusType (line 39) | type objectStatusType constant objectStatusDynamic (line 42) | objectStatusDynamic objectStatusType = iota constant objectStatusStatic (line 43) | objectStatusStatic function isObjectReady (line 50) | func isObjectReady(obj client.Object, statusType objectStatusType) (bool... function isObjectReadyConditionFunc (line 117) | func isObjectReadyConditionFunc(kubeClient client.Client, namespaceName ... function isStaticObjectReadyConditionFunc (line 131) | func isStaticObjectReadyConditionFunc(kubeClient client.Client, namespac... function kstatusCompute (line 143) | func kstatusCompute(obj client.Object) (result *kstatus.Result, err erro... FILE: cmd/flux/readiness_test.go function Test_isObjectReady (line 31) | func Test_isObjectReady(t *testing.T) { FILE: cmd/flux/receiver.go type receiverAdapter (line 33) | type receiverAdapter struct method asClientObject (line 37) | func (a receiverAdapter) asClientObject() client.Object { method deepCopyClientObject (line 41) | func (a receiverAdapter) deepCopyClientObject() client.Object { type receiverListAdapter (line 47) | type receiverListAdapter struct method asClientList (line 51) | func (a receiverListAdapter) asClientList() client.ObjectList { method len (line 55) | func (a receiverListAdapter) len() int { FILE: cmd/flux/reconcile.go function init (line 46) | func init() { type reconcileCommand (line 50) | type reconcileCommand struct method run (line 81) | func (reconcile reconcileCommand) run(cmd *cobra.Command, args []strin... type reconcilable (line 55) | type reconcilable interface function reconcilableConditions (line 69) | func reconcilableConditions(object reconcilable) []metav1.Condition { function reconciliationHandled (line 139) | func reconciliationHandled(kubeClient client.Client, namespacedName type... function requestReconciliation (line 166) | func requestReconciliation(ctx context.Context, kubeClient client.Client, FILE: cmd/flux/reconcile_helmrelease.go type reconcileHelmReleaseFlags (line 46) | type reconcileHelmReleaseFlags struct function init (line 54) | func init() { method lastHandledReconcileRequest (line 61) | func (obj helmReleaseAdapter) lastHandledReconcileRequest() string { method reconcileSource (line 65) | func (obj helmReleaseAdapter) reconcileSource() bool { method getSource (line 69) | func (obj helmReleaseAdapter) getSource() (reconcileSource, sourceRefere... method isStatic (line 119) | func (obj helmReleaseAdapter) isStatic() bool { FILE: cmd/flux/reconcile_image.go function init (line 29) | func init() { FILE: cmd/flux/reconcile_image_policy.go function init (line 38) | func init() { FILE: cmd/flux/reconcile_image_repository.go function init (line 40) | func init() { method lastHandledReconcileRequest (line 44) | func (obj imageRepositoryAdapter) lastHandledReconcileRequest() string { method successMessage (line 48) | func (obj imageRepositoryAdapter) successMessage() string { method isStatic (line 52) | func (obj imageRepositoryAdapter) isStatic() bool { FILE: cmd/flux/reconcile_image_updateauto.go function init (line 42) | func init() { method lastHandledReconcileRequest (line 46) | func (obj imageUpdateAutomationAdapter) lastHandledReconcileRequest() st... method successMessage (line 50) | func (obj imageUpdateAutomationAdapter) successMessage() string { method isStatic (line 60) | func (obj imageUpdateAutomationAdapter) isStatic() bool { FILE: cmd/flux/reconcile_kustomization.go type reconcileKsFlags (line 44) | type reconcileKsFlags struct function init (line 50) | func init() { method lastHandledReconcileRequest (line 56) | func (obj kustomizationAdapter) lastHandledReconcileRequest() string { method reconcileSource (line 60) | func (obj kustomizationAdapter) reconcileSource() bool { method getSource (line 64) | func (obj kustomizationAdapter) getSource() (reconcileSource, sourceRefe... method isStatic (line 91) | func (obj kustomizationAdapter) isStatic() bool { FILE: cmd/flux/reconcile_receiver.go function init (line 38) | func init() { method lastHandledReconcileRequest (line 42) | func (obj receiverAdapter) lastHandledReconcileRequest() string { method isStatic (line 46) | func (obj receiverAdapter) isStatic() bool { FILE: cmd/flux/reconcile_source.go function init (line 29) | func init() { FILE: cmd/flux/reconcile_source_bucket.go function init (line 40) | func init() { method lastHandledReconcileRequest (line 44) | func (obj bucketAdapter) lastHandledReconcileRequest() string { method successMessage (line 48) | func (obj bucketAdapter) successMessage() string { method isStatic (line 52) | func (obj bucketAdapter) isStatic() bool { FILE: cmd/flux/reconcile_source_chart.go function init (line 41) | func init() { method lastHandledReconcileRequest (line 46) | func (obj helmChartAdapter) lastHandledReconcileRequest() string { type reconcileHelmChartFlags (line 50) | type reconcileHelmChartFlags struct method reconcileSource (line 56) | func (obj helmChartAdapter) reconcileSource() bool { method getSource (line 60) | func (obj helmChartAdapter) getSource() (reconcileSource, sourceReferenc... method isStatic (line 87) | func (obj helmChartAdapter) isStatic() bool { FILE: cmd/flux/reconcile_source_git.go function init (line 40) | func init() { method lastHandledReconcileRequest (line 44) | func (obj gitRepositoryAdapter) lastHandledReconcileRequest() string { method successMessage (line 48) | func (obj gitRepositoryAdapter) successMessage() string { method isStatic (line 52) | func (obj gitRepositoryAdapter) isStatic() bool { FILE: cmd/flux/reconcile_source_helm.go function init (line 42) | func init() { method lastHandledReconcileRequest (line 46) | func (obj helmRepositoryAdapter) lastHandledReconcileRequest() string { method successMessage (line 50) | func (obj helmRepositoryAdapter) successMessage() string { method isStatic (line 64) | func (obj helmRepositoryAdapter) isStatic() bool { FILE: cmd/flux/reconcile_source_oci.go function init (line 40) | func init() { method lastHandledReconcileRequest (line 44) | func (obj ociRepositoryAdapter) lastHandledReconcileRequest() string { method successMessage (line 48) | func (obj ociRepositoryAdapter) successMessage() string { method isStatic (line 52) | func (obj ociRepositoryAdapter) isStatic() bool { FILE: cmd/flux/reconcile_with_source.go type sourceReference (line 18) | type sourceReference struct type reconcileWithSource (line 24) | type reconcileWithSource interface type reconcileSource (line 31) | type reconcileSource interface type reconcileWithSourceCommand (line 35) | type reconcileWithSourceCommand struct method run (line 41) | func (reconcile reconcileWithSourceCommand) run(cmd *cobra.Command, ar... FILE: cmd/flux/resume.go type ResumeFlags (line 39) | type ResumeFlags struct function init (line 46) | func init() { type resumable (line 54) | type resumable interface type resumeCommand (line 63) | type resumeCommand struct method run (line 81) | func (resume resumeCommand) run(cmd *cobra.Command, args []string) err... method getPatchedResumables (line 145) | func (resume *resumeCommand) getPatchedResumables(ctx context.Context,... method patch (line 183) | func (resume resumeCommand) patch(ctx context.Context, args []string, ... method reconcile (line 219) | func (resume resumeCommand) reconcile(ctx context.Context, res resumab... method printMessage (line 250) | func (resume resumeCommand) printMessage(responses []reconcileResponse) { type listResumable (line 71) | type listResumable interface type reconcileResponse (line 76) | type reconcileResponse struct FILE: cmd/flux/resume_alert.go function init (line 42) | func init() { method getObservedGeneration (line 46) | func (obj alertAdapter) getObservedGeneration() int64 { method setUnsuspended (line 50) | func (obj alertAdapter) setUnsuspended() { method successMessage (line 54) | func (obj alertAdapter) successMessage() string { method isStatic (line 58) | func (a alertAdapter) isStatic() bool { method resumeItem (line 62) | func (a alertListAdapter) resumeItem(i int) resumable { FILE: cmd/flux/resume_alertprovider.go function init (line 42) | func init() { method getObservedGeneration (line 46) | func (obj alertProviderAdapter) getObservedGeneration() int64 { method setUnsuspended (line 50) | func (obj alertProviderAdapter) setUnsuspended() { method successMessage (line 54) | func (obj alertProviderAdapter) successMessage() string { method isStatic (line 58) | func (a alertProviderAdapter) isStatic() bool { method resumeItem (line 62) | func (a alertProviderListAdapter) resumeItem(i int) resumable { FILE: cmd/flux/resume_helmrelease.go function init (line 45) | func init() { method getObservedGeneration (line 49) | func (obj helmReleaseAdapter) getObservedGeneration() int64 { method setUnsuspended (line 53) | func (obj helmReleaseAdapter) setUnsuspended() { method successMessage (line 57) | func (obj helmReleaseAdapter) successMessage() string { method resumeItem (line 61) | func (a helmReleaseListAdapter) resumeItem(i int) resumable { FILE: cmd/flux/resume_image.go function init (line 29) | func init() { FILE: cmd/flux/resume_image_policy.go function init (line 38) | func init() { FILE: cmd/flux/resume_image_repository.go function init (line 41) | func init() { method getObservedGeneration (line 45) | func (obj imageRepositoryAdapter) getObservedGeneration() int64 { method setUnsuspended (line 49) | func (obj imageRepositoryAdapter) setUnsuspended() { method resumeItem (line 53) | func (a imageRepositoryListAdapter) resumeItem(i int) resumable { FILE: cmd/flux/resume_image_updateauto.go function init (line 41) | func init() { method setUnsuspended (line 45) | func (obj imageUpdateAutomationAdapter) setUnsuspended() { method getObservedGeneration (line 49) | func (obj imageUpdateAutomationAdapter) getObservedGeneration() int64 { method resumeItem (line 53) | func (a imageUpdateAutomationListAdapter) resumeItem(i int) resumable { FILE: cmd/flux/resume_kustomization.go function init (line 45) | func init() { method getObservedGeneration (line 49) | func (obj kustomizationAdapter) getObservedGeneration() int64 { method setUnsuspended (line 53) | func (obj kustomizationAdapter) setUnsuspended() { method successMessage (line 57) | func (obj kustomizationAdapter) successMessage() string { method resumeItem (line 61) | func (a kustomizationListAdapter) resumeItem(i int) resumable { FILE: cmd/flux/resume_receiver.go function init (line 42) | func init() { method getObservedGeneration (line 46) | func (obj receiverAdapter) getObservedGeneration() int64 { method setUnsuspended (line 50) | func (obj receiverAdapter) setUnsuspended() { method successMessage (line 54) | func (obj receiverAdapter) successMessage() string { method resumeItem (line 58) | func (a receiverListAdapter) resumeItem(i int) resumable { FILE: cmd/flux/resume_source.go function init (line 29) | func init() { FILE: cmd/flux/resume_source_bucket.go function init (line 41) | func init() { method getObservedGeneration (line 45) | func (obj bucketAdapter) getObservedGeneration() int64 { method setUnsuspended (line 49) | func (obj bucketAdapter) setUnsuspended() { method resumeItem (line 53) | func (a bucketListAdapter) resumeItem(i int) resumable { FILE: cmd/flux/resume_source_chart.go function init (line 43) | func init() { method getObservedGeneration (line 47) | func (obj helmChartAdapter) getObservedGeneration() int64 { method setUnsuspended (line 51) | func (obj helmChartAdapter) setUnsuspended() { method successMessage (line 55) | func (obj helmChartAdapter) successMessage() string { method resumeItem (line 59) | func (a helmChartListAdapter) resumeItem(i int) resumable { FILE: cmd/flux/resume_source_git.go function init (line 41) | func init() { method getObservedGeneration (line 45) | func (obj gitRepositoryAdapter) getObservedGeneration() int64 { method setUnsuspended (line 49) | func (obj gitRepositoryAdapter) setUnsuspended() { method resumeItem (line 53) | func (a gitRepositoryListAdapter) resumeItem(i int) resumable { FILE: cmd/flux/resume_source_helm.go function init (line 41) | func init() { method getObservedGeneration (line 45) | func (obj helmRepositoryAdapter) getObservedGeneration() int64 { method setUnsuspended (line 49) | func (obj helmRepositoryAdapter) setUnsuspended() { method resumeItem (line 53) | func (a helmRepositoryListAdapter) resumeItem(i int) resumable { FILE: cmd/flux/resume_source_oci.go function init (line 41) | func init() { method getObservedGeneration (line 45) | func (obj ociRepositoryAdapter) getObservedGeneration() int64 { method setUnsuspended (line 49) | func (obj ociRepositoryAdapter) setUnsuspended() { method resumeItem (line 53) | func (a ociRepositoryListAdapter) resumeItem(i int) resumable { FILE: cmd/flux/source.go type ociRepositoryAdapter (line 37) | type ociRepositoryAdapter struct method asClientObject (line 41) | func (a ociRepositoryAdapter) asClientObject() client.Object { method deepCopyClientObject (line 45) | func (a ociRepositoryAdapter) deepCopyClientObject() client.Object { type ociRepositoryListAdapter (line 51) | type ociRepositoryListAdapter struct method asClientList (line 55) | func (a ociRepositoryListAdapter) asClientList() client.ObjectList { method len (line 59) | func (a ociRepositoryListAdapter) len() int { type bucketAdapter (line 71) | type bucketAdapter struct method asClientObject (line 75) | func (a bucketAdapter) asClientObject() client.Object { method deepCopyClientObject (line 79) | func (a bucketAdapter) deepCopyClientObject() client.Object { type bucketListAdapter (line 85) | type bucketListAdapter struct method asClientList (line 89) | func (a bucketListAdapter) asClientList() client.ObjectList { method len (line 93) | func (a bucketListAdapter) len() int { type helmChartAdapter (line 105) | type helmChartAdapter struct method asClientObject (line 109) | func (a helmChartAdapter) asClientObject() client.Object { method deepCopyClientObject (line 113) | func (a helmChartAdapter) deepCopyClientObject() client.Object { type helmChartListAdapter (line 119) | type helmChartListAdapter struct method asClientList (line 123) | func (a helmChartListAdapter) asClientList() client.ObjectList { method len (line 127) | func (a helmChartListAdapter) len() int { type gitRepositoryAdapter (line 139) | type gitRepositoryAdapter struct method asClientObject (line 143) | func (a gitRepositoryAdapter) asClientObject() client.Object { method deepCopyClientObject (line 147) | func (a gitRepositoryAdapter) deepCopyClientObject() client.Object { type gitRepositoryListAdapter (line 153) | type gitRepositoryListAdapter struct method asClientList (line 157) | func (a gitRepositoryListAdapter) asClientList() client.ObjectList { method len (line 161) | func (a gitRepositoryListAdapter) len() int { type helmRepositoryAdapter (line 173) | type helmRepositoryAdapter struct method asClientObject (line 177) | func (a helmRepositoryAdapter) asClientObject() client.Object { method deepCopyClientObject (line 181) | func (a helmRepositoryAdapter) deepCopyClientObject() client.Object { type helmRepositoryListAdapter (line 187) | type helmRepositoryListAdapter struct method asClientList (line 191) | func (a helmRepositoryListAdapter) asClientList() client.ObjectList { method len (line 195) | func (a helmRepositoryListAdapter) len() int { type externalArtifactAdapter (line 207) | type externalArtifactAdapter struct method asClientObject (line 211) | func (a externalArtifactAdapter) asClientObject() client.Object { method deepCopyClientObject (line 215) | func (a externalArtifactAdapter) deepCopyClientObject() client.Object { type externalArtifactListAdapter (line 221) | type externalArtifactListAdapter struct method asClientList (line 225) | func (a externalArtifactListAdapter) asClientList() client.ObjectList { method len (line 229) | func (a externalArtifactListAdapter) len() int { FILE: cmd/flux/source_oci_test.go function TestSourceOCI (line 26) | func TestSourceOCI(t *testing.T) { FILE: cmd/flux/stats.go type StatsFlags (line 56) | type StatsFlags struct function init (line 62) | func init() { function runStatsCmd (line 68) | func runStatsCmd(cmd *cobra.Command, args []string) error { function formatInt (line 205) | func formatInt(i int) string { function formatSize (line 209) | func formatSize(b int64) string { FILE: cmd/flux/status.go type statusable (line 26) | type statusable interface type oldConditions (line 34) | type oldConditions interface function buildComponentObjectRefs (line 39) | func buildComponentObjectRefs(components ...string) ([]object.ObjMetadat... FILE: cmd/flux/suspend.go type SuspendFlags (line 36) | type SuspendFlags struct function init (line 42) | func init() { type suspendable (line 48) | type suspendable interface type suspendCommand (line 55) | type suspendCommand struct method run (line 66) | func (suspend suspendCommand) run(cmd *cobra.Command, args []string) e... method patch (line 119) | func (suspend suspendCommand) patch(ctx context.Context, kubeClient cl... type listSuspendable (line 61) | type listSuspendable interface FILE: cmd/flux/suspend_alert.go function init (line 42) | func init() { method isSuspended (line 46) | func (obj alertAdapter) isSuspended() bool { method setSuspended (line 50) | func (obj alertAdapter) setSuspended() { method item (line 54) | func (a alertListAdapter) item(i int) suspendable { FILE: cmd/flux/suspend_alertprovider.go function init (line 42) | func init() { method isSuspended (line 46) | func (obj alertProviderAdapter) isSuspended() bool { method setSuspended (line 50) | func (obj alertProviderAdapter) setSuspended() { method item (line 54) | func (a alertProviderListAdapter) item(i int) suspendable { FILE: cmd/flux/suspend_helmrelease.go function init (line 43) | func init() { method isSuspended (line 47) | func (obj helmReleaseAdapter) isSuspended() bool { method setSuspended (line 51) | func (obj helmReleaseAdapter) setSuspended() { method item (line 55) | func (a helmReleaseListAdapter) item(i int) suspendable { FILE: cmd/flux/suspend_image.go function init (line 29) | func init() { FILE: cmd/flux/suspend_image_policy.go function init (line 35) | func init() { FILE: cmd/flux/suspend_image_repository.go function init (line 42) | func init() { method isSuspended (line 46) | func (obj imageRepositoryAdapter) isSuspended() bool { method setSuspended (line 50) | func (obj imageRepositoryAdapter) setSuspended() { method item (line 54) | func (a imageRepositoryListAdapter) item(i int) suspendable { FILE: cmd/flux/suspend_image_updateauto.go function init (line 42) | func init() { method isSuspended (line 46) | func (update imageUpdateAutomationAdapter) isSuspended() bool { method setSuspended (line 50) | func (update imageUpdateAutomationAdapter) setSuspended() { method item (line 54) | func (a imageUpdateAutomationListAdapter) item(i int) suspendable { FILE: cmd/flux/suspend_kustomization.go function init (line 43) | func init() { method isSuspended (line 47) | func (obj kustomizationAdapter) isSuspended() bool { method setSuspended (line 51) | func (obj kustomizationAdapter) setSuspended() { method item (line 55) | func (a kustomizationListAdapter) item(i int) suspendable { FILE: cmd/flux/suspend_receiver.go function init (line 42) | func init() { method isSuspended (line 46) | func (obj receiverAdapter) isSuspended() bool { method setSuspended (line 50) | func (obj receiverAdapter) setSuspended() { method item (line 54) | func (a receiverListAdapter) item(i int) suspendable { FILE: cmd/flux/suspend_source.go function init (line 29) | func init() { FILE: cmd/flux/suspend_source_bucket.go function init (line 42) | func init() { method isSuspended (line 46) | func (obj bucketAdapter) isSuspended() bool { method setSuspended (line 50) | func (obj bucketAdapter) setSuspended() { method item (line 54) | func (a bucketListAdapter) item(i int) suspendable { FILE: cmd/flux/suspend_source_chart.go function init (line 42) | func init() { method isSuspended (line 46) | func (obj helmChartAdapter) isSuspended() bool { method setSuspended (line 50) | func (obj helmChartAdapter) setSuspended() { method item (line 54) | func (a helmChartListAdapter) item(i int) suspendable { FILE: cmd/flux/suspend_source_git.go function init (line 42) | func init() { method isSuspended (line 46) | func (obj gitRepositoryAdapter) isSuspended() bool { method setSuspended (line 50) | func (obj gitRepositoryAdapter) setSuspended() { method item (line 54) | func (a gitRepositoryListAdapter) item(i int) suspendable { FILE: cmd/flux/suspend_source_helm.go function init (line 42) | func init() { method isSuspended (line 46) | func (obj helmRepositoryAdapter) isSuspended() bool { method setSuspended (line 50) | func (obj helmRepositoryAdapter) setSuspended() { method item (line 54) | func (a helmRepositoryListAdapter) item(i int) suspendable { FILE: cmd/flux/suspend_source_oci.go function init (line 42) | func init() { method isSuspended (line 46) | func (obj ociRepositoryAdapter) isSuspended() bool { method setSuspended (line 50) | func (obj ociRepositoryAdapter) setSuspended() { method item (line 54) | func (a ociRepositoryListAdapter) item(i int) suspendable { FILE: cmd/flux/tag.go function init (line 29) | func init() { FILE: cmd/flux/tag_artifact.go type tagArtifactFlags (line 42) | type tagArtifactFlags struct function newTagArtifactFlags (line 50) | func newTagArtifactFlags() tagArtifactFlags { function init (line 56) | func init() { function tagArtifactCmdRun (line 63) | func tagArtifactCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/trace.go type traceFlags (line 70) | type traceFlags struct function init (line 77) | func init() { function traceCmdRun (line 85) | func traceCmdRun(cmd *cobra.Command, args []string) error { function traceObjects (line 109) | func traceObjects(ctx context.Context, kubeClient client.Client, objects... function traceObject (line 122) | func traceObject(ctx context.Context, kubeClient client.Client, obj *uns... function getObjectStatic (line 144) | func getObjectStatic(ctx context.Context, kubeClient client.Client, args... function getObjectDynamic (line 180) | func getObjectDynamic(args []string) ([]*unstructured.Unstructured, erro... function traceKustomization (line 216) | func traceKustomization(ctx context.Context, kubeClient client.Client, k... function traceHelm (line 427) | func traceHelm(ctx context.Context, kubeClient client.Client, hrName typ... function isManagedByFlux (line 704) | func isManagedByFlux(obj *unstructured.Unstructured, group string) (type... function isOwnerManagedByFlux (line 724) | func isOwnerManagedByFlux(ctx context.Context, kubeClient client.Client,... FILE: cmd/flux/trace_test.go function TestTraceNoArgs (line 27) | func TestTraceNoArgs(t *testing.T) { function toLocalTime (line 35) | func toLocalTime(t *testing.T, in string) string { function TestTrace (line 43) | func TestTrace(t *testing.T) { FILE: cmd/flux/tree.go function init (line 29) | func init() { FILE: cmd/flux/tree_artifact.go function init (line 29) | func init() { FILE: cmd/flux/tree_artifact_generator.go type TreeArtifactGeneratorFlags (line 48) | type TreeArtifactGeneratorFlags struct function init (line 54) | func init() { function treeArtifactGeneratorCmdRun (line 60) | func treeArtifactGeneratorCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/tree_kustomization.go type TreeKsFlags (line 61) | type TreeKsFlags struct function init (line 68) | func init() { function treeKsCmdRun (line 75) | func treeKsCmdRun(cmd *cobra.Command, args []string) error { function treeKustomization (line 129) | func treeKustomization(ctx context.Context, tree tree.ObjMetadataTree, i... type hrStorage (line 196) | type hrStorage struct function getHelmReleaseInventory (line 201) | func getHelmReleaseInventory(ctx context.Context, objectKey client.Objec... FILE: cmd/flux/tree_kustomization_test.go function TestTree (line 26) | func TestTree(t *testing.T) { FILE: cmd/flux/uninstall.go type uninstallFlags (line 44) | type uninstallFlags struct function init (line 52) | func init() { function uninstallCmdRun (line 63) | func uninstallCmdRun(cmd *cobra.Command, args []string) error { FILE: cmd/flux/version.go type versionFlags (line 52) | type versionFlags struct type versionInfo (line 59) | type versionInfo struct method toJSON (line 143) | func (info versionInfo) toJSON() ([]byte, error) { function init (line 65) | func init() { function versionCmdRun (line 73) | func versionCmdRun(cmd *cobra.Command, args []string) error { function splitImageStr (line 157) | func splitImageStr(image string) (string, string, error) { FILE: cmd/flux/version_test.go function TestSplitImageStr (line 25) | func TestSplitImageStr(t *testing.T) { FILE: cmd/flux/version_utils.go function getVersion (line 27) | func getVersion(input string) (string, error) { function isEmbeddedVersion (line 61) | func isEmbeddedVersion(input string) bool { FILE: cmd/flux/version_utils_test.go function TestVersion (line 26) | func TestVersion(t *testing.T) { function TestVersionCmd (line 34) | func TestVersionCmd(t *testing.T) { FILE: internal/build/build.go constant controllerName (line 56) | controllerName = "kustomize-controller" constant controllerGroup (line 57) | controllerGroup = "kustomize.toolkit.fluxcd.io" constant mask (line 58) | mask = "**SOPS**" constant dockercfgSecretType (line 59) | dockercfgSecretType = "kubernetes.io/dockerconfigjson" constant typeField (line 60) | typeField = "type" constant dataField (line 61) | dataField = "data" constant stringDataField (line 62) | stringDataField = "stringData" constant spinnerDryRunMessage (line 63) | spinnerDryRunMessage = "running dry-run" type Builder (line 71) | type Builder struct method resolveKustomization (line 272) | func (b *Builder) resolveKustomization(liveKus *kustomizev1.Kustomizat... method getKustomization (line 290) | func (b *Builder) getKustomization(ctx context.Context) (*kustomizev1.... method Build (line 308) | func (b *Builder) Build() ([]*unstructured.Unstructured, error) { method build (line 352) | func (b *Builder) build() (m resmap.ResMap, err error) { method kustomizationBuild (line 421) | func (b *Builder) kustomizationBuild(k *kustomizev1.Kustomization) ([]... method kustomizationPath (line 447) | func (b *Builder) kustomizationPath(k *kustomizev1.Kustomization) (str... method unMarshallKustomization (line 462) | func (b *Builder) unMarshallKustomization() (*kustomizev1.Kustomizatio... method generate (line 493) | func (b *Builder) generate(kustomization kustomizev1.Kustomization, di... method do (line 511) | func (b *Builder) do(ctx context.Context, kustomization kustomizev1.Ku... method setOwnerLabels (line 577) | func (b *Builder) setOwnerLabels(res *resource.Resource) error { method Cancel (line 732) | func (b *Builder) Cancel() error { method StartSpinner (line 745) | func (b *Builder) StartSpinner() error { method StopSpinner (line 758) | func (b *Builder) StopSpinner() error { type BuilderOptionFunc (line 94) | type BuilderOptionFunc function WithKustomizationFile (line 97) | func WithKustomizationFile(file string) BuilderOptionFunc { function WithTimeout (line 105) | func WithTimeout(timeout time.Duration) BuilderOptionFunc { function WithProgressBar (line 112) | func WithProgressBar() BuilderOptionFunc { function WithClientConfig (line 135) | func WithClientConfig(rcg *genericclioptions.ConfigFlags, clientOpts *ru... function WithNamespace (line 154) | func WithNamespace(namespace string) BuilderOptionFunc { function WithDryRun (line 162) | func WithDryRun(dryRun bool) BuilderOptionFunc { function WithStrictSubstitute (line 170) | func WithStrictSubstitute(strictSubstitute bool) BuilderOptionFunc { function WithIgnore (line 178) | func WithIgnore(ignore []string) BuilderOptionFunc { function WithRecursive (line 186) | func WithRecursive(recursive bool) BuilderOptionFunc { function WithLocalSources (line 194) | func WithLocalSources(localSources map[string]string) BuilderOptionFunc { function WithSingleKustomization (line 202) | func WithSingleKustomization() BuilderOptionFunc { function withClientConfigFrom (line 210) | func withClientConfigFrom(in *Builder) BuilderOptionFunc { function withSpinnerFrom (line 219) | func withSpinnerFrom(in *Builder) BuilderOptionFunc { function withKustomization (line 227) | func withKustomization(k *kustomizev1.Kustomization) BuilderOptionFunc { function NewBuilder (line 245) | func NewBuilder(name, resources string, opts ...BuilderOptionFunc) (*Bui... function isKustomization (line 555) | func isKustomization(object *unstructured.Unstructured) bool { function toKustomization (line 560) | func toKustomization(object *unstructured.Unstructured) (*kustomizev1.Ku... function kustomizationsEqual (line 573) | func kustomizationsEqual(k1 *kustomizev1.Kustomization, k2 *kustomizev1.... function maskSopsData (line 591) | func maskSopsData(res *resource.Resource) error { function getStringDataMap (line 666) | func getStringDataMap(rn *resource.Resource) map[string]string { function maskDockerconfigjsonSopsData (line 679) | func maskDockerconfigjsonSopsData(dataMap map[string]string, encode bool... function maskBase64EncryptedSopsData (line 705) | func maskBase64EncryptedSopsData(dataMap map[string]string, mask string)... function maskSopsDataInStringDataSecret (line 720) | func maskSopsDataInStringDataSecret(stringDataMap map[string]string, mas... FILE: internal/build/build_test.go function TestTrimSopsData (line 34) | func TestTrimSopsData(t *testing.T) { function Test_unMarshallKustomization (line 168) | func Test_unMarshallKustomization(t *testing.T) { function Test_ResolveKustomization (line 241) | func Test_ResolveKustomization(t *testing.T) { function Test_isKustomization (line 376) | func Test_isKustomization(t *testing.T) { function Test_kustomizationsEqual (line 434) | func Test_kustomizationsEqual(t *testing.T) { function Test_kustomizationPath (line 517) | func Test_kustomizationPath(t *testing.T) { FILE: internal/build/diff.go method Manager (line 50) | func (b *Builder) Manager() (*ssa.ResourceManager, error) { method Diff (line 60) | func (b *Builder) Diff() (string, bool, error) { method diff (line 76) | func (b *Builder) diff() (string, bool, error) { method kustomizationDiff (line 205) | func (b *Builder) kustomizationDiff(kustomization *kustomizev1.Kustomiza... function writeYamls (line 241) | func writeYamls(liveObject, mergedObject *unstructured.Unstructured) (st... function writeString (line 262) | func writeString(t string, color colorful.Color) string { function cleanupDir (line 270) | func cleanupDir(dir string) error { function diff (line 274) | func diff(liveFile, mergedFile string, output io.Writer) error { function diffSopsSecret (line 295) | func diffSopsSecret(obj, liveObject, mergedObject *unstructured.Unstruct... function applySopsDiff (line 304) | func applySopsDiff(data map[string]interface{}, liveObject, mergedObject... function sopsComparableByKeys (line 323) | func sopsComparableByKeys(object *unstructured.Unstructured) []string { function diffInventory (line 342) | func diffInventory(inv *kustomizev1.ResourceInventory, target *kustomize... function listMetaInInventory (line 385) | func listMetaInInventory(inv *kustomizev1.ResourceInventory) (object.Obj... function newInventory (line 398) | func newInventory() *kustomizev1.ResourceInventory { function addObjectsToInventory (line 405) | func addObjectsToInventory(inv *kustomizev1.ResourceInventory, entry *ss... FILE: internal/flags/crds.go type CRDsPolicy (line 34) | type CRDsPolicy method String (line 36) | func (a *CRDsPolicy) String() string { method Set (line 40) | func (a *CRDsPolicy) Set(str string) error { method Type (line 54) | func (a *CRDsPolicy) Type() string { method Description (line 58) | func (a *CRDsPolicy) Description() string { FILE: internal/flags/crds_test.go function TestCRDsPolicy_Set (line 26) | func TestCRDsPolicy_Set(t *testing.T) { FILE: internal/flags/decryption_provider.go type DecryptionProvider (line 28) | type DecryptionProvider method String (line 30) | func (d *DecryptionProvider) String() string { method Set (line 34) | func (d *DecryptionProvider) Set(str string) error { method Type (line 48) | func (d *DecryptionProvider) Type() string { method Description (line 52) | func (d *DecryptionProvider) Description() string { FILE: internal/flags/decryption_provider_test.go function TestDecryptionProvider_Set (line 26) | func TestDecryptionProvider_Set(t *testing.T) { FILE: internal/flags/ecdsa_curve.go type ECDSACurve (line 26) | type ECDSACurve struct method String (line 36) | func (c *ECDSACurve) String() string { method Set (line 43) | func (c *ECDSACurve) Set(str string) error { method Type (line 51) | func (c *ECDSACurve) Type() string { method Description (line 60) | func (c *ECDSACurve) Description() string { function ecdsaCurves (line 64) | func ecdsaCurves() []string { FILE: internal/flags/ecdsa_curve_test.go function TestECDSACurve_Set (line 26) | func TestECDSACurve_Set(t *testing.T) { FILE: internal/flags/gitlab_visibility.go function ValidateRepositoryVisibility (line 34) | func ValidateRepositoryVisibility(r gitprovider.RepositoryVisibility) er... type GitLabVisibility (line 42) | type GitLabVisibility method String (line 44) | func (d *GitLabVisibility) String() string { method Set (line 48) | func (d *GitLabVisibility) Set(str string) error { method Type (line 60) | func (d *GitLabVisibility) Type() string { method Description (line 68) | func (d *GitLabVisibility) Description() string { FILE: internal/flags/gitlab_visibility_test.go function TestGitLabVisibility_Set (line 23) | func TestGitLabVisibility_Set(t *testing.T) { FILE: internal/flags/helm_chart_source.go type HelmChartSource (line 30) | type HelmChartSource struct method String (line 36) | func (s *HelmChartSource) String() string { method Set (line 43) | func (s *HelmChartSource) Set(str string) error { method Type (line 66) | func (s *HelmChartSource) Type() string { method Description (line 70) | func (s *HelmChartSource) Description() string { FILE: internal/flags/helm_chart_source_test.go function TestHelmChartSource_Set (line 29) | func TestHelmChartSource_Set(t *testing.T) { FILE: internal/flags/kustomization_source.go type KustomizationSource (line 30) | type KustomizationSource struct method String (line 36) | func (s *KustomizationSource) String() string { method Set (line 43) | func (s *KustomizationSource) Set(str string) error { method Type (line 72) | func (s *KustomizationSource) Type() string { method Description (line 76) | func (s *KustomizationSource) Description() string { FILE: internal/flags/kustomization_source_test.go function TestKustomizationSource_Set (line 29) | func TestKustomizationSource_Set(t *testing.T) { FILE: internal/flags/local_helm_chart_source.go type LocalHelmChartSource (line 26) | type LocalHelmChartSource struct method String (line 31) | func (s *LocalHelmChartSource) String() string { method Set (line 38) | func (s *LocalHelmChartSource) Set(str string) error { method Type (line 60) | func (s *LocalHelmChartSource) Type() string { method Description (line 64) | func (s *LocalHelmChartSource) Description() string { FILE: internal/flags/log_level.go type LogLevel (line 28) | type LogLevel method String (line 30) | func (l *LogLevel) String() string { method Set (line 34) | func (l *LogLevel) Set(str string) error { method Type (line 48) | func (l *LogLevel) Type() string { method Description (line 52) | func (l *LogLevel) Description() string { FILE: internal/flags/log_level_test.go function TestLogLevel_Set (line 26) | func TestLogLevel_Set(t *testing.T) { FILE: internal/flags/public_key_algorithm.go type PublicKeyAlgorithm (line 26) | type PublicKeyAlgorithm method String (line 28) | func (a *PublicKeyAlgorithm) String() string { method Set (line 32) | func (a *PublicKeyAlgorithm) Set(str string) error { method Type (line 47) | func (a *PublicKeyAlgorithm) Type() string { method Description (line 51) | func (a *PublicKeyAlgorithm) Description() string { FILE: internal/flags/public_key_algorithm_test.go function TestPublicKeyAlgorithm_Set (line 26) | func TestPublicKeyAlgorithm_Set(t *testing.T) { FILE: internal/flags/rsa_key_bits.go type RSAKeyBits (line 27) | type RSAKeyBits method String (line 29) | func (b *RSAKeyBits) String() string { method Set (line 33) | func (b *RSAKeyBits) Set(str string) error { method Type (line 52) | func (b *RSAKeyBits) Type() string { method Description (line 56) | func (b *RSAKeyBits) Description() string { FILE: internal/flags/rsa_key_bits_test.go function TestRSAKeyBits_Set (line 26) | func TestRSAKeyBits_Set(t *testing.T) { FILE: internal/flags/safe_relative_path.go type SafeRelativePath (line 27) | type SafeRelativePath method String (line 29) | func (p *SafeRelativePath) String() string { method ToSlash (line 33) | func (p *SafeRelativePath) ToSlash() string { method Set (line 37) | func (p *SafeRelativePath) Set(str string) error { method Type (line 52) | func (p *SafeRelativePath) Type() string { method Description (line 56) | func (p *SafeRelativePath) Description() string { FILE: internal/flags/safe_relative_path_test.go function TestRelativePath_Set (line 26) | func TestRelativePath_Set(t *testing.T) { FILE: internal/flags/source_bucket_provider.go type SourceBucketProvider (line 35) | type SourceBucketProvider method String (line 37) | func (p *SourceBucketProvider) String() string { method Set (line 41) | func (p *SourceBucketProvider) Set(str string) error { method Type (line 54) | func (p *SourceBucketProvider) Type() string { method Description (line 58) | func (p *SourceBucketProvider) Description() string { FILE: internal/flags/source_bucket_provider_test.go function TestSourceBucketProvider_Set (line 28) | func TestSourceBucketProvider_Set(t *testing.T) { FILE: internal/flags/source_git_provider.go type SourceGitProvider (line 33) | type SourceGitProvider method String (line 35) | func (p *SourceGitProvider) String() string { method Set (line 39) | func (p *SourceGitProvider) Set(str string) error { method Type (line 52) | func (p *SourceGitProvider) Type() string { method Description (line 56) | func (p *SourceGitProvider) Description() string { FILE: internal/flags/source_oci_provider.go type SourceOCIProvider (line 35) | type SourceOCIProvider method String (line 37) | func (p *SourceOCIProvider) String() string { method Set (line 41) | func (p *SourceOCIProvider) Set(str string) error { method Type (line 54) | func (p *SourceOCIProvider) Type() string { method Description (line 58) | func (p *SourceOCIProvider) Description() string { FILE: internal/flags/source_oci_verify_provider.go type SourceOCIVerifyProvider (line 30) | type SourceOCIVerifyProvider method String (line 32) | func (p *SourceOCIVerifyProvider) String() string { method Set (line 36) | func (p *SourceOCIVerifyProvider) Set(str string) error { method Type (line 49) | func (p *SourceOCIVerifyProvider) Type() string { method Description (line 53) | func (p *SourceOCIVerifyProvider) Description() string { FILE: internal/flags/source_oci_verify_provider_test.go function TestSourceOCIVerifyProvider_Set (line 26) | func TestSourceOCIVerifyProvider_Set(t *testing.T) { FILE: internal/tree/tree.go constant newLine (line 30) | newLine = "\n" constant emptySpace (line 31) | emptySpace = " " constant middleItem (line 32) | middleItem = "├── " constant continueItem (line 33) | continueItem = "│ " constant lastItem (line 34) | lastItem = "└── " type objMetadataTree (line 38) | type objMetadataTree struct method Add (line 66) | func (t *objMetadataTree) Add(objMetadata object.ObjMetadata) ObjMetad... method AddTree (line 72) | func (t *objMetadataTree) AddTree(tree ObjMetadataTree) { method Text (line 76) | func (t *objMetadataTree) Text() string { method Items (line 80) | func (t *objMetadataTree) Items() []ObjMetadataTree { method Print (line 84) | func (t *objMetadataTree) Print() string { type ObjMetadataTree (line 43) | type ObjMetadataTree interface type printer (line 51) | type printer struct method Print (line 92) | func (p *printer) Print(t ObjMetadataTree) string { method printText (line 96) | func (p *printer) printText(text string, spaces []bool, last bool) str... method printItems (line 130) | func (p *printer) printItems(t []ObjMetadataTree, spaces []bool) string { type Printer (line 54) | type Printer interface function New (line 59) | func New(objMetadata object.ObjMetadata) ObjMetadataTree { function newPrinter (line 88) | func newPrinter() Printer { FILE: internal/utils/apply.go function Apply (line 44) | func Apply(ctx context.Context, rcg genericclioptions.RESTClientGetter, ... function readObjects (line 99) | func readObjects(root, manifestPath string) ([]*unstructured.Unstructure... function newManager (line 125) | func newManager(rcg genericclioptions.RESTClientGetter, opts *runclient.... function applySet (line 147) | func applySet(ctx context.Context, rcg genericclioptions.RESTClientGette... function waitForSet (line 156) | func waitForSet(rcg genericclioptions.RESTClientGetter, opts *runclient.... function isRecognizedKustomizationFile (line 164) | func isRecognizedKustomizationFile(path string) bool { FILE: internal/utils/hex.go function TruncateHex (line 30) | func TruncateHex(str string) string { FILE: internal/utils/hex_test.go function TestTruncateHex (line 25) | func TestTruncateHex(t *testing.T) { FILE: internal/utils/utils.go type ExecMode (line 59) | type ExecMode constant ModeOS (line 62) | ModeOS ExecMode = "os.stderr|stdout" constant ModeStderrOS (line 63) | ModeStderrOS ExecMode = "os.stderr" constant ModeCapture (line 64) | ModeCapture ExecMode = "capture.stderr|stdout" function ExecKubectlCommand (line 67) | func ExecKubectlCommand(ctx context.Context, mode ExecMode, kubeConfigPa... function KubeConfig (line 109) | func KubeConfig(rcg genericclioptions.RESTClientGetter, opts *runclient.... function NewScheme (line 124) | func NewScheme() *apiruntime.Scheme { function KubeClient (line 142) | func KubeClient(rcg genericclioptions.RESTClientGetter, opts *runclient.... function SplitKubeConfigPath (line 166) | func SplitKubeConfigPath(path string) []string { function ContainsItemString (line 177) | func ContainsItemString(s []string, e string) bool { function ContainsEqualFoldItemString (line 186) | func ContainsEqualFoldItemString(s []string, e string) (string, bool) { function ParseNamespacedName (line 197) | func ParseNamespacedName(input string) types.NamespacedName { function ParseObjectKindName (line 212) | func ParseObjectKindName(input string) (kind, name string) { function ParseObjectKindNameNamespace (line 223) | func ParseObjectKindNameNamespace(input string) (kind, name, namespace s... function MakeDependsOn (line 234) | func MakeDependsOn(deps []string) []meta.NamespacedObjectReference { function ValidateComponents (line 254) | func ValidateComponents(components []string) error { function CompatibleVersion (line 270) | func CompatibleVersion(binary, target string) bool { function ExtractCRDs (line 286) | func ExtractCRDs(inManifestPath, outManifestPath string) error { FILE: internal/utils/utils_test.go function TestCompatibleVersion (line 30) | func TestCompatibleVersion(t *testing.T) { function TestParseObjectKindNameNamespace (line 53) | func TestParseObjectKindNameNamespace(t *testing.T) { function TestMakeDependsOn (line 82) | func TestMakeDependsOn(t *testing.T) { function TestValidateComponents (line 104) | func TestValidateComponents(t *testing.T) { function TestExtractCRDs (line 124) | func TestExtractCRDs(t *testing.T) { FILE: pkg/bootstrap/bootstrap.go type Reconciler (line 56) | type Reconciler interface type RepositoryReconciler (line 83) | type RepositoryReconciler interface type ReconcilerWithSyncCheck (line 90) | type ReconcilerWithSyncCheck interface type PostGenerateSecretFunc (line 96) | type PostGenerateSecretFunc function Run (line 98) | func Run(ctx context.Context, reconciler Reconciler, manifestsBase string, function mustInstallManifests (line 140) | func mustInstallManifests(ctx context.Context, kube client.Client, names... function secretExists (line 152) | func secretExists(ctx context.Context, kube client.Client, objKey client... function reconcileSecret (line 162) | func reconcileSecret(ctx context.Context, kube client.Client, secret cor... function reconcileImagePullSecret (line 176) | func reconcileImagePullSecret(ctx context.Context, kube client.Client, i... function kustomizationPathDiffers (line 196) | func kustomizationPathDiffers(ctx context.Context, kube client.Client, o... type objectWithConditions (line 217) | type objectWithConditions interface function objectReconciled (line 222) | func objectReconciled(kube client.Client, objKey client.ObjectKey, clien... function hasRevision (line 268) | func hasRevision(kind string, obj map[string]interface{}, expectedRev st... function retry (line 281) | func retry(retries int, wait time.Duration, fn func() error) (err error) { FILE: pkg/bootstrap/bootstrap_plain_git.go type PlainGitBootstrapper (line 59) | type PlainGitBootstrapper struct method ReconcileComponents (line 115) | func (b *PlainGitBootstrapper) ReconcileComponents(ctx context.Context... method ReconcileSourceSecret (line 222) | func (b *PlainGitBootstrapper) ReconcileSourceSecret(ctx context.Conte... method ReconcileSyncConfig (line 264) | func (b *PlainGitBootstrapper) ReconcileSyncConfig(ctx context.Context... method ReportKustomizationHealth (line 404) | func (b *PlainGitBootstrapper) ReportKustomizationHealth(ctx context.C... method ReportGitRepoHealth (line 436) | func (b *PlainGitBootstrapper) ReportGitRepoHealth(ctx context.Context... method ReportComponentsHealth (line 468) | func (b *PlainGitBootstrapper) ReportComponentsHealth(ctx context.Cont... method cleanGitRepoDir (line 500) | func (b *PlainGitBootstrapper) cleanGitRepoDir() error { type GitOption (line 80) | type GitOption interface function WithRepositoryURL (line 84) | func WithRepositoryURL(url string) GitOption { type repositoryURLOption (line 88) | type repositoryURLOption method applyGit (line 90) | func (o repositoryURLOption) applyGit(b *PlainGitBootstrapper) { function WithPostGenerateSecretFunc (line 94) | func WithPostGenerateSecretFunc(callback PostGenerateSecretFunc) GitOpti... type postGenerateSecret (line 98) | type postGenerateSecret method applyGit (line 100) | func (o postGenerateSecret) applyGit(b *PlainGitBootstrapper) { function NewPlainGitProvider (line 104) | func NewPlainGitProvider(git repository.Client, kube client.Client, opts... function getOpenPgpEntity (line 514) | func getOpenPgpEntity(keyRing openpgp.EntityList, passphrase, keyID stri... FILE: pkg/bootstrap/bootstrap_provider.go type GitProviderBootstrapper (line 38) | type GitProviderBootstrapper struct method ReconcileSyncConfig (line 205) | func (b *GitProviderBootstrapper) ReconcileSyncConfig(ctx context.Cont... method ReconcileSourceSecret (line 229) | func (b *GitProviderBootstrapper) ReconcileSourceSecret(ctx context.Co... method ReconcileRepository (line 255) | func (b *GitProviderBootstrapper) ReconcileRepository(ctx context.Cont... method reconcileDeployKey (line 278) | func (b *GitProviderBootstrapper) reconcileDeployKey(ctx context.Conte... method reconcileDeployToken (line 302) | func (b *GitProviderBootstrapper) reconcileDeployToken(ctx context.Con... method reconcileOrgRepository (line 335) | func (b *GitProviderBootstrapper) reconcileOrgRepository(ctx context.C... method reconcileUserRepository (line 411) | func (b *GitProviderBootstrapper) reconcileUserRepository(ctx context.... method getOrganization (line 460) | func (b *GitProviderBootstrapper) getOrganization(ctx context.Context,... method getCloneURL (line 480) | func (b *GitProviderBootstrapper) getCloneURL(repository gitprovider.U... function NewGitProviderBootstrapper (line 67) | func NewGitProviderBootstrapper(git repository.Client, provider gitprovi... type GitProviderOption (line 85) | type GitProviderOption interface function WithProviderRepository (line 89) | func WithProviderRepository(owner, repositoryName string, personal bool)... function WithProviderVisibility (line 97) | func WithProviderVisibility(visibility string) GitProviderOption { type providerRepositoryOption (line 103) | type providerRepositoryOption struct method applyGitProvider (line 109) | func (o providerRepositoryOption) applyGitProvider(b *GitProviderBoots... function WithProviderRepositoryConfig (line 115) | func WithProviderRepositoryConfig(description, defaultBranch, visibility... type providerRepositoryConfigOption (line 123) | type providerRepositoryConfigOption struct method applyGitProvider (line 129) | func (o providerRepositoryConfigOption) applyGitProvider(b *GitProvide... function WithProviderTeamPermissions (line 135) | func WithProviderTeamPermissions(teams map[string]string) GitProviderOpt... type providerRepositoryTeamPermissionsOption (line 139) | type providerRepositoryTeamPermissionsOption method applyGitProvider (line 141) | func (o providerRepositoryTeamPermissionsOption) applyGitProvider(b *G... function WithReadWriteKeyPermissions (line 145) | func WithReadWriteKeyPermissions(b bool) GitProviderOption { type withReadWriteKeyPermissionsOption (line 149) | type withReadWriteKeyPermissionsOption method applyGitProvider (line 151) | func (o withReadWriteKeyPermissionsOption) applyGitProvider(b *GitProv... function WithBootstrapTransportType (line 155) | func WithBootstrapTransportType(protocol string) GitProviderOption { type bootstrapTransportTypeOption (line 159) | type bootstrapTransportTypeOption method applyGitProvider (line 161) | func (o bootstrapTransportTypeOption) applyGitProvider(b *GitProviderB... function WithSyncTransportType (line 165) | func WithSyncTransportType(protocol string) GitProviderOption { type syncProtocolOption (line 169) | type syncProtocolOption method applyGitProvider (line 171) | func (o syncProtocolOption) applyGitProvider(b *GitProviderBootstrappe... function WithSSHHostname (line 175) | func WithSSHHostname(hostname string) GitProviderOption { type sshHostnameOption (line 179) | type sshHostnameOption method applyGitProvider (line 181) | func (o sshHostnameOption) applyGitProvider(b *GitProviderBootstrapper) { function WithReconcile (line 185) | func WithReconcile() GitProviderOption { type reconcileOption (line 189) | type reconcileOption method applyGitProvider (line 191) | func (o reconcileOption) applyGitProvider(b *GitProviderBootstrapper) { function WithDeployTokenAuth (line 195) | func WithDeployTokenAuth() GitProviderOption { type deployTokenAuthOption (line 199) | type deployTokenAuthOption method applyGitProvider (line 201) | func (o deployTokenAuthOption) applyGitProvider(b *GitProviderBootstra... function splitSubOrganizationsFromRepositoryName (line 502) | func splitSubOrganizationsFromRepositoryName(name string) ([]string, str... function buildTeamAccessInfo (line 520) | func buildTeamAccessInfo(m map[string]string, defaultPermissions *gitpro... function newOrganizationRef (line 547) | func newOrganizationRef(domain, organization string, subOrganizations []... function newOrgRepositoryRef (line 557) | func newOrgRepositoryRef(organizationRef gitprovider.OrganizationRef, na... function newUserRef (line 566) | func newUserRef(domain, login string) gitprovider.UserRef { function newUserRepositoryRef (line 575) | func newUserRepositoryRef(userRef gitprovider.UserRef, name string) gitp... function newRepositoryInfo (line 584) | func newRepositoryInfo(description, defaultBranch, visibility string) gi... function newDeployKeyInfo (line 600) | func newDeployKeyInfo(name, publicKey string, readWrite bool) gitprovide... function deployKeyName (line 611) | func deployKeyName(namespace, secretName, branch, path string) string { function deployTokenName (line 626) | func deployTokenName(namespace, secretName, branch, path string) string { function setHostname (line 639) | func setHostname(URL, hostname string) (string, error) { FILE: pkg/bootstrap/bootstrap_test.go function Test_hasRevision (line 37) | func Test_hasRevision(t *testing.T) { function Test_objectReconciled (line 141) | func Test_objectReconciled(t *testing.T) { FILE: pkg/bootstrap/options.go type Option (line 32) | type Option interface function WithBranch (line 37) | func WithBranch(branch string) Option { type branchOption (line 41) | type branchOption method applyGit (line 43) | func (o branchOption) applyGit(b *PlainGitBootstrapper) { method applyGitProvider (line 47) | func (o branchOption) applyGitProvider(b *GitProviderBootstrapper) { function WithSignature (line 51) | func WithSignature(name, email string) Option { type signatureOption (line 58) | type signatureOption method applyGit (line 60) | func (o signatureOption) applyGit(b *PlainGitBootstrapper) { method applyGitProvider (line 69) | func (o signatureOption) applyGitProvider(b *GitProviderBootstrapper) { function WithCommitMessageAppendix (line 73) | func WithCommitMessageAppendix(appendix string) Option { type commitMessageAppendixOption (line 77) | type commitMessageAppendixOption method applyGit (line 79) | func (o commitMessageAppendixOption) applyGit(b *PlainGitBootstrapper) { method applyGitProvider (line 83) | func (o commitMessageAppendixOption) applyGitProvider(b *GitProviderBo... function WithKubeconfig (line 87) | func WithKubeconfig(rcg genericclioptions.RESTClientGetter, opts *runcli... type kubeconfigOption (line 94) | type kubeconfigOption struct method applyGit (line 99) | func (o kubeconfigOption) applyGit(b *PlainGitBootstrapper) { method applyGitProvider (line 104) | func (o kubeconfigOption) applyGitProvider(b *GitProviderBootstrapper) { function WithLogger (line 108) | func WithLogger(logger log.Logger) Option { type loggerOption (line 112) | type loggerOption struct method applyGit (line 116) | func (o loggerOption) applyGit(b *PlainGitBootstrapper) { method applyGitProvider (line 120) | func (o loggerOption) applyGitProvider(b *GitProviderBootstrapper) { function WithGitCommitSigning (line 124) | func WithGitCommitSigning(gpgKeyRing openpgp.EntityList, passphrase, key... type gitCommitSigningOption (line 132) | type gitCommitSigningOption struct method applyGit (line 138) | func (o gitCommitSigningOption) applyGit(b *PlainGitBootstrapper) { method applyGitProvider (line 144) | func (o gitCommitSigningOption) applyGitProvider(b *GitProviderBootstr... function LoadEntityListFromPath (line 148) | func LoadEntityListFromPath(path string) (openpgp.EntityList, error) { FILE: pkg/bootstrap/provider/factory.go function BuildGitProvider (line 32) | func BuildGitProvider(config Config) (gitprovider.Client, error) { FILE: pkg/bootstrap/provider/provider.go type GitProvider (line 20) | type GitProvider constant GitProviderGitHub (line 23) | GitProviderGitHub GitProvider = "github" constant GitProviderGitea (line 24) | GitProviderGitea GitProvider = "gitea" constant GitProviderGitLab (line 25) | GitProviderGitLab GitProvider = "gitlab" constant GitProviderStash (line 26) | GitProviderStash GitProvider = "stash" type Config (line 30) | type Config struct FILE: pkg/log/log.go type Logger (line 19) | type Logger interface FILE: pkg/log/nop.go type NopLogger (line 19) | type NopLogger struct method Actionf (line 21) | func (NopLogger) Actionf(format string, a ...interface{}) {} method Generatef (line 23) | func (NopLogger) Generatef(format string, a ...interface{}) {} method Waitingf (line 25) | func (NopLogger) Waitingf(format string, a ...interface{}) {} method Successf (line 27) | func (NopLogger) Successf(format string, a ...interface{}) {} method Warningf (line 29) | func (NopLogger) Warningf(format string, a ...interface{}) {} method Failuref (line 31) | func (NopLogger) Failuref(format string, a ...interface{}) {} FILE: pkg/manifestgen/install/install.go function Generate (line 40) | func Generate(options Options, manifestsBase string) (*manifestgen.Manif... function GetLatestVersion (line 93) | func GetLatestVersion() (string, error) { function ExistingVersion (line 119) | func ExistingVersion(version string) (bool, error) { function GetGenWarning (line 151) | func GetGenWarning(options Options) string { FILE: pkg/manifestgen/install/install_test.go function TestGenerate (line 25) | func TestGenerate(t *testing.T) { FILE: pkg/manifestgen/install/manifests.go function fetch (line 37) | func fetch(ctx context.Context, url, version, dir string) error { function generate (line 68) | func generate(base string, options Options) error { function build (line 125) | func build(base, output string) error { FILE: pkg/manifestgen/install/options.go type Options (line 21) | type Options struct function MakeDefaultOptions (line 42) | func MakeDefaultOptions() Options { function containsItemString (line 64) | func containsItemString(s []string, e string) bool { FILE: pkg/manifestgen/install/templates.go function execTemplate (line 184) | func execTemplate(obj interface{}, tmpl, filename string) error { function copyFile (line 214) | func copyFile(src, dst string) error { FILE: pkg/manifestgen/kustomization/kustomization.go function Generate (line 40) | func Generate(options Options) (*manifestgen.Manifest, error) { function Build (line 143) | func Build(base string) ([]byte, error) { function BuildWithRoot (line 152) | func BuildWithRoot(root, base string) ([]byte, error) { FILE: pkg/manifestgen/kustomization/options.go type Options (line 21) | type Options struct function MakeDefaultOptions (line 27) | func MakeDefaultOptions() Options { FILE: pkg/manifestgen/labels.go constant PartOfLabelKey (line 22) | PartOfLabelKey = "app.kubernetes.io/part-of" constant PartOfLabelValue (line 23) | PartOfLabelValue = "flux" constant InstanceLabelKey (line 24) | InstanceLabelKey = "app.kubernetes.io/instance" constant VersionLabelKey (line 25) | VersionLabelKey = "app.kubernetes.io/version" FILE: pkg/manifestgen/manifest.go constant GenWarning (line 27) | GenWarning = "# This manifest was generated by flux. DO NOT EDIT." type Manifest (line 30) | type Manifest struct method WriteFile (line 40) | func (m *Manifest) WriteFile(rootDir string) (string, error) { FILE: pkg/manifestgen/sourcesecret/options.go type PrivateKeyAlgorithm (line 25) | type PrivateKeyAlgorithm constant RSAPrivateKeyAlgorithm (line 28) | RSAPrivateKeyAlgorithm PrivateKeyAlgorithm = "rsa" constant ECDSAPrivateKeyAlgorithm (line 29) | ECDSAPrivateKeyAlgorithm PrivateKeyAlgorithm = "ecdsa" constant Ed25519PrivateKeyAlgorithm (line 30) | Ed25519PrivateKeyAlgorithm PrivateKeyAlgorithm = "ed25519" constant AddressSecretKey (line 34) | AddressSecretKey = "address" constant UsernameSecretKey (line 35) | UsernameSecretKey = "username" constant PasswordSecretKey (line 36) | PasswordSecretKey = "password" constant CACrtSecretKey (line 37) | CACrtSecretKey = "ca.crt" constant TLSCrtSecretKey (line 38) | TLSCrtSecretKey = "tls.crt" constant TLSKeySecretKey (line 39) | TLSKeySecretKey = "tls.key" constant PrivateKeySecretKey (line 40) | PrivateKeySecretKey = "identity" constant PublicKeySecretKey (line 41) | PublicKeySecretKey = "identity.pub" constant KnownHostsSecretKey (line 42) | KnownHostsSecretKey = "known_hosts" constant BearerTokenKey (line 43) | BearerTokenKey = "bearerToken" constant TrustPolicyKey (line 44) | TrustPolicyKey = "trustpolicy.json" constant CAFileSecretKey (line 48) | CAFileSecretKey = "caFile" constant CertFileSecretKey (line 51) | CertFileSecretKey = "certFile" constant KeyFileSecretKey (line 54) | KeyFileSecretKey = "keyFile" type Options (line 57) | type Options struct type VerificationCrt (line 87) | type VerificationCrt struct function MakeDefaultOptions (line 92) | func MakeDefaultOptions() Options { FILE: pkg/manifestgen/sourcesecret/sourcesecret.go constant defaultSSHPort (line 40) | defaultSSHPort = 22 type DockerConfigJSON (line 46) | type DockerConfigJSON struct type DockerConfig (line 53) | type DockerConfig type DockerConfigEntry (line 56) | type DockerConfigEntry struct function GenerateGit (line 63) | func GenerateGit(options Options) (*manifestgen.Manifest, error) { function GenerateTLS (line 89) | func GenerateTLS(options Options) (*manifestgen.Manifest, error) { function GenerateOCI (line 108) | func GenerateOCI(options Options) (*manifestgen.Manifest, error) { function GenerateHelm (line 124) | func GenerateHelm(options Options) (*manifestgen.Manifest, error) { function GenerateProxy (line 196) | func GenerateProxy(options Options) (*manifestgen.Manifest, error) { function GenerateNotation (line 212) | func GenerateNotation(options Options) (*manifestgen.Manifest, error) { function GenerateGitHubApp (line 237) | func GenerateGitHubApp(options Options) (*manifestgen.Manifest, error) { function LoadKeyPairFromPath (line 263) | func LoadKeyPairFromPath(path, password string) (*ssh.KeyPair, error) { function LoadKeyPair (line 275) | func LoadKeyPair(privateKey []byte, password string) (*ssh.KeyPair, erro... function buildGitSecret (line 292) | func buildGitSecret(keypair *ssh.KeyPair, hostKey []byte, options Option... function secretToManifest (line 330) | func secretToManifest(secret *corev1.Secret, options Options) (*manifest... function generateKeyPair (line 341) | func generateKeyPair(options Options) (*ssh.KeyPair, error) { function ScanHostKey (line 360) | func ScanHostKey(host string) ([]byte, error) { function resourceToString (line 374) | func resourceToString(data []byte) string { function GenerateDockerConfigJson (line 380) | func GenerateDockerConfigJson(url, username, password string) ([]byte, e... FILE: pkg/manifestgen/sourcesecret/sourcesecret_test.go function Test_passwordLoadKeyPair (line 31) | func Test_passwordLoadKeyPair(t *testing.T) { function Test_PasswordlessLoadKeyPair (line 67) | func Test_PasswordlessLoadKeyPair(t *testing.T) { FILE: pkg/manifestgen/sync/options.go type Options (line 23) | type Options struct function MakeDefaultOptions (line 38) | func MakeDefaultOptions() Options { FILE: pkg/manifestgen/sync/sync.go function Generate (line 36) | func Generate(options Options) (*manifestgen.Manifest, error) { function resourceToString (line 113) | func resourceToString(data []byte) string { FILE: pkg/manifestgen/sync/sync_test.go function TestGenerate (line 31) | func TestGenerate(t *testing.T) { FILE: pkg/manifestgen/tmpdir.go function MkdirTempAbs (line 28) | func MkdirTempAbs(dir, pattern string) (string, error) { FILE: pkg/printers/dyff.go type DyffPrinter (line 27) | type DyffPrinter struct method Print (line 39) | func (p *DyffPrinter) Print(w io.Writer, args ...interface{}) error { function NewDyffPrinter (line 32) | func NewDyffPrinter() *DyffPrinter { FILE: pkg/printers/interface.go type Printer (line 22) | type Printer interface type PrinterFunc (line 28) | type PrinterFunc method Print (line 31) | func (fn PrinterFunc) Print(w io.Writer, args ...interface{}) error { FILE: pkg/printers/table_printer.go function TablePrinter (line 27) | func TablePrinter(header []string) PrinterFunc { FILE: pkg/status/status.go type StatusChecker (line 40) | type StatusChecker struct method Assess (line 71) | func (sc *StatusChecker) Assess(identifiers ...object.ObjMetadata) err... function NewStatusCheckerWithClient (line 48) | func NewStatusCheckerWithClient(c client.Client, pollInterval time.Durat... function NewStatusChecker (line 58) | func NewStatusChecker(kubeConfig *rest.Config, pollInterval time.Duratio... function desiredStatusNotifierFunc (line 109) | func desiredStatusNotifierFunc(cancelFunc context.CancelFunc, FILE: pkg/uninstall/uninstall.go function Components (line 45) | func Components(ctx context.Context, logger log.Logger, kubeClient clien... function Finalizers (line 138) | func Finalizers(ctx context.Context, logger log.Logger, kubeClient clien... function CustomResourceDefinitions (line 355) | func CustomResourceDefinitions(ctx context.Context, logger log.Logger, k... function Namespace (line 377) | func Namespace(ctx context.Context, logger log.Logger, kubeClient client... function getDeleteOptions (line 390) | func getDeleteOptions(dryRun bool) (*client.DeleteOptions, string) { function getUpdateOptions (line 401) | func getUpdateOptions(dryRun bool) (*client.UpdateOptions, string) { FILE: tests/bootstrap/main.go function main (line 13) | func main() { FILE: tests/image-automation/main.go function main (line 13) | func main() { FILE: tests/integration/azure_specific_test.go function TestAzureDevOpsCommitStatus (line 46) | func TestAzureDevOpsCommitStatus(t *testing.T) { type AzureDevOpsURL (line 176) | type AzureDevOpsURL struct function ParseAzureDevopsURL (line 183) | func ParseAzureDevopsURL(s string) (AzureDevOpsURL, error) { FILE: tests/integration/azure_test.go constant azureDevOpsKnownHosts (line 31) | azureDevOpsKnownHosts = "ssh.dev.azure.com ssh-rsa AAAAB3NzaC1yc2EAAAADA... function createKubeConfigAKS (line 36) | func createKubeConfigAKS(ctx context.Context, state map[string]*tfjson.S... function getTestConfigAKS (line 44) | func getTestConfigAKS(ctx context.Context, outputs map[string]*tfjson.St... function registryLoginACR (line 139) | func registryLoginACR(ctx context.Context, output map[string]*tfjson.Sta... function setupEventHubHandler (line 150) | func setupEventHubHandler(ctx context.Context, c chan []byte, eventHubSa... FILE: tests/integration/flux_test.go function TestFluxInstallation (line 34) | func TestFluxInstallation(t *testing.T) { function TestRepositoryCloning (line 47) | func TestRepositoryCloning(t *testing.T) { FILE: tests/integration/gcp_test.go constant gcpSourceRepoKnownHosts (line 37) | gcpSourceRepoKnownHosts = "[source.developers.google.com]:2022 ecdsa-sha... function createKubeConfigGKE (line 42) | func createKubeConfigGKE(ctx context.Context, state map[string]*tfjson.S... function registryLoginGCR (line 52) | func registryLoginGCR(ctx context.Context, output map[string]*tfjson.Sta... function getTestConfigGKE (line 64) | func getTestConfigGKE(ctx context.Context, outputs map[string]*tfjson.St... function setupPubSubReceiver (line 154) | func setupPubSubReceiver(ctx context.Context, c chan []byte, projectID s... FILE: tests/integration/image_repo_test.go function TestImageRepositoryAndAutomation (line 39) | func TestImageRepositoryAndAutomation(t *testing.T) { FILE: tests/integration/notification_test.go function TestNotification (line 39) | func TestNotification(t *testing.T) { FILE: tests/integration/oci_test.go function TestOCIHelmRelease (line 35) | func TestOCIHelmRelease(t *testing.T) { FILE: tests/integration/sops_encryption_test.go function TestKeyVaultSops (line 38) | func TestKeyVaultSops(t *testing.T) { FILE: tests/integration/suite_test.go constant azureTerraformPath (line 47) | azureTerraformPath = "./terraform/azure" constant gcpTerraformPath (line 50) | gcpTerraformPath = "./terraform/gcp" constant kubeconfigPath (line 53) | kubeconfigPath = "./build/kubeconfig" constant fluxBin (line 56) | fluxBin = "./build/flux" constant defaultBranch (line 59) | defaultBranch = "main" constant envVarGitRepoSSHPath (line 63) | envVarGitRepoSSHPath = "GITREPO_SSH_PATH" constant envVarGitRepoSSHPubPath (line 66) | envVarGitRepoSSHPubPath = "GITREPO_SSH_PUB_PATH" type testConfig (line 101) | type testConfig struct type notificationConfig (line 132) | type notificationConfig struct type gitUrl (line 143) | type gitUrl struct type getTestConfig (line 149) | type getTestConfig type registryLoginFunc (line 154) | type registryLoginFunc type providerConfig (line 157) | type providerConfig struct function init (line 165) | func init() { function TestMain (line 176) | func TestMain(m *testing.M) { function getProviderConfig (line 306) | func getProviderConfig(provider string) *providerConfig { function pushTestImages (line 328) | func pushTestImages(ctx context.Context, repoURL string, tags []string) ... function randStringRunes (line 340) | func randStringRunes(n int) string { FILE: tests/integration/util_test.go function installFlux (line 55) | func installFlux(ctx context.Context, tmpDir string, kubeconfigPath stri... function runFluxCheck (line 108) | func runFluxCheck(ctx context.Context) error { function uninstallFlux (line 115) | func uninstallFlux(ctx context.Context) error { function verifyGitAndKustomization (line 126) | func verifyGitAndKustomization(ctx context.Context, kubeClient client.Cl... type nsConfig (line 150) | type nsConfig struct function setUpFluxConfig (line 161) | func setUpFluxConfig(ctx context.Context, name string, opts nsConfig) er... function tearDownFluxConfig (line 250) | func tearDownFluxConfig(ctx context.Context, name string) error { function getRepository (line 276) | func getRepository(ctx context.Context, dir, repoURL, branchName string,... function commitAndPushAll (line 296) | func commitAndPushAll(ctx context.Context, client *gogit.Client, files m... function createTagAndPush (line 325) | func createTagAndPush(ctx context.Context, client *gogit.Client, branchN... function pushImagesFromURL (line 380) | func pushImagesFromURL(repoURL, imgURL string, tags []string) error { function getTransportURL (line 395) | func getTransportURL(urls gitUrl) string { function authOpts (line 403) | func authOpts(repoURL string, authData map[string][]byte) (*git.AuthOpti... function checkReadyCondition (line 414) | func checkReadyCondition(from conditions.Getter) error { function dumpDiagnostics (line 429) | func dumpDiagnostics(t *testing.T, ctx context.Context, namespace string) { function dumpFluxObjects (line 443) | func dumpFluxObjects(t *testing.T, ctx context.Context, namespace string) { function logObjectStatus (line 505) | func logObjectStatus(t *testing.T, kind, name, namespace string, conditi... function dumpControllerLogs (line 515) | func dumpControllerLogs(t *testing.T, ctx context.Context) { function logNamespacePods (line 541) | func logNamespacePods(t *testing.T, ctx context.Context, namespace strin...