SYMBOL INDEX (954 symbols across 77 files) FILE: argocd/model_provider.go type ArgoCDProviderConfig (line 24) | type ArgoCDProviderConfig struct method getApiClientOptions (line 56) | func (p ArgoCDProviderConfig) getApiClientOptions(ctx context.Context)... method setCoreOpts (line 163) | func (p ArgoCDProviderConfig) setCoreOpts(opts *apiclient.ClientOption... method setLocalConfigOpts (line 183) | func (p ArgoCDProviderConfig) setLocalConfigOpts(opts *apiclient.Clien... method setPortForwardingOpts (line 227) | func (p ArgoCDProviderConfig) setPortForwardingOpts(ctx context.Contex... type Kubernetes (line 322) | type Kubernetes struct type KubernetesExec (line 337) | type KubernetesExec struct FILE: argocd/provider.go function Provider (line 26) | func Provider() *schema.Provider { function kubernetesResource (line 159) | func kubernetesResource() *schema.Resource { function argoCDProviderConfigFromResourceData (line 256) | func argoCDProviderConfigFromResourceData(ctx context.Context, d *schema... function kubernetesConfigFromResourceData (line 289) | func kubernetesConfigFromResourceData(ctx context.Context, d *schema.Res... function kubernetesExecConfigFromResourceData (line 315) | func kubernetesExecConfigFromResourceData(ctx context.Context, d *schema... function getStringFromResourceData (line 336) | func getStringFromResourceData(d *schema.ResourceData, key string) types... function getBoolFromResourceData (line 344) | func getBoolFromResourceData(d *schema.ResourceData, key string) types.B... function getStringListFromResourceData (line 352) | func getStringListFromResourceData(ctx context.Context, d *schema.Resour... function getStringMapFromResourceData (line 360) | func getStringMapFromResourceData(ctx context.Context, d *schema.Resourc... function getStringSetFromResourceData (line 368) | func getStringSetFromResourceData(ctx context.Context, d *schema.Resourc... FILE: argocd/provider_test.go function init (line 25) | func init() { function TestMain (line 61) | func TestMain(m *testing.M) { function TestProvider (line 65) | func TestProvider(t *testing.T) { function TestProvider_headers (line 73) | func TestProvider_headers(t *testing.T) { function testAccPreCheck (line 93) | func testAccPreCheck(t *testing.T) { function testAccPreCheckFeatureSupported (line 112) | func testAccPreCheckFeatureSupported(t *testing.T, feature features.Feat... FILE: argocd/resource_argocd_account_token.go function resourceArgoCDAccountToken (line 17) | func resourceArgoCDAccountToken() *schema.Resource { function resourceArgoCDAccountTokenCreate (line 145) | func resourceArgoCDAccountTokenCreate(ctx context.Context, d *schema.Res... function resourceArgoCDAccountTokenRead (line 243) | func resourceArgoCDAccountTokenRead(ctx context.Context, d *schema.Resou... function resourceArgoCDAccountTokenUpdate (line 273) | func resourceArgoCDAccountTokenUpdate(ctx context.Context, d *schema.Res... function resourceArgoCDAccountTokenDelete (line 313) | func resourceArgoCDAccountTokenDelete(ctx context.Context, d *schema.Res... function getAccount (line 340) | func getAccount(ctx context.Context, si *ServerInterface, d *schema.Reso... FILE: argocd/resource_argocd_account_token_test.go function TestAccArgoCDAccountToken_DefaultAccount (line 15) | func TestAccArgoCDAccountToken_DefaultAccount(t *testing.T) { function TestAccArgoCDAccountToken_ExplicitAccount (line 46) | func TestAccArgoCDAccountToken_ExplicitAccount(t *testing.T) { function TestAccArgoCDAccountToken_Multiple (line 72) | func TestAccArgoCDAccountToken_Multiple(t *testing.T) { function TestAccArgoCDAccountToken_RenewBefore (line 104) | func TestAccArgoCDAccountToken_RenewBefore(t *testing.T) { function TestAccArgoCDAccountToken_RenewAfter (line 140) | func TestAccArgoCDAccountToken_RenewAfter(t *testing.T) { function testAccArgoCDAccountToken_DefaultAccount (line 171) | func testAccArgoCDAccountToken_DefaultAccount() string { function testAccArgoCDAccountToken_Expiry (line 177) | func testAccArgoCDAccountToken_Expiry(expiresIn int64) string { function testAccArgoCDAccountToken_ExplicitAccount (line 185) | func testAccArgoCDAccountToken_ExplicitAccount() string { function testAccArgoCDAccountToken_Multiple (line 193) | func testAccArgoCDAccountToken_Multiple(count int) string { function testAccArgoCDAccountTokenRenewBeforeSuccess (line 216) | func testAccArgoCDAccountTokenRenewBeforeSuccess(expiresIn, renewBefore ... function testAccArgoCDAccountTokenRenewBeforeFailure (line 225) | func testAccArgoCDAccountTokenRenewBeforeFailure(expiresInDuration time.... function testAccArgoCDAccountTokenRenewAfter (line 237) | func testAccArgoCDAccountTokenRenewAfter(renewAfter int) string { function testCheckTokenIssuedAt (line 246) | func testCheckTokenIssuedAt(resourceName string) resource.TestCheckFunc { function testCheckTokenExpiresAt (line 271) | func testCheckTokenExpiresAt(resourceName string, expiresIn int64) resou... function testTokenIssuedAtSet (line 310) | func testTokenIssuedAtSet(name string, count int) resource.TestCheckFunc { function testDelay (line 337) | func testDelay(seconds int) resource.TestCheckFunc { FILE: argocd/resource_argocd_application.go function resourceArgoCDApplication (line 20) | func resourceArgoCDApplication() *schema.Resource { function resourceArgoCDApplicationCreate (line 89) | func resourceArgoCDApplicationCreate(ctx context.Context, d *schema.Reso... function resourceArgoCDApplicationRead (line 218) | func resourceArgoCDApplicationRead(ctx context.Context, d *schema.Resour... function resourceArgoCDApplicationUpdate (line 266) | func resourceArgoCDApplicationUpdate(ctx context.Context, d *schema.Reso... function resourceArgoCDApplicationDelete (line 391) | func resourceArgoCDApplicationDelete(ctx context.Context, d *schema.Reso... FILE: argocd/resource_argocd_application_set.go function resourceArgoCDApplicationSet (line 16) | func resourceArgoCDApplicationSet() *schema.Resource { function resourceArgoCDApplicationSetCreate (line 41) | func resourceArgoCDApplicationSetCreate(ctx context.Context, d *schema.R... function resourceArgoCDApplicationSetRead (line 104) | func resourceArgoCDApplicationSetRead(ctx context.Context, d *schema.Res... function resourceArgoCDApplicationSetUpdate (line 135) | func resourceArgoCDApplicationSetUpdate(ctx context.Context, d *schema.R... function resourceArgoCDApplicationSetDelete (line 191) | func resourceArgoCDApplicationSetDelete(ctx context.Context, d *schema.R... FILE: argocd/resource_argocd_application_set_test.go function TestAccArgoCDApplicationSet_clusters (line 14) | func TestAccArgoCDApplicationSet_clusters(t *testing.T) { function TestAccArgoCDApplicationSet_clustersSelector (line 36) | func TestAccArgoCDApplicationSet_clustersSelector(t *testing.T) { function TestAccArgoCDApplicationSet_clusterDecisionResource (line 64) | func TestAccArgoCDApplicationSet_clusterDecisionResource(t *testing.T) { function TestAccArgoCDApplicationSet_gitDirectories (line 100) | func TestAccArgoCDApplicationSet_gitDirectories(t *testing.T) { function TestAccArgoCDApplicationSet_gitFiles (line 136) | func TestAccArgoCDApplicationSet_gitFiles(t *testing.T) { function TestAccArgoCDApplicationSet_plugin (line 169) | func TestAccArgoCDApplicationSet_plugin(t *testing.T) { function TestAccArgoCDApplicationSet_list (line 205) | func TestAccArgoCDApplicationSet_list(t *testing.T) { function TestAccArgoCDApplicationSet_listElementsYaml (line 237) | func TestAccArgoCDApplicationSet_listElementsYaml(t *testing.T) { function TestAccArgoCDApplicationSet_matrix (line 266) | func TestAccArgoCDApplicationSet_matrix(t *testing.T) { function TestAccArgoCDApplicationSet_matrixPluginGenerator (line 298) | func TestAccArgoCDApplicationSet_matrixPluginGenerator(t *testing.T) { function TestAccArgoCDApplicationSet_matrixGitPathParamPrefix (line 338) | func TestAccArgoCDApplicationSet_matrixGitPathParamPrefix(t *testing.T) { function TestAccArgoCDApplicationSet_matrixNested (line 372) | func TestAccArgoCDApplicationSet_matrixNested(t *testing.T) { function TestAccArgoCDApplicationSet_matrixInvalid (line 408) | func TestAccArgoCDApplicationSet_matrixInvalid(t *testing.T) { function TestAccArgoCDApplicationSet_merge (line 433) | func TestAccArgoCDApplicationSet_merge(t *testing.T) { function TestAccArgoCDApplicationSet_mergeNested (line 474) | func TestAccArgoCDApplicationSet_mergeNested(t *testing.T) { function TestAccArgoCDApplicationSet_scmProviderAzureDevOps (line 520) | func TestAccArgoCDApplicationSet_scmProviderAzureDevOps(t *testing.T) { function TestAccArgoCDApplicationSet_scmProviderBitbucketCloud (line 549) | func TestAccArgoCDApplicationSet_scmProviderBitbucketCloud(t *testing.T) { function TestAccArgoCDApplicationSet_scmProviderBitbucketServer (line 578) | func TestAccArgoCDApplicationSet_scmProviderBitbucketServer(t *testing.T) { function TestAccArgoCDApplicationSet_scmProviderGitea (line 607) | func TestAccArgoCDApplicationSet_scmProviderGitea(t *testing.T) { function TestAccArgoCDApplicationSet_scmProviderGithub (line 636) | func TestAccArgoCDApplicationSet_scmProviderGithub(t *testing.T) { function TestAccArgoCDApplicationSet_scmProviderGitlab (line 665) | func TestAccArgoCDApplicationSet_scmProviderGitlab(t *testing.T) { function TestAccArgoCDApplicationSet_scmProviderWithFilters (line 694) | func TestAccArgoCDApplicationSet_scmProviderWithFilters(t *testing.T) { function TestAccArgoCDApplicationSet_pullRequestBitbucketServer (line 738) | func TestAccArgoCDApplicationSet_pullRequestBitbucketServer(t *testing.T) { function TestAccArgoCDApplicationSet_pullRequestGitea (line 767) | func TestAccArgoCDApplicationSet_pullRequestGitea(t *testing.T) { function TestAccArgoCDApplicationSet_pullRequestGithub (line 796) | func TestAccArgoCDApplicationSet_pullRequestGithub(t *testing.T) { function TestAccArgoCDApplicationSet_pullRequestGitlab (line 830) | func TestAccArgoCDApplicationSet_pullRequestGitlab(t *testing.T) { function TestAccArgoCDApplicationSet_pullRequestGitlabInsecureAndCARef (line 864) | func TestAccArgoCDApplicationSet_pullRequestGitlabInsecureAndCARef(t *te... function TestAccArgoCDApplicationSet_pullRequestAzureDevOps (line 908) | func TestAccArgoCDApplicationSet_pullRequestAzureDevOps(t *testing.T) { function TestAccArgoCDApplicationSet_mergeInvalid (line 937) | func TestAccArgoCDApplicationSet_mergeInvalid(t *testing.T) { function TestAccArgoCDApplicationSet_generatorTemplate (line 958) | func TestAccArgoCDApplicationSet_generatorTemplate(t *testing.T) { function TestAccArgoCDApplicationSet_goTemplate (line 992) | func TestAccArgoCDApplicationSet_goTemplate(t *testing.T) { function TestAccArgoCDApplicationSet_syncPolicy (line 1026) | func TestAccArgoCDApplicationSet_syncPolicy(t *testing.T) { function TestAccArgoCDApplicationSet_syncPolicyWithApplicationsSyncPolicy (line 1055) | func TestAccArgoCDApplicationSet_syncPolicyWithApplicationsSyncPolicy(t ... function TestAccArgoCDApplicationSet_progressiveSync (line 1092) | func TestAccArgoCDApplicationSet_progressiveSync(t *testing.T) { function TestAccArgoCDApplicationSet_templatePatch (line 1121) | func TestAccArgoCDApplicationSet_templatePatch(t *testing.T) { function TestAccArgoCDApplicationSet_CustomNamespace (line 1150) | func TestAccArgoCDApplicationSet_CustomNamespace(t *testing.T) { function TestUpgradeSchemaApplicationSet_V0V1_Default_NoChange (line 1176) | func TestUpgradeSchemaApplicationSet_V0V1_Default_NoChange(t *testing.T) { function testAccArgoCDApplicationSet_clusters (line 1222) | func testAccArgoCDApplicationSet_clusters() string { function testAccArgoCDApplicationSet_clustersSelector (line 1256) | func testAccArgoCDApplicationSet_clustersSelector() string { function testAccArgoCDApplicationSet_clusterDecisionResource (line 1296) | func testAccArgoCDApplicationSet_clusterDecisionResource() string { function testAccArgoCDApplicationSet_scmProviderGitDirectories (line 1349) | func testAccArgoCDApplicationSet_scmProviderGitDirectories() string { function testAccArgoCDApplicationSet_scmProviderGitFiles (line 1396) | func testAccArgoCDApplicationSet_scmProviderGitFiles() string { function testAccArgoCDApplicationSet_plugin (line 1440) | func testAccArgoCDApplicationSet_plugin() string { function testAccArgoCDApplicationSet_list (line 1486) | func testAccArgoCDApplicationSet_list() string { function testAccArgoCDApplicationSet_listElementsYaml (line 1529) | func testAccArgoCDApplicationSet_listElementsYaml() string { function testAccArgoCDApplicationSet_matrix (line 1576) | func testAccArgoCDApplicationSet_matrix() string { function testAccArgoCDApplicationSet_matrixPluginGenerator (line 1634) | func testAccArgoCDApplicationSet_matrixPluginGenerator() string { function testAccArgoCDApplicationSet_matrixGitPathParamPrefix (line 1693) | func testAccArgoCDApplicationSet_matrixGitPathParamPrefix() string { function testAccArgoCDApplicationSet_matrixNested (line 1751) | func testAccArgoCDApplicationSet_matrixNested() string { function testAccArgoCDApplicationSet_matrixInsufficientGenerators (line 1823) | func testAccArgoCDApplicationSet_matrixInsufficientGenerators() string { function testAccArgoCDApplicationSet_matrixTooManyGenerators (line 1870) | func testAccArgoCDApplicationSet_matrixTooManyGenerators() string { function testAccArgoCDApplicationSet_matrixNestedInsufficientGenerators (line 1939) | func testAccArgoCDApplicationSet_matrixNestedInsufficientGenerators() st... function testAccArgoCDApplicationSet_matrixOnly1LevelOfNesting (line 2000) | func testAccArgoCDApplicationSet_matrixOnly1LevelOfNesting() string { function testAccArgoCDApplicationSet_merge (line 2087) | func testAccArgoCDApplicationSet_merge() string { function testAccArgoCDApplicationSet_mergeNested (line 2173) | func testAccArgoCDApplicationSet_mergeNested() string { function testAccArgoCDApplicationSet_mergeInsufficientGenerators (line 2267) | func testAccArgoCDApplicationSet_mergeInsufficientGenerators() string { function testAccArgoCDApplicationSet_mergeNestedInsufficientGenerators (line 2328) | func testAccArgoCDApplicationSet_mergeNestedInsufficientGenerators() str... function testAccArgoCDApplicationSet_mergeOnly1LevelOfNesting (line 2408) | func testAccArgoCDApplicationSet_mergeOnly1LevelOfNesting() string { function testAccArgoCDApplicationSet_scmProviderAzureDevOps (line 2519) | func testAccArgoCDApplicationSet_scmProviderAzureDevOps() string { function testAccArgoCDApplicationSet_scmProviderBitbucketCloud (line 2567) | func testAccArgoCDApplicationSet_scmProviderBitbucketCloud() string { function testAccArgoCDApplicationSet_scmProviderBitbucketServer (line 2614) | func testAccArgoCDApplicationSet_scmProviderBitbucketServer() string { function testAccArgoCDApplicationSet_scmProviderGitea (line 2664) | func testAccArgoCDApplicationSet_scmProviderGitea() string { function testAccArgoCDApplicationSet_scmProviderGithub (line 2711) | func testAccArgoCDApplicationSet_scmProviderGithub() string { function testAccArgoCDApplicationSet_scmProviderGitlab (line 2759) | func testAccArgoCDApplicationSet_scmProviderGitlab() string { function testAccArgoCDApplicationSet_scmProviderWithFilters (line 2807) | func testAccArgoCDApplicationSet_scmProviderWithFilters() string { function testAccArgoCDApplicationSet_pullRequestBitbucketServer (line 2873) | func testAccArgoCDApplicationSet_pullRequestBitbucketServer() string { function testAccArgoCDApplicationSet_pullRequestGitea (line 2930) | func testAccArgoCDApplicationSet_pullRequestGitea() string { function testAccArgoCDApplicationSet_pullRequestGithub (line 2985) | func testAccArgoCDApplicationSet_pullRequestGithub() string { function testAccArgoCDApplicationSet_pullRequestGitlab (line 3044) | func testAccArgoCDApplicationSet_pullRequestGitlab() string { function testAccArgoCDApplicationSet_pullRequestGitlabInsecureAndCARef (line 3102) | func testAccArgoCDApplicationSet_pullRequestGitlabInsecureAndCARef() str... function testAccArgoCDApplicationSet_pullRequestAzureDevOps (line 3166) | func testAccArgoCDApplicationSet_pullRequestAzureDevOps() string { function testAccArgoCDApplicationSet_generatorTemplate (line 3222) | func testAccArgoCDApplicationSet_generatorTemplate() string { function testAccArgoCDApplicationSet_goTemplate (line 3280) | func testAccArgoCDApplicationSet_goTemplate() string { function testAccArgoCDApplicationSet_syncPolicy (line 3319) | func testAccArgoCDApplicationSet_syncPolicy() string { function testAccArgoCDApplicationSet_syncPolicyWithApplicationsSync (line 3357) | func testAccArgoCDApplicationSet_syncPolicyWithApplicationsSync() string { function testAccArgoCDApplicationSet_progressiveSync (line 3396) | func testAccArgoCDApplicationSet_progressiveSync() string { function testAccArgoCDApplicationSet_templatePatch (line 3496) | func testAccArgoCDApplicationSet_templatePatch() string { function testAccArgoCDApplicationSetCustomNamespace (line 3552) | func testAccArgoCDApplicationSetCustomNamespace(name string) string { FILE: argocd/resource_argocd_application_test.go function TestAccArgoCDApplication (line 14) | func TestAccArgoCDApplication(t *testing.T) { function TestAccArgoCDApplication_Helm (line 96) | func TestAccArgoCDApplication_Helm(t *testing.T) { function TestAccArgoCDApplication_Helm_FileParameters (line 163) | func TestAccArgoCDApplication_Helm_FileParameters(t *testing.T) { function TestAccArgoCDApplication_Kustomize (line 177) | func TestAccArgoCDApplication_Kustomize(t *testing.T) { function TestAccArgoCDApplication_KustomizePatches (line 215) | func TestAccArgoCDApplication_KustomizePatches(t *testing.T) { function TestAccArgoCDApplication_IgnoreDifferences (line 278) | func TestAccArgoCDApplication_IgnoreDifferences(t *testing.T) { function TestAccArgoCDApplication_RevisionHistoryLimit (line 365) | func TestAccArgoCDApplication_RevisionHistoryLimit(t *testing.T) { function TestAccArgoCDApplication_OptionalDestinationNamespace (line 399) | func TestAccArgoCDApplication_OptionalDestinationNamespace(t *testing.T) { function TestAccArgoCDApplication_DirectoryJsonnet (line 428) | func TestAccArgoCDApplication_DirectoryJsonnet(t *testing.T) { function TestAccArgoCDApplication_Recurse (line 513) | func TestAccArgoCDApplication_Recurse(t *testing.T) { function TestAccArgoCDApplication_EmptyDirectory (line 593) | func TestAccArgoCDApplication_EmptyDirectory(t *testing.T) { function TestAccArgoCDApplication_DirectoryIncludeExclude (line 619) | func TestAccArgoCDApplication_DirectoryIncludeExclude(t *testing.T) { function TestAccArgoCDApplication_SyncPolicy (line 651) | func TestAccArgoCDApplication_SyncPolicy(t *testing.T) { function TestAccArgoCDApplication_NoSyncPolicyBlock (line 711) | func TestAccArgoCDApplication_NoSyncPolicyBlock(t *testing.T) { function TestAccArgoCDApplication_EmptySyncPolicyBlock (line 737) | func TestAccArgoCDApplication_EmptySyncPolicyBlock(t *testing.T) { function TestAccArgoCDApplication_NoAutomatedBlock (line 763) | func TestAccArgoCDApplication_NoAutomatedBlock(t *testing.T) { function TestAccArgoCDApplication_EmptyAutomatedBlock (line 789) | func TestAccArgoCDApplication_EmptyAutomatedBlock(t *testing.T) { function TestAccArgoCDApplication_OptionalPath (line 815) | func TestAccArgoCDApplication_OptionalPath(t *testing.T) { function TestAccArgoCDApplication_Info (line 868) | func TestAccArgoCDApplication_Info(t *testing.T) { function TestAccArgoCDApplication_SkipCrds (line 984) | func TestAccArgoCDApplication_SkipCrds(t *testing.T) { function TestAccArgoCDApplication_SkipSchemaValidation (line 1037) | func TestAccArgoCDApplication_SkipSchemaValidation(t *testing.T) { function TestAccArgoCDApplication_CustomNamespace (line 1090) | func TestAccArgoCDApplication_CustomNamespace(t *testing.T) { function TestAccArgoCDApplication_MultipleSources (line 1116) | func TestAccArgoCDApplication_MultipleSources(t *testing.T) { function TestAccArgoCDApplication_HelmValuesFromExternalGitRepo (line 1169) | func TestAccArgoCDApplication_HelmValuesFromExternalGitRepo(t *testing.T) { function TestAccArgoCDApplication_ManagedNamespaceMetadata (line 1221) | func TestAccArgoCDApplication_ManagedNamespaceMetadata(t *testing.T) { function TestAccArgoCDApplication_Wait (line 1244) | func TestAccArgoCDApplication_Wait(t *testing.T) { function TestAccArgoCDApplication_Validate (line 1271) | func TestAccArgoCDApplication_Validate(t *testing.T) { function TestAccArgoCDApplication_Sync (line 1307) | func TestAccArgoCDApplication_Sync(t *testing.T) { function testAccArgoCDApplicationSync (line 1340) | func testAccArgoCDApplicationSync(name string, sync bool) string { function testAccArgoCDApplicationSimple (line 1373) | func testAccArgoCDApplicationSimple(name, targetRevision string, wait bo... function testAccArgoCDApplicationHelm (line 1420) | func testAccArgoCDApplicationHelm(name, helmValues string) string { function testAccArgoCDApplicationHelm_FileParameters (line 1473) | func testAccArgoCDApplicationHelm_FileParameters(name string) string { function testAccArgoCDApplicationKustomize (line 1508) | func testAccArgoCDApplicationKustomize(name string, path string, validat... function testAccArgoCDApplicationKustomizePatches (line 1552) | func testAccArgoCDApplicationKustomizePatches(name string) string { function testAccArgoCDApplicationDirectoryNoPath (line 1619) | func testAccArgoCDApplicationDirectoryNoPath(name string) string { function testAccArgoCDApplicationDirectoryPath (line 1645) | func testAccArgoCDApplicationDirectoryPath(name string, path string) str... function testAccArgoCDApplication_DirectoryJsonnet (line 1672) | func testAccArgoCDApplication_DirectoryJsonnet(name string) string { function testAccArgoCDApplicationDirectoryImplicitNonRecurse (line 1723) | func testAccArgoCDApplicationDirectoryImplicitNonRecurse(name string) st... function testAccArgoCDApplicationRecurseDirectory (line 1769) | func testAccArgoCDApplicationRecurseDirectory(name string, recurse bool)... function testAccArgoCDApplication_EmptyDirectory (line 1799) | func testAccArgoCDApplication_EmptyDirectory(name string) string { function testAccArgoCDApplication_DirectoryIncludeExclude (line 1827) | func testAccArgoCDApplication_DirectoryIncludeExclude(name string) string { function testAccArgoCDApplicationSyncPolicy (line 1859) | func testAccArgoCDApplicationSyncPolicy(name string) string { function testAccArgoCDApplicationIgnoreDifferences (line 1902) | func testAccArgoCDApplicationIgnoreDifferences(name string) string { function testAccArgoCDApplicationIgnoreDiffJQPathExpressions (line 1945) | func testAccArgoCDApplicationIgnoreDiffJQPathExpressions(name string) st... function testAccArgoCDApplicationIgnoreDiffManagedFieldsManagers (line 1988) | func testAccArgoCDApplicationIgnoreDiffManagedFieldsManagers(name string... function testAccArgoCDApplication_OptionalDestinationNamespace (line 2033) | func testAccArgoCDApplication_OptionalDestinationNamespace(name string) ... function testAccArgoCDApplicationNoSyncPolicy (line 2057) | func testAccArgoCDApplicationNoSyncPolicy(name string) string { function testAccArgoCDApplicationEmptySyncPolicy (line 2082) | func testAccArgoCDApplicationEmptySyncPolicy(name string) string { function testAccArgoCDApplicationNoAutomated (line 2109) | func testAccArgoCDApplicationNoAutomated(name string) string { function testAccArgoCDApplicationEmptyAutomated (line 2144) | func testAccArgoCDApplicationEmptyAutomated(name string) string { function testAccArgoCDApplicationRevisionHistory (line 2172) | func testAccArgoCDApplicationRevisionHistory(name string, revision_histo... function testAccArgoCDApplicationInfo (line 2214) | func testAccArgoCDApplicationInfo(name, info, value string) string { function testAccArgoCDApplicationInfoNoName (line 2245) | func testAccArgoCDApplicationInfoNoName(name, value string) string { function testAccArgoCDApplicationInfoNoValue (line 2275) | func testAccArgoCDApplicationInfoNoValue(name, info string) string { function testAccArgoCDApplicationInfoEmpty (line 2305) | func testAccArgoCDApplicationInfoEmpty(name string) string { function testAccArgoCDApplicationNoInfo (line 2334) | func testAccArgoCDApplicationNoInfo(name string) string { function testAccArgoCDApplicationSkipCrds (line 2361) | func testAccArgoCDApplicationSkipCrds(name string, SkipCrds bool) string { function testAccArgoCDApplicationSkipCrds_NoSkip (line 2399) | func testAccArgoCDApplicationSkipCrds_NoSkip(name string) string { function testAccArgoCDApplicationSkipSchemaValidation (line 2436) | func testAccArgoCDApplicationSkipSchemaValidation(name string, skipSchem... function testAccArgoCDApplicationSkipSchemaValidation_NoSkip (line 2474) | func testAccArgoCDApplicationSkipSchemaValidation_NoSkip(name string) st... function testAccArgoCDApplicationCustomNamespace (line 2511) | func testAccArgoCDApplicationCustomNamespace(name string) string { function testAccArgoCDApplicationMultipleSources (line 2565) | func testAccArgoCDApplicationMultipleSources() string { function testAccArgoCDApplication_ManagedNamespaceMetadata (line 2619) | func testAccArgoCDApplication_ManagedNamespaceMetadata() string { function testAccArgoCDApplicationHelmValuesFromExternalGitRepo (line 2656) | func testAccArgoCDApplicationHelmValuesFromExternalGitRepo() string { FILE: argocd/resource_argocd_cluster.go function resourceArgoCDCluster (line 13) | func resourceArgoCDCluster() *schema.Resource { function resourceArgoCDClusterCreate (line 27) | func resourceArgoCDClusterCreate(ctx context.Context, d *schema.Resource... function resourceArgoCDClusterRead (line 93) | func resourceArgoCDClusterRead(ctx context.Context, d *schema.ResourceDa... function resourceArgoCDClusterUpdate (line 169) | func resourceArgoCDClusterUpdate(ctx context.Context, d *schema.Resource... function resourceArgoCDClusterDelete (line 191) | func resourceArgoCDClusterDelete(ctx context.Context, d *schema.Resource... function getClusterQueryFromID (line 215) | func getClusterQueryFromID(d *schema.ResourceData) *clusterClient.Cluste... FILE: argocd/resource_argocd_cluster_test.go function TestAccArgoCDCluster (line 25) | func TestAccArgoCDCluster(t *testing.T) { function TestAccArgoCDCluster_projectScope (line 88) | func TestAccArgoCDCluster_projectScope(t *testing.T) { function TestAccArgoCDCluster_optionalName (line 123) | func TestAccArgoCDCluster_optionalName(t *testing.T) { function TestAccArgoCDCluster_metadata (line 194) | func TestAccArgoCDCluster_metadata(t *testing.T) { function TestAccArgoCDCluster_invalidSameServer (line 281) | func TestAccArgoCDCluster_invalidSameServer(t *testing.T) { function TestAccArgoCDCluster_outsideDeletion (line 302) | func TestAccArgoCDCluster_outsideDeletion(t *testing.T) { function TestAccArgoCDCluster_urlUpdate (line 370) | func TestAccArgoCDCluster_urlUpdate(t *testing.T) { function TestAccArgoCDCluster_namespacesErrorWhenEmpty (line 422) | func TestAccArgoCDCluster_namespacesErrorWhenEmpty(t *testing.T) { function testAccArgoCDClusterBearerToken (line 441) | func testAccArgoCDClusterBearerToken(clusterName string) string { function testAccArgoCDClusterTLSCertificate (line 455) | func testAccArgoCDClusterTLSCertificate(t *testing.T, clusterName string... function testAccArgoCDClusterProjectScope (line 490) | func testAccArgoCDClusterProjectScope(clusterName, projectName string) s... function testAccArgoCDClusterMetadata (line 503) | func testAccArgoCDClusterMetadata(clusterName string) string { function testAccArgoCDClusterMetadataNoName (line 515) | func testAccArgoCDClusterMetadataNoName() string { function testAccArgoCDClusterTwiceWithSameServer (line 526) | func testAccArgoCDClusterTwiceWithSameServer() string { function testAccArgoCDClusterTwiceWithSameServerNoNames (line 544) | func testAccArgoCDClusterTwiceWithSameServerNoNames() string { function testAccArgoCDClusterTwiceWithSameLogicalServer (line 561) | func testAccArgoCDClusterTwiceWithSameLogicalServer() string { function testAccArgoCDClusterBearerToken_urlChange (line 579) | func testAccArgoCDClusterBearerToken_urlChange(url string) string { function testAccArgoCDClusterMetadata_addLabels (line 590) | func testAccArgoCDClusterMetadata_addLabels(clusterName string) string { function testAccArgoCDClusterMetadata_addAnnotations (line 607) | func testAccArgoCDClusterMetadata_addAnnotations(clusterName string) str... function testAccArgoCDClusterMetadata_removeLabels (line 627) | func testAccArgoCDClusterMetadata_removeLabels(clusterName string) string { function testAccArgoCDClusterNamespacesContainsEmptyString (line 644) | func testAccArgoCDClusterNamespacesContainsEmptyString(clusterName strin... function testAccArgoCDClusterNamespacesContainsEmptyString_MultipleItems (line 658) | func testAccArgoCDClusterNamespacesContainsEmptyString_MultipleItems(clu... function getInternalRestConfig (line 673) | func getInternalRestConfig() (*rest.Config, error) { function getServerInterface (line 711) | func getServerInterface() (*provider.ServerInterface, error) { function getConfig (line 735) | func getConfig() string { function isInsecure (line 760) | func isInsecure() bool { FILE: argocd/schema_application.go function applicationSpecSchemaV0 (line 10) | func applicationSpecSchemaV0() *schema.Schema { function applicationSpecSchemaV1 (line 384) | func applicationSpecSchemaV1() *schema.Schema { function applicationSpecSchemaV2 (line 794) | func applicationSpecSchemaV2() *schema.Schema { function applicationSpecSchemaV3 (line 1224) | func applicationSpecSchemaV3() *schema.Schema { function applicationSpecSchemaV4 (line 1234) | func applicationSpecSchemaV4(allOptional, isAppSet bool) *schema.Schema { function resourceArgoCDApplicationV0 (line 1890) | func resourceArgoCDApplicationV0() *schema.Resource { function resourceArgoCDApplicationV1 (line 1899) | func resourceArgoCDApplicationV1() *schema.Resource { function resourceArgoCDApplicationV2 (line 1908) | func resourceArgoCDApplicationV2() *schema.Resource { function resourceArgoCDApplicationV3 (line 1917) | func resourceArgoCDApplicationV3() *schema.Resource { function applicationStatusSchema (line 1926) | func applicationStatusSchema() *schema.Schema { function resourceApplicationHealthStatus (line 2113) | func resourceApplicationHealthStatus() *schema.Resource { function resourceArgoCDApplicationStateUpgradeV0 (line 2130) | func resourceArgoCDApplicationStateUpgradeV0(_ context.Context, rawState... function resourceArgoCDApplicationStateUpgradeV1 (line 2156) | func resourceArgoCDApplicationStateUpgradeV1(_ context.Context, rawState... function resourceArgoCDApplicationStateUpgradeV2 (line 2179) | func resourceArgoCDApplicationStateUpgradeV2(_ context.Context, rawState... function resourceArgoCDApplicationStateUpgradeV3 (line 2191) | func resourceArgoCDApplicationStateUpgradeV3(_ context.Context, rawState... FILE: argocd/schema_application_set.go constant generatorSchemaLevel (line 10) | generatorSchemaLevel = 3 function applicationSetSpecSchemaV0 (line 12) | func applicationSetSpecSchemaV0() *schema.Schema { function applicationSetSpecSchemaV1 (line 142) | func applicationSetSpecSchemaV1() *schema.Schema { function applicationSetGeneratorSchemaV0 (line 151) | func applicationSetGeneratorSchemaV0() *schema.Schema { function resourceArgoCDApplicationSetStateUpgradeV0 (line 161) | func resourceArgoCDApplicationSetStateUpgradeV0(_ context.Context, rawSt... function generatorResourceV0 (line 173) | func generatorResourceV0(level int) *schema.Resource { function applicationSetClustersGeneratorSchemaV0 (line 221) | func applicationSetClustersGeneratorSchemaV0() *schema.Schema { function applicationSetClusterDecisionResourceGeneratorSchemaV0 (line 261) | func applicationSetClusterDecisionResourceGeneratorSchemaV0() *schema.Sc... function applicationSetPluginGeneratorSchemaV0 (line 310) | func applicationSetPluginGeneratorSchemaV0() *schema.Schema { function applicationSetGitGeneratorSchemaV0 (line 361) | func applicationSetGitGeneratorSchemaV0() *schema.Schema { function applicationSetListGeneratorSchemaV0 (line 440) | func applicationSetListGeneratorSchemaV0() *schema.Schema { function applicationSetMatrixGeneratorSchemaV0 (line 473) | func applicationSetMatrixGeneratorSchemaV0(level int) *schema.Schema { function applicationSetMergeGeneratorSchemaV0 (line 500) | func applicationSetMergeGeneratorSchemaV0(level int) *schema.Schema { function applicationSetSCMProviderGeneratorSchemaV0 (line 532) | func applicationSetSCMProviderGeneratorSchemaV0() *schema.Schema { function applicationSetPullRequestGeneratorSchemaV0 (line 824) | func applicationSetPullRequestGeneratorSchemaV0() *schema.Schema { function applicationSetTemplateResource (line 1082) | func applicationSetTemplateResource(allOptional bool) *schema.Resource { function secretRefResource (line 1130) | func secretRefResource() *schema.Resource { function configMapRefResource (line 1147) | func configMapRefResource() *schema.Resource { FILE: argocd/schema_application_test.go function TestUpgradeSchemaApplication_V0V1_Default_SkipCrds (line 9) | func TestUpgradeSchemaApplication_V0V1_Default_SkipCrds(t *testing.T) { function TestUpgradeSchemaApplication_V0V1_Default_SkipCrds_NoChange (line 60) | func TestUpgradeSchemaApplication_V0V1_Default_SkipCrds_NoChange(t *test... function TestUpgradeSchemaApplication_V1V2_Default_NoChange (line 86) | func TestUpgradeSchemaApplication_V1V2_Default_NoChange(t *testing.T) { function TestUpgradeSchemaApplication_V1V2_WithKsonnet (line 117) | func TestUpgradeSchemaApplication_V1V2_WithKsonnet(t *testing.T) { function TestUpgradeSchemaApplication_V2V3_Default_NoChange (line 149) | func TestUpgradeSchemaApplication_V2V3_Default_NoChange(t *testing.T) { function TestUpgradeSchemaApplication_V3V4 (line 185) | func TestUpgradeSchemaApplication_V3V4(t *testing.T) { FILE: argocd/schema_cluster.go function clusterSchema (line 9) | func clusterSchema() map[string]*schema.Schema { FILE: argocd/schema_label_selector.go function labelSelectorSchema (line 5) | func labelSelectorSchema() map[string]*schema.Schema { function matchExpressionsSchema (line 16) | func matchExpressionsSchema() *schema.Schema { FILE: argocd/schema_metadata.go function metadataSchema (line 9) | func metadataSchema(name string) *schema.Schema { function metadataFields (line 21) | func metadataFields(objectName string) map[string]*schema.Schema { FILE: argocd/server_interface.go type ServerInterface (line 35) | type ServerInterface struct method InitClients (line 62) | func (si *ServerInterface) InitClients(ctx context.Context) diag.Diagn... method IsFeatureSupported (line 164) | func (si *ServerInterface) IsFeatureSupported(feature features.Feature... function NewServerInterface (line 56) | func NewServerInterface(c ArgoCDProviderConfig) *ServerInterface { function getDefaultString (line 174) | func getDefaultString(s types.String, envKey string) string { function getDefaultBool (line 182) | func getDefaultBool(ctx context.Context, b types.Bool, envKey string) bo... FILE: argocd/server_interface_test.go constant semverEquals (line 15) | semverEquals = iota constant semverGreater (line 16) | semverGreater constant semverLess (line 17) | semverLess function serverInterfaceTestData (line 20) | func serverInterfaceTestData(t *testing.T, argocdVersion string, semverO... function TestServerInterface_isFeatureSupported (line 54) | func TestServerInterface_isFeatureSupported(t *testing.T) { FILE: argocd/structure_application.go function expandApplication (line 15) | func expandApplication(d *schema.ResourceData, featureApplicationSourceN... function expandApplicationSpec (line 22) | func expandApplicationSpec(s map[string]interface{}, featureApplicationS... function expandApplicationSource (line 64) | func expandApplicationSource(_ass []interface{}, featureApplicationSourc... function expandApplicationSourcePlugin (line 124) | func expandApplicationSourcePlugin(in []interface{}) *application.Applic... function expandApplicationSourceDirectory (line 148) | func expandApplicationSourceDirectory(in interface{}) *application.Appli... function expandApplicationSourceKustomize (line 210) | func expandApplicationSourceKustomize(in []interface{}) *application.App... function expandApplicationSourceKustomizePatchTarget (line 277) | func expandApplicationSourceKustomizePatchTarget(in []interface{}) *appl... function expandApplicationSourceHelm (line 321) | func expandApplicationSourceHelm(in []interface{}) *application.Applicat... function expandApplicationSyncPolicy (line 407) | func expandApplicationSyncPolicy(sp interface{}) (*application.SyncPolic... function expandApplicationIgnoreDifferences (line 509) | func expandApplicationIgnoreDifferences(ids []interface{}) (result []app... function expandApplicationInfo (line 558) | func expandApplicationInfo(infos *schema.Set) (result []application.Info... function expandApplicationDestination (line 584) | func expandApplicationDestination(dest interface{}) (result application.... function flattenApplication (line 599) | func flattenApplication(app *application.Application, d *schema.Resource... function flattenApplicationSpec (line 621) | func flattenApplicationSpec(s application.ApplicationSpec) []map[string]... function flattenApplicationSyncPolicy (line 643) | func flattenApplicationSyncPolicy(sp *application.SyncPolicy) []map[stri... function flattenApplicationInfo (line 701) | func flattenApplicationInfo(infos []application.Info) (result []map[stri... function flattenApplicationIgnoreDifferences (line 721) | func flattenApplicationIgnoreDifferences(ids []application.ResourceIgnor... function flattenApplicationSource (line 737) | func flattenApplicationSource(source []application.ApplicationSource) (r... function flattenApplicationSourcePlugin (line 756) | func flattenApplicationSourcePlugin(as []*application.ApplicationSourceP... function flattenApplicationSourceDirectory (line 777) | func flattenApplicationSourceDirectory(as []*application.ApplicationSour... function flattenApplicationSourceKustomize (line 818) | func flattenApplicationSourceKustomize(as []*application.ApplicationSour... function flattenApplicationSourceHelm (line 870) | func flattenApplicationSourceHelm(as []*application.ApplicationSourceHel... function flattenApplicationDestinations (line 908) | func flattenApplicationDestinations(ds []application.ApplicationDestinat... function flattenApplicationStatus (line 920) | func flattenApplicationStatus(s application.ApplicationStatus) []map[str... function flattenApplicationConditions (line 940) | func flattenApplicationConditions(aacs []application.ApplicationConditio... function flattenHealthStatus (line 957) | func flattenHealthStatus(hs application.HealthStatus) []map[string]inter... function flattenApplicationHealthStatus (line 966) | func flattenApplicationHealthStatus(hs application.AppHealthStatus) []ma... function flattenApplicationSyncStatus (line 974) | func flattenApplicationSyncStatus(ss application.SyncStatus) []map[strin... function flattenApplicationResourceStatuses (line 984) | func flattenApplicationResourceStatuses(arss []application.ResourceStatu... function flattenApplicationSummary (line 1008) | func flattenApplicationSummary(as application.ApplicationSummary) []map[... function flattenApplicationOperationState (line 1017) | func flattenApplicationOperationState(os application.OperationState) []m... FILE: argocd/structure_application_set.go function expandApplicationSet (line 16) | func expandApplicationSet(d *schema.ResourceData, featureMultipleApplica... function expandApplicationSetSpec (line 23) | func expandApplicationSetSpec(d *schema.ResourceData, featureMultipleApp... function expandApplicationSetGenerators (line 73) | func expandApplicationSetGenerators(g []interface{}, featureMultipleAppl... function expandApplicationSetClustersGenerator (line 118) | func expandApplicationSetClustersGenerator(cg interface{}, featureMultip... function expandApplicationSetClusterDecisionResourceGenerator (line 145) | func expandApplicationSetClusterDecisionResourceGenerator(cdrg interface... function expandApplicationSetGitGenerator (line 184) | func expandApplicationSetGitGenerator(gg interface{}, featureMultipleApp... function expandApplicationSetListGenerator (line 248) | func expandApplicationSetListGenerator(lg interface{}, featureMultipleAp... function expandApplicationSetMatrixGenerator (line 286) | func expandApplicationSetMatrixGenerator(mg interface{}, featureMultiple... function expandApplicationSetMergeGenerator (line 348) | func expandApplicationSetMergeGenerator(mg interface{}, featureMultipleA... function expandApplicationSetPluginGenerator (line 416) | func expandApplicationSetPluginGenerator(mg interface{}, featureMultiple... function expandApplicationSetInputParameters (line 461) | func expandApplicationSetInputParameters(m map[string]interface{}) (appl... function expandApplicationSetPullRequestGeneratorGenerator (line 480) | func expandApplicationSetPullRequestGeneratorGenerator(mg interface{}, f... function expandApplicationSetPullRequestGeneratorBitbucketServer (line 524) | func expandApplicationSetPullRequestGeneratorBitbucketServer(bs map[stri... function expandApplicationSetPullRequestGeneratorGitea (line 546) | func expandApplicationSetPullRequestGeneratorGitea(g map[string]interfac... function expandApplicationSetPullRequestGeneratorGithub (line 561) | func expandApplicationSetPullRequestGeneratorGithub(g map[string]interfa... function expandApplicationSetPullRequestGeneratorAzureDevOps (line 582) | func expandApplicationSetPullRequestGeneratorAzureDevOps(ado map[string]... function expandApplicationSetPullRequestGeneratorGitlab (line 603) | func expandApplicationSetPullRequestGeneratorGitlab(g map[string]interfa... function expandApplicationSetPullRequestGeneratorFilters (line 631) | func expandApplicationSetPullRequestGeneratorFilters(fs []interface{}) [... function expandApplicationSetSCMProviderGenerator (line 648) | func expandApplicationSetSCMProviderGenerator(mg interface{}, featureMul... function expandApplicationSetSCMProviderAzureDevOps (line 696) | func expandApplicationSetSCMProviderAzureDevOps(ado map[string]interface... function expandApplicationSetSCMProviderBitbucket (line 711) | func expandApplicationSetSCMProviderBitbucket(b map[string]interface{}) ... function expandApplicationSetSCMProviderBitbucketServer (line 725) | func expandApplicationSetSCMProviderBitbucketServer(bs map[string]interf... function expandApplicationSetSCMProviderGitea (line 747) | func expandApplicationSetSCMProviderGitea(g map[string]interface{}) *app... function expandApplicationSetSCMProviderGithub (line 762) | func expandApplicationSetSCMProviderGithub(g map[string]interface{}) *ap... function expandApplicationSetSCMProviderGitlab (line 777) | func expandApplicationSetSCMProviderGitlab(g map[string]interface{}) *ap... function expandApplicationSetSCMProviderGeneratorFilters (line 792) | func expandApplicationSetSCMProviderGeneratorFilters(fs []interface{}) [... function expandApplicationSetStrategy (line 829) | func expandApplicationSetStrategy(sp map[string]interface{}) (*applicati... function expandApplicationSetRolloutStrategy (line 846) | func expandApplicationSetRolloutStrategy(rs map[string]interface{}) (*ap... function expandApplicationSetRolloutSteps (line 861) | func expandApplicationSetRolloutSteps(rss []interface{}) ([]application.... function expandApplicationMatchExpressions (line 892) | func expandApplicationMatchExpressions(mes []interface{}) []application.... function expandApplicationSetSyncPolicyApplicationsSyncPolicy (line 907) | func expandApplicationSetSyncPolicyApplicationsSyncPolicy(p string) (asp... function expandApplicationSetSyncPolicy (line 922) | func expandApplicationSetSyncPolicy(sp map[string]interface{}) (assp *ap... function expandApplicationSetTemplate (line 937) | func expandApplicationSetTemplate(temp interface{}, featureMultipleAppli... function expandApplicationSetTemplateMeta (line 973) | func expandApplicationSetTemplateMeta(meta interface{}) (metadata applic... function expandApplicationSetIgnoreDifferences (line 1006) | func expandApplicationSetIgnoreDifferences(ids []interface{}, featureApp... function flattenApplicationSet (line 1039) | func flattenApplicationSet(as *application.ApplicationSet, d *schema.Res... function flattenApplicationSetSpec (line 1059) | func flattenApplicationSetSpec(s application.ApplicationSetSpec) ([]map[... function flattenApplicationSetIgnoreDifferences (line 1094) | func flattenApplicationSetIgnoreDifferences(ids application.ApplicationS... function flattenGenerator (line 1105) | func flattenGenerator(g application.ApplicationSetGenerator) (map[string... function flattenApplicationSetClusterGenerator (line 1155) | func flattenApplicationSetClusterGenerator(c *application.ClusterGenerat... function flattenApplicationSetClusterDecisionResourceGenerator (line 1166) | func flattenApplicationSetClusterDecisionResourceGenerator(c *applicatio... function flattenApplicationSetGitGenerator (line 1182) | func flattenApplicationSetGitGenerator(gg *application.GitGenerator) []m... function flattenApplicationSetListGenerator (line 1221) | func flattenApplicationSetListGenerator(lg *application.ListGenerator) (... function flattenApplicationSetMatrixGenerator (line 1248) | func flattenApplicationSetMatrixGenerator(mg *application.MatrixGenerato... function flattenApplicationSetMergeGenerator (line 1268) | func flattenApplicationSetMergeGenerator(mg *application.MergeGenerator)... function flattenApplicationSetPluginGenerator (line 1289) | func flattenApplicationSetPluginGenerator(plg *application.PluginGenerat... function flattenApplicationSetPullRequestGenerator (line 1327) | func flattenApplicationSetPullRequestGenerator(prg *application.PullRequ... function flattenApplicationSetPullRequestGeneratorBitbucketServer (line 1355) | func flattenApplicationSetPullRequestGeneratorBitbucketServer(prgbs *app... function flattenApplicationSetPullRequestGeneratorGitea (line 1377) | func flattenApplicationSetPullRequestGeneratorGitea(prgg *application.Pu... function flattenApplicationSetPullRequestGeneratorGithub (line 1392) | func flattenApplicationSetPullRequestGeneratorGithub(prgg *application.P... function flattenApplicationSetPullRequestGeneratorGitlab (line 1411) | func flattenApplicationSetPullRequestGeneratorGitlab(prgg *application.P... function flattenApplicationSetPullRequestGeneratorAzureDevOps (line 1434) | func flattenApplicationSetPullRequestGeneratorAzureDevOps(prgado *applic... function flattenApplicationSetPullRequestGeneratorFilter (line 1453) | func flattenApplicationSetPullRequestGeneratorFilter(spgfs []application... function flattenApplicationSetSCMProviderGenerator (line 1467) | func flattenApplicationSetSCMProviderGenerator(spg *application.SCMProvi... function flattenApplicationSetSCMProviderGeneratorAzureDevOps (line 1499) | func flattenApplicationSetSCMProviderGeneratorAzureDevOps(spgado *applic... function flattenApplicationSetSCMProviderGeneratorBitbucket (line 1514) | func flattenApplicationSetSCMProviderGeneratorBitbucket(spgb *applicatio... function flattenApplicationSetSCMProviderGeneratorBitbucketServer (line 1528) | func flattenApplicationSetSCMProviderGeneratorBitbucketServer(spgbs *app... function flattenApplicationSetSCMProviderGeneratorGitea (line 1550) | func flattenApplicationSetSCMProviderGeneratorGitea(spgg *application.SC... function flattenApplicationSetSCMProviderGeneratorGithub (line 1565) | func flattenApplicationSetSCMProviderGeneratorGithub(spgg *application.S... function flattenApplicationSetSCMProviderGeneratorGitlab (line 1580) | func flattenApplicationSetSCMProviderGeneratorGitlab(spgg *application.S... function flattenApplicationSetSCMProviderGeneratorFilter (line 1595) | func flattenApplicationSetSCMProviderGeneratorFilter(spgfs []application... function flattenNestedGenerator (line 1625) | func flattenNestedGenerator(g application.ApplicationSetNestedGenerator)... function flattenApplicationSetStrategy (line 1685) | func flattenApplicationSetStrategy(ass application.ApplicationSetStrateg... function flattenApplicationSetRolloutStrategy (line 1697) | func flattenApplicationSetRolloutStrategy(asrs application.ApplicationSe... function flattenApplicationSetRolloutSteps (line 1705) | func flattenApplicationSetRolloutSteps(asrss []application.ApplicationSe... function flattenApplicationMatchExpression (line 1721) | func flattenApplicationMatchExpression(in []application.ApplicationMatch... function flattenApplicationSetSyncPolicy (line 1735) | func flattenApplicationSetSyncPolicy(assp application.ApplicationSetSync... function flattenApplicationSetTemplate (line 1744) | func flattenApplicationSetTemplate(ast application.ApplicationSetTemplat... function flattenApplicationSetTemplateMetadata (line 1766) | func flattenApplicationSetTemplateMetadata(tm application.ApplicationSet... FILE: argocd/structure_cluster.go function expandCluster (line 10) | func expandCluster(d *schema.ResourceData) (*application.Cluster, error) { function expandClusterConfig (line 55) | func expandClusterConfig(config interface{}) application.ClusterConfig { function flattenCluster (line 133) | func flattenCluster(cluster *application.Cluster, d *schema.ResourceData... function flattenClusterInfo (line 162) | func flattenClusterInfo(info application.ClusterInfo) []map[string]inter... function flattenClusterConfig (line 177) | func flattenClusterConfig(config application.ClusterConfig, d *schema.Re... function flattenClusterConfigTLSClientConfig (line 208) | func flattenClusterConfigTLSClientConfig(tcc application.TLSClientConfig... function flattenClusterConfigExecProviderConfig (line 238) | func flattenClusterConfigExecProviderConfig(d *schema.ResourceData) []ma... function flattenClusterMetadata (line 266) | func flattenClusterMetadata(annotations, labels map[string]string) []map... FILE: argocd/structure_label_selector.go function flattenLabelSelector (line 8) | func flattenLabelSelector(in *metav1.LabelSelector) []interface{} { function flattenLabelSelectorRequirement (line 26) | func flattenLabelSelectorRequirement(in []metav1.LabelSelectorRequiremen... function expandLabelSelector (line 40) | func expandLabelSelector(l []interface{}) metav1.LabelSelector { function expandLabelSelectorRequirement (line 59) | func expandLabelSelectorRequirement(l []interface{}) []metav1.LabelSelec... FILE: argocd/structure_metadata.go function expandMetadata (line 12) | func expandMetadata(d *schema.ResourceData) (meta meta.ObjectMeta) { function flattenMetadata (line 34) | func flattenMetadata(meta meta.ObjectMeta, d *schema.ResourceData) []int... function metadataRemoveInternalKeys (line 52) | func metadataRemoveInternalKeys(m map[string]string, d map[string]interf... function metadataIsInternalKey (line 62) | func metadataIsInternalKey(annotationKey string) bool { FILE: argocd/structure_metadata_test.go function TestMetadataIsInternalKey (line 8) | func TestMetadataIsInternalKey(t *testing.T) { FILE: argocd/structures.go function expandIntOrString (line 13) | func expandIntOrString(s string) (*intstr.IntOrString, error) { function expandSecretRef (line 36) | func expandSecretRef(sr map[string]interface{}) *application.SecretRef { function expandConfigMapKeyRef (line 43) | func expandConfigMapKeyRef(cmr map[string]interface{}) *application.Conf... function flattenIntOrString (line 50) | func flattenIntOrString(ios *intstr.IntOrString) string { function flattenSecretRef (line 63) | func flattenSecretRef(sr application.SecretRef) []map[string]interface{} { function flattenConfigMapKeyRef (line 72) | func flattenConfigMapKeyRef(cmr application.ConfigMapKeyRef) []map[strin... function newStringSet (line 81) | func newStringSet(f schema.SchemaSetFunc, in []string) *schema.Set { FILE: argocd/utils.go function convertStringToInt64 (line 18) | func convertStringToInt64(s string) (i int64, err error) { function convertInt64ToString (line 23) | func convertInt64ToString(i int64) string { function convertInt64PointerToString (line 27) | func convertInt64PointerToString(i *int64) string { function convertStringToInt64Pointer (line 31) | func convertStringToInt64Pointer(s string) (*int64, error) { function isKeyInMap (line 40) | func isKeyInMap(key string, d map[string]interface{}) bool { function expandBoolMap (line 54) | func expandBoolMap(m map[string]interface{}) map[string]bool { function expandStringMap (line 64) | func expandStringMap(m map[string]interface{}) map[string]string { function expandStringList (line 74) | func expandStringList(l []interface{}) (result []string) { function sliceOfString (line 82) | func sliceOfString(slice []interface{}) []string { function isValidPolicyAction (line 92) | func isValidPolicyAction(action string) bool { function validatePolicy (line 121) | func validatePolicy(project string, role string, policy string) error { function persistToState (line 175) | func persistToState(key string, data interface{}, d *schema.ResourceData... function argoCDAPIError (line 183) | func argoCDAPIError(action, resource, id string, err error) diag.Diagnos... function errorToDiagnostics (line 193) | func errorToDiagnostics(summary string, err error) diag.Diagnostics { function featureNotSupported (line 206) | func featureNotSupported(feature features.Feature) diag.Diagnostics { function pluginSDKDiags (line 219) | func pluginSDKDiags(ds fwdiag.Diagnostics) diag.Diagnostics { FILE: argocd/utils_test.go function TestValidatePolicy (line 7) | func TestValidatePolicy(t *testing.T) { FILE: argocd/validators.go function validateMetadataLabels (line 14) | func validateMetadataLabels(isAppSet bool) func(value interface{}, key s... function validateMetadataAnnotations (line 41) | func validateMetadataAnnotations(value interface{}, key string) (ws []st... function validateMetadataName (line 55) | func validateMetadataName(value interface{}, key string) (ws []string, e... function validateDuration (line 68) | func validateDuration(value interface{}, key string) (ws []string, es []... function validateIntOrStringPercentage (line 78) | func validateIntOrStringPercentage(value interface{}, key string) (ws []... FILE: argocd/validators_test.go function Test_validateMetadataLabels (line 10) | func Test_validateMetadataLabels(t *testing.T) { FILE: internal/diagnostics/diagnostics.go function ArgoCDAPIError (line 10) | func ArgoCDAPIError(action, resource, id string, err error) diag.Diagnos... function Error (line 18) | func Error(summary string, err error) diag.Diagnostics { function FeatureNotSupported (line 32) | func FeatureNotSupported(f features.Feature) diag.Diagnostics { FILE: internal/features/features.go type Feature (line 7) | type Feature constant ExecLogsPolicy (line 10) | ExecLogsPolicy Feature = iota constant ProjectSourceNamespaces (line 11) | ProjectSourceNamespaces constant MultipleApplicationSources (line 12) | MultipleApplicationSources constant ApplicationSet (line 13) | ApplicationSet constant ApplicationSetProgressiveSync (line 14) | ApplicationSetProgressiveSync constant ManagedNamespaceMetadata (line 15) | ManagedNamespaceMetadata constant ApplicationSetApplicationsSyncPolicy (line 16) | ApplicationSetApplicationsSyncPolicy constant ApplicationSetIgnoreApplicationDifferences (line 17) | ApplicationSetIgnoreApplicationDifferences constant ApplicationSetTemplatePatch (line 18) | ApplicationSetTemplatePatch constant ApplicationKustomizePatches (line 19) | ApplicationKustomizePatches constant ProjectDestinationServiceAccounts (line 20) | ProjectDestinationServiceAccounts constant ProjectFineGrainedPolicy (line 21) | ProjectFineGrainedPolicy constant ApplicationSourceName (line 22) | ApplicationSourceName constant RepositoryDepth (line 23) | RepositoryDepth type FeatureConstraint (line 26) | type FeatureConstraint struct FILE: internal/provider/data_source_application.go function NewArgoCDApplicationDataSource (line 20) | func NewArgoCDApplicationDataSource() datasource.DataSource { type applicationDataSource (line 25) | type applicationDataSource struct method Metadata (line 29) | func (d *applicationDataSource) Metadata(ctx context.Context, req data... method Schema (line 33) | func (d *applicationDataSource) Schema(ctx context.Context, req dataso... method Configure (line 49) | func (d *applicationDataSource) Configure(ctx context.Context, req dat... method Read (line 68) | func (d *applicationDataSource) Read(ctx context.Context, req datasour... function readApplication (line 94) | func readApplication(ctx context.Context, si *ServerInterface, data *app... FILE: internal/provider/data_source_application_test.go function TestAccArgoCDApplicationDataSource (line 11) | func TestAccArgoCDApplicationDataSource(t *testing.T) { function TestAccArgoCDApplicationDataSource_Directory (line 215) | func TestAccArgoCDApplicationDataSource_Directory(t *testing.T) { function TestAccArgoCDApplicationDataSource_Helm (line 307) | func TestAccArgoCDApplicationDataSource_Helm(t *testing.T) { function TestAccArgoCDApplicationDataSource_Kustomize (line 433) | func TestAccArgoCDApplicationDataSource_Kustomize(t *testing.T) { FILE: internal/provider/model_application.go type applicationModel (line 15) | type applicationModel struct type applicationSpec (line 22) | type applicationSpec struct function applicationSpecSchemaAttribute (line 32) | func applicationSpecSchemaAttribute(allOptional, computed bool) schema.A... function newApplicationSpec (line 58) | func newApplicationSpec(as v1alpha1.ApplicationSpec) *applicationSpec { type applicationDestination (line 79) | type applicationDestination struct function applicationDestinationSchemaAttribute (line 85) | func applicationDestinationSchemaAttribute(computed bool) schema.Attribu... function newApplicationDestination (line 110) | func newApplicationDestination(ad v1alpha1.ApplicationDestination) appli... type applicationResourceIgnoreDifferences (line 118) | type applicationResourceIgnoreDifferences struct function applicationResourceIgnoreDifferencesSchemaAttribute (line 127) | func applicationResourceIgnoreDifferencesSchemaAttribute(computed bool) ... function newApplicationResourceIgnoreDifferences (line 171) | func newApplicationResourceIgnoreDifferences(diffs []v1alpha1.ResourceIg... type applicationInfo (line 191) | type applicationInfo struct function applicationInfoSchemaAttribute (line 196) | func applicationInfoSchemaAttribute(computed bool) schema.Attribute { function newApplicationInfos (line 218) | func newApplicationInfos(infos []v1alpha1.Info) []applicationInfo { type applicationSource (line 234) | type applicationSource struct function applicationSourcesSchemaAttribute (line 247) | func applicationSourcesSchemaAttribute(allOptional, computed bool) schem... function newApplicationSource (line 295) | func newApplicationSource(as v1alpha1.ApplicationSource) applicationSour... type applicationSourceDirectory (line 310) | type applicationSourceDirectory struct function applicationSourceDirectorySchemaAttribute (line 317) | func applicationSourceDirectorySchemaAttribute(computed bool) schema.Att... function newApplicationSourceDirectory (line 363) | func newApplicationSourceDirectory(ad *v1alpha1.ApplicationSourceDirecto... type applicationSourceJsonnet (line 376) | type applicationSourceJsonnet struct function applicationSourceJsonnetSchemaAttribute (line 382) | func applicationSourceJsonnetSchemaAttribute(computed bool) schema.Attri... function newApplicationSourceJsonnet (line 410) | func newApplicationSourceJsonnet(asj v1alpha1.ApplicationSourceJsonnet) ... type applicationJsonnetVar (line 418) | type applicationJsonnetVar struct function applicationJsonnetVarSchemaNestedAttributeObject (line 424) | func applicationJsonnetVarSchemaNestedAttributeObject(computed bool) sch... function newApplicationJsonnetVars (line 446) | func newApplicationJsonnetVars(jvs []v1alpha1.JsonnetVar) []applicationJ... type applicationSourceHelm (line 463) | type applicationSourceHelm struct function applicationSourceHelmSchemaAttribute (line 475) | func applicationSourceHelmSchemaAttribute(computed bool) schema.Attribute { function newApplicationSourceHelm (line 523) | func newApplicationSourceHelm(ash *v1alpha1.ApplicationSourceHelm) *appl... type applicationHelmFileParameter (line 541) | type applicationHelmFileParameter struct function applicationHelmFileParameterSchemaAttribute (line 546) | func applicationHelmFileParameterSchemaAttribute(computed bool) schema.A... function newApplicationSourceHelmFileParameters (line 568) | func newApplicationSourceHelmFileParameters(hfps []v1alpha1.HelmFilePara... type applicationHelmParameter (line 584) | type applicationHelmParameter struct function applicationHelmParameterSchemaAttribute (line 590) | func applicationHelmParameterSchemaAttribute(computed bool) schema.Attri... function newApplicationSourceHelmParameters (line 617) | func newApplicationSourceHelmParameters(hps []v1alpha1.HelmParameter) []... type applicationSourceKustomize (line 634) | type applicationSourceKustomize struct function applicationSourceKustomizeSchemaAttribute (line 643) | func applicationSourceKustomizeSchemaAttribute(computed bool) schema.Att... function newApplicationSourceKustomize (line 692) | func newApplicationSourceKustomize(ask *v1alpha1.ApplicationSourceKustom... type applicationSourcePlugin (line 715) | type applicationSourcePlugin struct function applicationSourcePluginSchemaAttribute (line 721) | func applicationSourcePluginSchemaAttribute(computed bool) schema.Attrib... function newApplicationSourcePlugin (line 738) | func newApplicationSourcePlugin(asp *v1alpha1.ApplicationSourcePlugin) *... type applicationEnvEntry (line 750) | type applicationEnvEntry struct function applicationEnvEntriesSchemaAttribute (line 755) | func applicationEnvEntriesSchemaAttribute(computed bool) schema.Attribute { function newApplicationEnvEntries (line 777) | func newApplicationEnvEntries(ees []*v1alpha1.EnvEntry) []applicationEnv... type applicationSourcePluginParameter (line 798) | type applicationSourcePluginParameter struct function applicationSourcePluginParametersSchemaAttribute (line 805) | func applicationSourcePluginParametersSchemaAttribute(computed bool) sch... function newApplicationSourcePluginParameters (line 839) | func newApplicationSourcePluginParameters(aspps v1alpha1.ApplicationSour... type applicationSyncPolicy (line 858) | type applicationSyncPolicy struct function applicationSyncPolicySchemaAttribute (line 864) | func applicationSyncPolicySchemaAttribute(computed bool) schema.Attribute { function newApplicationSyncPolicy (line 882) | func newApplicationSyncPolicy(sp *v1alpha1.SyncPolicy) *applicationSyncP... type applicationSyncPolicyAutomated (line 894) | type applicationSyncPolicyAutomated struct function applicationSyncPolicyAutomatedSchemaAttribute (line 900) | func applicationSyncPolicyAutomatedSchemaAttribute(computed bool) schema... function newApplicationSyncPolicyAutomated (line 925) | func newApplicationSyncPolicyAutomated(spa *v1alpha1.SyncPolicyAutomated... type applicationRetryStrategy (line 937) | type applicationRetryStrategy struct function applicationRetryStrategySchemaAttribute (line 942) | func applicationRetryStrategySchemaAttribute(computed bool) schema.Attri... function newApplicationRetryStrategy (line 958) | func newApplicationRetryStrategy(rs *v1alpha1.RetryStrategy) *applicatio... type applicationBackoff (line 969) | type applicationBackoff struct function applicationBackoffSchemaAttribute (line 975) | func applicationBackoffSchemaAttribute(computed bool) schema.Attribute { function newApplicationBackoff (line 1000) | func newApplicationBackoff(b *v1alpha1.Backoff) *applicationBackoff { type applicationStatus (line 1012) | type applicationStatus struct function applicationStatusSchemaAttribute (line 1022) | func applicationStatusSchemaAttribute() schema.Attribute { function newApplicationStatus (line 1041) | func newApplicationStatus(as v1alpha1.ApplicationStatus) *applicationSta... type applicationCondition (line 1053) | type applicationCondition struct function applicationConditionSchemaAttribute (line 1059) | func applicationConditionSchemaAttribute() schema.Attribute { function newApplicationConditions (line 1082) | func newApplicationConditions(acs []v1alpha1.ApplicationCondition) []app... type applicationHealthStatus (line 1100) | type applicationHealthStatus struct function applicationHealthStatusSchemaAttribute (line 1105) | func applicationHealthStatusSchemaAttribute() schema.Attribute { function applicationHealthStatusSchemaAttributes (line 1113) | func applicationHealthStatusSchemaAttributes() map[string]schema.Attribu... function newHealthStatus (line 1126) | func newHealthStatus(hs *v1alpha1.HealthStatus) *applicationHealthStatus { function newApplicationHealthStatus (line 1137) | func newApplicationHealthStatus(hs *v1alpha1.AppHealthStatus) *applicati... type applicationOperationState (line 1147) | type applicationOperationState struct function applicationOperationStateSchemaAttribute (line 1155) | func applicationOperationStateSchemaAttribute() schema.Attribute { function newApplicationOperationState (line 1184) | func newApplicationOperationState(os *v1alpha1.OperationState) *applicat... type applicationResourceStatus (line 1198) | type applicationResourceStatus struct function applicationResourceStatusSchemaAttribute (line 1211) | func applicationResourceStatusSchemaAttribute() schema.Attribute { function newApplicationResourceStatuses (line 1263) | func newApplicationResourceStatuses(rss []v1alpha1.ResourceStatus) []app... type applicationSummary (line 1288) | type applicationSummary struct function applicationSummarySchemaAttribute (line 1293) | func applicationSummarySchemaAttribute() schema.Attribute { function newApplicationSummary (line 1312) | func newApplicationSummary(as v1alpha1.ApplicationSummary) applicationSu... type applicationSyncStatus (line 1319) | type applicationSyncStatus struct function applicationSyncStatusSchemaAttribute (line 1324) | func applicationSyncStatusSchemaAttribute() schema.Attribute { function newApplicationSyncStatus (line 1342) | func newApplicationSyncStatus(ss v1alpha1.SyncStatus) applicationSyncSta... FILE: internal/provider/model_gpg_key.go type gpgKeyModel (line 12) | type gpgKeyModel struct function gpgKeySchemaAttributes (line 21) | func gpgKeySchemaAttributes() map[string]schema.Attribute { function newGPGKey (line 54) | func newGPGKey(k *v1alpha1.GnuPGPublicKey) *gpgKeyModel { FILE: internal/provider/model_metadata.go type objectMeta (line 18) | type objectMeta struct function objectMetaSchemaAttribute (line 28) | func objectMetaSchemaAttribute(objectName string, computed bool) schema.... function objectMetaSchemaListBlock (line 97) | func objectMetaSchemaListBlock(objectName string) schema.Block { function newObjectMeta (line 170) | func newObjectMeta(om metav1.ObjectMeta) objectMeta { FILE: internal/provider/model_project.go type projectModel (line 13) | type projectModel struct type projectSpecModel (line 19) | type projectSpecModel struct type groupKindModel (line 35) | type groupKindModel struct type destinationModel (line 40) | type destinationModel struct type destinationServiceAccountModel (line 46) | type destinationServiceAccountModel struct type orphanedResourcesModel (line 52) | type orphanedResourcesModel struct type orphanedResourcesIgnoreModel (line 57) | type orphanedResourcesIgnoreModel struct type projectRoleModel (line 63) | type projectRoleModel struct type jwtTokenModel (line 71) | type jwtTokenModel struct type syncWindowModel (line 77) | type syncWindowModel struct function projectSchemaBlocks (line 89) | func projectSchemaBlocks() map[string]schema.Block { function projectSpecSchemaBlocks (line 107) | func projectSpecSchemaBlocks() map[string]schema.Block { function projectSpecSchemaAttributesOnly (line 362) | func projectSpecSchemaAttributesOnly() map[string]schema.Attribute { function newProject (line 386) | func newProject(project *v1alpha1.AppProject) *projectModel { function newProjectSpec (line 395) | func newProjectSpec(spec *v1alpha1.AppProjectSpec) projectSpecModel { FILE: internal/provider/model_project_token.go type projectTokenModel (line 12) | type projectTokenModel struct function projectTokenSchemaAttributes (line 25) | func projectTokenSchemaAttributes() map[string]schema.Attribute { FILE: internal/provider/model_provider.go type ArgoCDProviderConfig (line 24) | type ArgoCDProviderConfig struct method getApiClientOptions (line 56) | func (p ArgoCDProviderConfig) getApiClientOptions(ctx context.Context)... method setCoreOpts (line 163) | func (p ArgoCDProviderConfig) setCoreOpts(opts *apiclient.ClientOption... method setLocalConfigOpts (line 183) | func (p ArgoCDProviderConfig) setLocalConfigOpts(opts *apiclient.Clien... method setPortForwardingOpts (line 227) | func (p ArgoCDProviderConfig) setPortForwardingOpts(ctx context.Contex... type Kubernetes (line 322) | type Kubernetes struct type KubernetesExec (line 337) | type KubernetesExec struct FILE: internal/provider/model_repository.go type repositoryModel (line 19) | type repositoryModel struct method toAPIModel (line 179) | func (m *repositoryModel) toAPIModel() (*v1alpha1.Repository, error) { method updateFromAPI (line 226) | func (m *repositoryModel) updateFromAPI(repo *v1alpha1.Repository) *re... function repositorySchemaAttributes (line 46) | func repositorySchemaAttributes() map[string]schema.Attribute { FILE: internal/provider/model_repository_certificate.go type repositoryCertificateModel (line 11) | type repositoryCertificateModel struct method toAPIModel (line 106) | func (m *repositoryCertificateModel) toAPIModel() *v1alpha1.Repository... method generateID (line 125) | func (m *repositoryCertificateModel) generateID() string { type repositoryCertificateSSHModel (line 17) | type repositoryCertificateSSHModel struct type repositoryCertificateHTTPSModel (line 24) | type repositoryCertificateHTTPSModel struct function repositoryCertificateSchemaAttributes (line 31) | func repositoryCertificateSchemaAttributes() map[string]schema.Attribute { function repositoryCertificateSchemaBlocks (line 40) | func repositoryCertificateSchemaBlocks() map[string]schema.Block { FILE: internal/provider/model_repository_credentials.go type repositoryCredentialsModel (line 18) | type repositoryCredentialsModel struct method toAPIModel (line 127) | func (m *repositoryCredentialsModel) toAPIModel() (*v1alpha1.RepoCreds... function repositoryCredentialsSchemaAttributes (line 35) | func repositoryCredentialsSchemaAttributes() map[string]schema.Attribute { FILE: internal/provider/planmodifiers.go function UseUnknownOnUpdateString (line 19) | func UseUnknownOnUpdateString() planmodifier.String { type useUnknownOnUpdateStringModifier (line 23) | type useUnknownOnUpdateStringModifier struct method Description (line 25) | func (m useUnknownOnUpdateStringModifier) Description(_ context.Contex... method MarkdownDescription (line 29) | func (m useUnknownOnUpdateStringModifier) MarkdownDescription(_ contex... method PlanModifyString (line 33) | func (m useUnknownOnUpdateStringModifier) PlanModifyString(_ context.C... function UseUnknownOnUpdateInt64 (line 58) | func UseUnknownOnUpdateInt64() planmodifier.Int64 { type useUnknownOnUpdateInt64Modifier (line 62) | type useUnknownOnUpdateInt64Modifier struct method Description (line 64) | func (m useUnknownOnUpdateInt64Modifier) Description(_ context.Context... method MarkdownDescription (line 68) | func (m useUnknownOnUpdateInt64Modifier) MarkdownDescription(_ context... method PlanModifyInt64 (line 72) | func (m useUnknownOnUpdateInt64Modifier) PlanModifyInt64(_ context.Con... FILE: internal/provider/provider.go type ArgoCDProvider (line 20) | type ArgoCDProvider struct method Metadata (line 33) | func (p *ArgoCDProvider) Metadata(_ context.Context, _ provider.Metada... method Schema (line 37) | func (p *ArgoCDProvider) Schema(ctx context.Context, req provider.Sche... method ConfigValidators (line 219) | func (p *ArgoCDProvider) ConfigValidators(ctx context.Context) []provi... method Configure (line 239) | func (p *ArgoCDProvider) Configure(ctx context.Context, req provider.C... method Resources (line 255) | func (p *ArgoCDProvider) Resources(context.Context) []func() resource.... method DataSources (line 266) | func (p *ArgoCDProvider) DataSources(context.Context) []func() datasou... function New (line 27) | func New(version string) provider.Provider { FILE: internal/provider/provider_test.go function TestMain (line 51) | func TestMain(m *testing.M) { function TestProvider_headers (line 55) | func TestProvider_headers(t *testing.T) { function testAccPreCheck (line 74) | func testAccPreCheck(t *testing.T) { function testAccPreCheckFeatureSupported (line 93) | func testAccPreCheckFeatureSupported(t *testing.T, feature features.Feat... function testAccPreCheckFeatureNotSupported (line 115) | func testAccPreCheckFeatureNotSupported(t *testing.T, feature features.F... FILE: internal/provider/resource_gpg_key.go function NewGPGKeyResource (line 22) | func NewGPGKeyResource() resource.Resource { type gpgKeyResource (line 27) | type gpgKeyResource struct method Metadata (line 31) | func (r *gpgKeyResource) Metadata(ctx context.Context, req resource.Me... method Schema (line 35) | func (r *gpgKeyResource) Schema(ctx context.Context, req resource.Sche... method Configure (line 42) | func (r *gpgKeyResource) Configure(ctx context.Context, req resource.C... method Create (line 61) | func (r *gpgKeyResource) Create(ctx context.Context, req resource.Crea... method Read (line 100) | func (r *gpgKeyResource) Read(ctx context.Context, req resource.ReadRe... method Update (line 122) | func (r *gpgKeyResource) Update(ctx context.Context, req resource.Upda... method Delete (line 147) | func (r *gpgKeyResource) Delete(ctx context.Context, req resource.Dele... method ImportState (line 177) | func (r *gpgKeyResource) ImportState(ctx context.Context, req resource... function readGPGKey (line 181) | func readGPGKey(ctx context.Context, si *ServerInterface, id string) (*g... FILE: internal/provider/resource_gpg_key_test.go function TestAccArgoCDGPGKeyResource (line 10) | func TestAccArgoCDGPGKeyResource(t *testing.T) { function TestAccArgoCDGPGKeyResource_Invalid_NotAGPGKey (line 117) | func TestAccArgoCDGPGKeyResource_Invalid_NotAGPGKey(t *testing.T) { FILE: internal/provider/resource_project.go function NewProjectResource (line 25) | func NewProjectResource() resource.Resource { type projectResource (line 29) | type projectResource struct method Metadata (line 33) | func (r *projectResource) Metadata(ctx context.Context, req resource.M... method Schema (line 37) | func (r *projectResource) Schema(ctx context.Context, req resource.Sch... method Configure (line 51) | func (r *projectResource) Configure(ctx context.Context, req resource.... method Create (line 70) | func (r *projectResource) Create(ctx context.Context, req resource.Cre... method Read (line 234) | func (r *projectResource) Read(ctx context.Context, req resource.ReadR... method readUnsafe (line 255) | func (r *projectResource) readUnsafe(ctx context.Context, data project... method Update (line 305) | func (r *projectResource) Update(ctx context.Context, req resource.Upd... method Delete (line 423) | func (r *projectResource) Delete(ctx context.Context, req resource.Del... method ImportState (line 464) | func (r *projectResource) ImportState(ctx context.Context, req resourc... function preserveEmptyLists (line 175) | func preserveEmptyLists(sourceModel, apiModel *projectSpecModel) { function expandProject (line 498) | func expandProject(ctx context.Context, data *projectModel) (metav1.Obje... function expandProjectRoles (line 721) | func expandProjectRoles(_ context.Context, roles []projectRoleModel) []v... FILE: internal/provider/resource_project_test.go function TestAccArgoCDProject (line 14) | func TestAccArgoCDProject(t *testing.T) { function TestAccArgoCDProject_tokensCoexistence (line 104) | func TestAccArgoCDProject_tokensCoexistence(t *testing.T) { function TestAccArgoCDProjectUpdateAddRole (line 149) | func TestAccArgoCDProjectUpdateAddRole(t *testing.T) { function TestAccArgoCDProjectWithClustersRepositoriesRolePolicy (line 183) | func TestAccArgoCDProjectWithClustersRepositoriesRolePolicy(t *testing.T) { function TestAccArgoCDProjectWithLogsExecRolePolicy (line 208) | func TestAccArgoCDProjectWithLogsExecRolePolicy(t *testing.T) { function TestAccArgoCDProjectWithSourceNamespaces (line 233) | func TestAccArgoCDProjectWithSourceNamespaces(t *testing.T) { function TestAccArgoCDProjectWithDestinationServiceAccounts (line 258) | func TestAccArgoCDProjectWithDestinationServiceAccounts(t *testing.T) { function TestAccArgoCDProjectWithFineGrainedPolicy (line 296) | func TestAccArgoCDProjectWithFineGrainedPolicy(t *testing.T) { function TestAccArgoCDProjectWithAppsInAnyNSPolicy (line 321) | func TestAccArgoCDProjectWithAppsInAnyNSPolicy(t *testing.T) { function testAccArgoCDProjectSimple (line 346) | func testAccArgoCDProjectSimple(name string) string { function testAccArgoCDProjectSimpleWithoutOrphaned (line 443) | func testAccArgoCDProjectSimpleWithoutOrphaned(name string) string { function testAccArgoCDProjectSimpleWithEmptyOrphaned (line 470) | func testAccArgoCDProjectSimpleWithEmptyOrphaned(name string) string { function testAccArgoCDProjectCoexistenceWithTokenResource (line 498) | func testAccArgoCDProjectCoexistenceWithTokenResource(name string, count... function testAccArgoCDProjectPolicyError (line 535) | func testAccArgoCDProjectPolicyError(name string) string { function testAccArgoCDProjectRoleNameError (line 561) | func testAccArgoCDProjectRoleNameError(name string) string { function testAccArgoCDProjectSyncWindowScheduleError (line 587) | func testAccArgoCDProjectSyncWindowScheduleError(name string) string { function testAccArgoCDProjectSyncWindowDurationError (line 622) | func testAccArgoCDProjectSyncWindowDurationError(name string) string { function testAccArgoCDProjectSyncWindowKindError (line 657) | func testAccArgoCDProjectSyncWindowKindError(name string) string { function testAccArgoCDProjectSimpleWithoutRole (line 692) | func testAccArgoCDProjectSimpleWithoutRole(name string) string { function testAccArgoCDProjectSimpleWithRole (line 727) | func testAccArgoCDProjectSimpleWithRole(name string) string { function testAccArgoCDProjectWithClustersRepositoriesRolePolicy (line 769) | func testAccArgoCDProjectWithClustersRepositoriesRolePolicy(name string)... function testAccArgoCDProjectWithExecLogsRolePolicy (line 811) | func testAccArgoCDProjectWithExecLogsRolePolicy(name string) string { function testAccArgoCDProjectWithSourceNamespaces (line 853) | func testAccArgoCDProjectWithSourceNamespaces(name string) string { function testAccArgoCDProjectSyncWindowTimezoneError (line 893) | func testAccArgoCDProjectSyncWindowTimezoneError(name string) string { function testAccArgoCDProjectWithDestinationServiceAccounts (line 929) | func testAccArgoCDProjectWithDestinationServiceAccounts(name string) str... function TestAccArgoCDProject_MetadataFieldsConsistency (line 971) | func TestAccArgoCDProject_MetadataFieldsConsistency(t *testing.T) { function TestAccArgoCDProject_RolesConsistency (line 1060) | func TestAccArgoCDProject_RolesConsistency(t *testing.T) { function TestAccArgoCDProject_SyncWindowsConsistency (line 1157) | func TestAccArgoCDProject_SyncWindowsConsistency(t *testing.T) { function TestAccArgoCDProject_OrphanedResourcesConsistency (line 1269) | func TestAccArgoCDProject_OrphanedResourcesConsistency(t *testing.T) { function testAccArgoCDProjectWithFineGrainedPolicy (line 1353) | func testAccArgoCDProjectWithFineGrainedPolicy(name string) string { function testAccArgoCDProjectWithAppsInAnyNSPolicy (line 1385) | func testAccArgoCDProjectWithAppsInAnyNSPolicy(name string) string { function TestAccArgoCDProject_ProviderUpgradeStateMigration (line 1420) | func TestAccArgoCDProject_ProviderUpgradeStateMigration(t *testing.T) { function testAccArgoCDProjectForStateMigration (line 1466) | func testAccArgoCDProjectForStateMigration(name string) string { function TestAccArgoCDProject_ProviderUpgradeStateMigration_WithoutNamespace (line 1549) | func TestAccArgoCDProject_ProviderUpgradeStateMigration_WithoutNamespace... function testAccArgoCDProjectForStateMigrationWithoutNamespace (line 1598) | func testAccArgoCDProjectForStateMigrationWithoutNamespace(name string) ... function TestAccArgoCDProject_EmptySourceRepos (line 1626) | func TestAccArgoCDProject_EmptySourceRepos(t *testing.T) { function testAccArgoCDProjectWithEmptySourceRepos (line 1654) | func testAccArgoCDProjectWithEmptySourceRepos(name string) string { function TestAccArgoCDProject_EmptyRoleGroups (line 1677) | func TestAccArgoCDProject_EmptyRoleGroups(t *testing.T) { function testAccArgoCDProjectWithEmptyRoleGroups (line 1705) | func testAccArgoCDProjectWithEmptyRoleGroups(name string) string { function TestAccArgoCDProject_EmptyListsComprehensive (line 1734) | func TestAccArgoCDProject_EmptyListsComprehensive(t *testing.T) { function testAccArgoCDProjectWithMultipleEmptyLists (line 1771) | func testAccArgoCDProjectWithMultipleEmptyLists(name string) string { function TestAccArgoCDProject_MetadataComputedFieldsOnUpdate (line 1813) | func TestAccArgoCDProject_MetadataComputedFieldsOnUpdate(t *testing.T) { function TestAccArgoCDProject_MultipleSpecUpdates (line 1940) | func TestAccArgoCDProject_MultipleSpecUpdates(t *testing.T) { function TestAccArgoCDProject_UnknownAnnotationValues (line 2070) | func TestAccArgoCDProject_UnknownAnnotationValues(t *testing.T) { function testAccArgoCDProjectWithUnknownAnnotation (line 2115) | func testAccArgoCDProjectWithUnknownAnnotation(name, value string) string { FILE: internal/provider/resource_project_token.go function NewProjectTokenResource (line 26) | func NewProjectTokenResource() resource.Resource { type projectTokenResource (line 30) | type projectTokenResource struct method Metadata (line 34) | func (r *projectTokenResource) Metadata(ctx context.Context, req resou... method Schema (line 38) | func (r *projectTokenResource) Schema(ctx context.Context, req resourc... method Configure (line 45) | func (r *projectTokenResource) Configure(ctx context.Context, req reso... method ModifyPlan (line 64) | func (r *projectTokenResource) ModifyPlan(ctx context.Context, req res... method Create (line 153) | func (r *projectTokenResource) Create(ctx context.Context, req resourc... method Read (line 294) | func (r *projectTokenResource) Read(ctx context.Context, req resource.... method Update (line 351) | func (r *projectTokenResource) Update(ctx context.Context, req resourc... method Delete (line 438) | func (r *projectTokenResource) Delete(ctx context.Context, req resourc... method ImportState (line 473) | func (r *projectTokenResource) ImportState(ctx context.Context, req re... FILE: internal/provider/resource_project_token_test.go function TestAccArgoCDProjectToken (line 17) | func TestAccArgoCDProjectToken(t *testing.T) { function TestAccArgoCDProjectToken_RenewBefore (line 76) | func TestAccArgoCDProjectToken_RenewBefore(t *testing.T) { function TestAccArgoCDProjectToken_RenewAfter (line 112) | func TestAccArgoCDProjectToken_RenewAfter(t *testing.T) { function testAccArgoCDProjectTokenSimple (line 144) | func testAccArgoCDProjectTokenSimple() string { function testAccArgoCDProjectTokenExpiry (line 153) | func testAccArgoCDProjectTokenExpiry(expiresIn int64) string { function testAccArgoCDProjectTokenMultiple (line 163) | func testAccArgoCDProjectTokenMultiple(count int) string { function testAccArgoCDProjectTokenRenewBeforeSuccess (line 192) | func testAccArgoCDProjectTokenRenewBeforeSuccess(expiresIn, renewBefore ... function testAccArgoCDProjectTokenRenewBeforeFailure (line 203) | func testAccArgoCDProjectTokenRenewBeforeFailure(expiresInDuration time.... function testAccArgoCDProjectTokenRenewAfter (line 217) | func testAccArgoCDProjectTokenRenewAfter(renewAfter int) string { function testCheckTokenIssuedAt (line 228) | func testCheckTokenIssuedAt(resourceName string) resource.TestCheckFunc { function testCheckTokenExpiresAt (line 253) | func testCheckTokenExpiresAt(resourceName string, expiresIn int64) resou... function testTokenIssuedAtSet (line 292) | func testTokenIssuedAtSet(name string, count int) resource.TestCheckFunc { function testDelay (line 319) | func testDelay(seconds int) resource.TestCheckFunc { function TestAccArgoCDProjectToken_BasicFieldsConsistency (line 327) | func TestAccArgoCDProjectToken_BasicFieldsConsistency(t *testing.T) { function TestAccArgoCDProjectToken_ExpiryFieldsConsistency (line 394) | func TestAccArgoCDProjectToken_ExpiryFieldsConsistency(t *testing.T) { function TestAccArgoCDProjectToken_RenewFieldsConsistency (line 449) | func TestAccArgoCDProjectToken_RenewFieldsConsistency(t *testing.T) { function TestAccArgoCDProjectToken_RenewAfterConsistency (line 507) | func TestAccArgoCDProjectToken_RenewAfterConsistency(t *testing.T) { function convertStringToInt64 (line 576) | func convertStringToInt64(s string) (i int64, err error) { function TestAccArgoCDProjectToken_ProviderUpgradeStateMigration (line 584) | func TestAccArgoCDProjectToken_ProviderUpgradeStateMigration(t *testing.... function testAccArgoCDProjectTokenForStateMigration (line 633) | func testAccArgoCDProjectTokenForStateMigration() string { FILE: internal/provider/resource_repository.go function NewRepositoryResource (line 27) | func NewRepositoryResource() resource.Resource { type repositoryResource (line 32) | type repositoryResource struct method Metadata (line 36) | func (r *repositoryResource) Metadata(ctx context.Context, req resourc... method Schema (line 40) | func (r *repositoryResource) Schema(ctx context.Context, req resource.... method Configure (line 47) | func (r *repositoryResource) Configure(ctx context.Context, req resour... method Create (line 66) | func (r *repositoryResource) Create(ctx context.Context, req resource.... method Read (line 150) | func (r *repositoryResource) Read(ctx context.Context, req resource.Re... method Update (line 182) | func (r *repositoryResource) Update(ctx context.Context, req resource.... method Delete (line 254) | func (r *repositoryResource) Delete(ctx context.Context, req resource.... method ImportState (line 290) | func (r *repositoryResource) ImportState(ctx context.Context, req reso... method readRepository (line 307) | func (r *repositoryResource) readRepository(ctx context.Context, repoU... FILE: internal/provider/resource_repository_certificate.go constant sshCertType (line 21) | sshCertType = "ssh" function NewRepositoryCertificateResource (line 28) | func NewRepositoryCertificateResource() resource.Resource { type repositoryCertificateResource (line 33) | type repositoryCertificateResource struct method Metadata (line 37) | func (r *repositoryCertificateResource) Metadata(ctx context.Context, ... method Schema (line 41) | func (r *repositoryCertificateResource) Schema(ctx context.Context, re... method ConfigValidators (line 49) | func (r *repositoryCertificateResource) ConfigValidators(ctx context.C... method Configure (line 55) | func (r *repositoryCertificateResource) Configure(ctx context.Context,... method Create (line 74) | func (r *repositoryCertificateResource) Create(ctx context.Context, re... method Read (line 178) | func (r *repositoryCertificateResource) Read(ctx context.Context, req ... method Update (line 231) | func (r *repositoryCertificateResource) Update(ctx context.Context, re... method Delete (line 239) | func (r *repositoryCertificateResource) Delete(ctx context.Context, re... method ImportState (line 281) | func (r *repositoryCertificateResource) ImportState(ctx context.Contex... method readCertificate (line 285) | func (r *repositoryCertificateResource) readCertificate(ctx context.Co... method parseID (line 321) | func (r *repositoryCertificateResource) parseID(id string) (certType, ... method generateID (line 346) | func (r *repositoryCertificateResource) generateID(certType, certSubTy... method generateIDFromCert (line 354) | func (r *repositoryCertificateResource) generateIDFromCert(cert *v1alp... FILE: internal/provider/resource_repository_certificate_test.go function TestAccArgoCDRepositoryCertificatesSSH (line 17) | func TestAccArgoCDRepositoryCertificatesSSH(t *testing.T) { function TestAccArgoCDRepositoryCertificatesHttps (line 76) | func TestAccArgoCDRepositoryCertificatesHttps(t *testing.T) { function TestAccArgoCDRepositoryCertificatesHttps_Crash (line 111) | func TestAccArgoCDRepositoryCertificatesHttps_Crash(t *testing.T) { function TestAccArgoCDRepositoryCertificatesSSH_Invalid (line 146) | func TestAccArgoCDRepositoryCertificatesSSH_Invalid(t *testing.T) { function TestAccArgoCDRepositoryCertificates_Empty (line 174) | func TestAccArgoCDRepositoryCertificates_Empty(t *testing.T) { function TestAccArgoCDRepositoryCertificatesSSH_Allow_Random_Subtype (line 187) | func TestAccArgoCDRepositoryCertificatesSSH_Allow_Random_Subtype(t *test... function TestAccArgoCDRepositoryCertificatesSSH_WithApplication (line 205) | func TestAccArgoCDRepositoryCertificatesSSH_WithApplication(t *testing.T) { function TestAccArgoCDRepositoryCertificatesSSH_CannotUpdateExisting (line 238) | func TestAccArgoCDRepositoryCertificatesSSH_CannotUpdateExisting(t *test... function TestAccArgoCDRepositoryCertificatesSSH_CannotUpdateExisting_MultipleAtOnce (line 256) | func TestAccArgoCDRepositoryCertificatesSSH_CannotUpdateExisting_Multipl... function TestAccArgoCDRepositoryCertificatesHttps_CannotUpdateExisting_MultipleAtOnce (line 274) | func TestAccArgoCDRepositoryCertificatesHttps_CannotUpdateExisting_Multi... function testAccArgoCDRepositoryCertificates_Empty (line 293) | func testAccArgoCDRepositoryCertificates_Empty() string { function testAccArgoCDRepositoryCertificatesSSH (line 300) | func testAccArgoCDRepositoryCertificatesSSH(serverName, cert_subtype, ce... function testAccArgoCDRepositoryCertificateSSH_Duplicated (line 314) | func testAccArgoCDRepositoryCertificateSSH_Duplicated(serverName, cert_s... function testAccArgoCDRepositoryCertificateHttps (line 338) | func testAccArgoCDRepositoryCertificateHttps(serverName, cert_data strin... function testAccArgoCDRepositoryCertificateHttps_Duplicated (line 351) | func testAccArgoCDRepositoryCertificateHttps_Duplicated(serverName, cert... function testAccArgoCDRepositoryCertificateCredentialsApplicationWithSSH (line 373) | func testAccArgoCDRepositoryCertificateCredentialsApplicationWithSSH(ran... function getSshKeysForHost (line 450) | func getSshKeysForHost(ctx context.Context, host string) ([]string, erro... function TestAccArgoCDRepositoryCertificate_SSHConsistency (line 496) | func TestAccArgoCDRepositoryCertificate_SSHConsistency(t *testing.T) { function TestAccArgoCDRepositoryCertificate_HTTPSConsistency (line 553) | func TestAccArgoCDRepositoryCertificate_HTTPSConsistency(t *testing.T) { FILE: internal/provider/resource_repository_credentials.go function NewRepositoryCredentialsResource (line 25) | func NewRepositoryCredentialsResource() resource.Resource { type repositoryCredentialsResource (line 30) | type repositoryCredentialsResource struct method Metadata (line 34) | func (r *repositoryCredentialsResource) Metadata(ctx context.Context, ... method Schema (line 38) | func (r *repositoryCredentialsResource) Schema(ctx context.Context, re... method Configure (line 48) | func (r *repositoryCredentialsResource) Configure(ctx context.Context,... method Create (line 67) | func (r *repositoryCredentialsResource) Create(ctx context.Context, re... method Read (line 161) | func (r *repositoryCredentialsResource) Read(ctx context.Context, req ... method Update (line 247) | func (r *repositoryCredentialsResource) Update(ctx context.Context, re... method Delete (line 338) | func (r *repositoryCredentialsResource) Delete(ctx context.Context, re... method ImportState (line 370) | func (r *repositoryCredentialsResource) ImportState(ctx context.Contex... method readRepositoryCredentials (line 374) | func (r *repositoryCredentialsResource) readRepositoryCredentials(ctx ... FILE: internal/provider/resource_repository_credentials_test.go function TestAccArgoCDRepositoryCredentials (line 17) | func TestAccArgoCDRepositoryCredentials(t *testing.T) { function TestAccArgoCDRepositoryCredentials_UseAzureWorkloadIdentity (line 69) | func TestAccArgoCDRepositoryCredentials_UseAzureWorkloadIdentity(t *test... function testAccArgoCDRepositoryCredentialsUseAzureWorkloadIdentity (line 90) | func testAccArgoCDRepositoryCredentialsUseAzureWorkloadIdentity(repoUrl ... function TestAccArgoCDRepositoryCredentials_GitHubApp (line 99) | func TestAccArgoCDRepositoryCredentials_GitHubApp(t *testing.T) { function testAccArgoCDRepositoryCredentialsSimple (line 137) | func testAccArgoCDRepositoryCredentialsSimple(repoUrl string) string { function testAccArgoCDRepositoryCredentialsSSH (line 145) | func testAccArgoCDRepositoryCredentialsSSH(repoUrl, username, sshPrivate... function testAccArgoCDRepositoryCredentialsRepositoryCoexistence (line 157) | func testAccArgoCDRepositoryCredentialsRepositoryCoexistence() string { function testAccArgoCDRepositoryCredentialsGitHubApp (line 174) | func testAccArgoCDRepositoryCredentialsGitHubApp(repoUrl, id, installID,... function generateSSHPrivateKey (line 188) | func generateSSHPrivateKey() (privateKey string, err error) { function TestAccArgoCDRepositoryCredentials_UsernamePasswordConsistency (line 209) | func TestAccArgoCDRepositoryCredentials_UsernamePasswordConsistency(t *t... function TestAccArgoCDRepositoryCredentials_SSHConsistency (line 235) | func TestAccArgoCDRepositoryCredentials_SSHConsistency(t *testing.T) { function TestAccArgoCDRepositoryCredentials_GitHubAppConsistency (line 270) | func TestAccArgoCDRepositoryCredentials_GitHubAppConsistency(t *testing.... function TestAccArgoCDRepositoryCredentials_GitHubAppWithRepositoryInheritance (line 309) | func TestAccArgoCDRepositoryCredentials_GitHubAppWithRepositoryInheritan... function testAccArgoCDRepositoryCredentialsGitHubAppWithRepository (line 370) | func testAccArgoCDRepositoryCredentialsGitHubAppWithRepository(credsUrl,... function TestAccArgoCDRepositoryCredentials_TypeWithEnableOCI (line 389) | func TestAccArgoCDRepositoryCredentials_TypeWithEnableOCI(t *testing.T) { function TestAccArgoCDRepositoryCredentials_EnableOCIValidation (line 430) | func TestAccArgoCDRepositoryCredentials_EnableOCIValidation(t *testing.T) { function testAccArgoCDRepositoryCredentialsWithOCI (line 452) | func testAccArgoCDRepositoryCredentialsWithOCI(repoUrl, username, passwo... function testCheckMultipleResourceAttr (line 464) | func testCheckMultipleResourceAttr(name, key, value string, count int) r... FILE: internal/provider/resource_repository_test.go function TestAccArgoCDRepository_Simple (line 15) | func TestAccArgoCDRepository_Simple(t *testing.T) { function TestAccArgoCDRepository_UseAzureWorkloadIdentity (line 44) | func TestAccArgoCDRepository_UseAzureWorkloadIdentity(t *testing.T) { function testAccArgoCDRepositoryUseAzureWorkloadIdentity (line 57) | func testAccArgoCDRepositoryUseAzureWorkloadIdentity() string { function TestAccArgoCDRepository_Helm (line 66) | func TestAccArgoCDRepository_Helm(t *testing.T) { function TestAccArgoCDRepository_PrivateSSH (line 105) | func TestAccArgoCDRepository_PrivateSSH(t *testing.T) { function TestAccArgoCDRepository_GitHubApp (line 144) | func TestAccArgoCDRepository_GitHubApp(t *testing.T) { function TestAccArgoCDRepository_GitHubAppConsistency (line 185) | func TestAccArgoCDRepository_GitHubAppConsistency(t *testing.T) { function TestAccArgoCDRepository_BearerTokenConsistency (line 254) | func TestAccArgoCDRepository_BearerTokenConsistency(t *testing.T) { function TestAccArgoCDRepository_UsernamePasswordConsistency (line 304) | func TestAccArgoCDRepository_UsernamePasswordConsistency(t *testing.T) { function TestAccArgoCDRepository_TLSCertificateConsistency (line 364) | func TestAccArgoCDRepository_TLSCertificateConsistency(t *testing.T) { function TestAccArgoCDRepository_OptionalFieldsConsistency (line 423) | func TestAccArgoCDRepository_OptionalFieldsConsistency(t *testing.T) { function TestAccArgoCDRepository_BooleanFieldsConsistency (line 500) | func TestAccArgoCDRepository_BooleanFieldsConsistency(t *testing.T) { function TestAccArgoCDRepository_ProviderUpgradeStateMigration (line 559) | func TestAccArgoCDRepository_ProviderUpgradeStateMigration(t *testing.T) { function TestAccArgoCDRepository_DepthConsistency (line 597) | func TestAccArgoCDRepository_DepthConsistency(t *testing.T) { function TestAccArgoCDRepository_DepthDefault (line 687) | func TestAccArgoCDRepository_DepthDefault(t *testing.T) { function TestAccArgoCDRepository_DepthUnsupportedVersion (line 723) | func TestAccArgoCDRepository_DepthUnsupportedVersion(t *testing.T) { function TestAccArgoCDRepository_DepthNegativeValidation (line 747) | func TestAccArgoCDRepository_DepthNegativeValidation(t *testing.T) { function TestAccArgoCDRepository_EmptyStringFieldsConsistency (line 768) | func TestAccArgoCDRepository_EmptyStringFieldsConsistency(t *testing.T) { function testAccArgoCDRepositorySimple (line 816) | func testAccArgoCDRepositorySimple() string { function testAccArgoCDRepositoryHelm (line 824) | func testAccArgoCDRepositoryHelm() string { function testAccArgoCDRepositoryHelmProjectScoped (line 834) | func testAccArgoCDRepositoryHelmProjectScoped(project string) string { function testAccArgoCDRepositoryPublicUsageInApplication (line 862) | func testAccArgoCDRepositoryPublicUsageInApplication(name string) string { function testAccArgoCDRepositoryPrivateGitSSH (line 884) | func testAccArgoCDRepositoryPrivateGitSSH(repoUrl string) string { function testAccArgoCDRepositoryMultiplePrivateGitSSH (line 895) | func testAccArgoCDRepositoryMultiplePrivateGitSSH(repoCount int) string { function testAccArgoCDRepositoryGitHubApp (line 907) | func testAccArgoCDRepositoryGitHubApp(repoUrl, id, installID, baseURL, a... function TestAccArgoCDRepository_MultiProject (line 925) | func TestAccArgoCDRepository_MultiProject(t *testing.T) { function testAccArgoCDRepositoryMultiProjectStepOne (line 993) | func testAccArgoCDRepositoryMultiProjectStepOne(projectA, repoURL string... function testAccArgoCDRepositoryMultiProjectStepTwo (line 1019) | func testAccArgoCDRepositoryMultiProjectStepTwo(projectA, projectB, repo... function TestAccArgoCDRepository_ProjectChange (line 1068) | func TestAccArgoCDRepository_ProjectChange(t *testing.T) { function TestAccArgoCDRepository_ProjectToGlobal (line 1114) | func TestAccArgoCDRepository_ProjectToGlobal(t *testing.T) { function TestAccArgoCDRepository_GlobalToProject (line 1158) | func TestAccArgoCDRepository_GlobalToProject(t *testing.T) { function testAccArgoCDRepositoryProjectChange (line 1201) | func testAccArgoCDRepositoryProjectChange(projectA, projectB, repoURL, c... function testAccArgoCDRepositoryProjectToGlobalStep1 (line 1242) | func testAccArgoCDRepositoryProjectToGlobalStep1(projectName, repoURL st... function testAccArgoCDRepositoryProjectToGlobalStep2 (line 1268) | func testAccArgoCDRepositoryProjectToGlobalStep2(repoURL string) string { function testAccArgoCDRepositoryGlobalToProjectStep1 (line 1278) | func testAccArgoCDRepositoryGlobalToProjectStep1(repoURL string) string { function testAccArgoCDRepositoryGlobalToProjectStep2 (line 1288) | func testAccArgoCDRepositoryGlobalToProjectStep2(projectName, repoURL st... function TestAccArgoCDRepository_ProxyConnectivityError (line 1316) | func TestAccArgoCDRepository_ProxyConnectivityError(t *testing.T) { function TestAccArgoCDRepository_OCI (line 1339) | func TestAccArgoCDRepository_OCI(t *testing.T) { FILE: internal/provider/server_interface.go type ServerInterface (line 35) | type ServerInterface struct method InitClients (line 62) | func (si *ServerInterface) InitClients(ctx context.Context) diag.Diagn... method IsFeatureSupported (line 164) | func (si *ServerInterface) IsFeatureSupported(feature features.Feature... function NewServerInterface (line 56) | func NewServerInterface(c ArgoCDProviderConfig) *ServerInterface { function getDefaultString (line 174) | func getDefaultString(s types.String, envKey string) string { function getDefaultBool (line 182) | func getDefaultBool(ctx context.Context, b types.Bool, envKey string) bo... FILE: internal/provider/server_interface_test.go constant semverEquals (line 15) | semverEquals = iota constant semverGreater (line 16) | semverGreater constant semverLess (line 17) | semverLess function serverInterfaceTestData (line 20) | func serverInterfaceTestData(t *testing.T, argocdVersion string, semverO... function TestServerInterface_isFeatureSupported (line 54) | func TestServerInterface_isFeatureSupported(t *testing.T) { FILE: internal/sync/mutex.go function GetProjectMutex (line 25) | func GetProjectMutex(projectName string) *sync.RWMutex { FILE: internal/testhelpers/suite.go function TestMain (line 18) | func TestMain(m *testing.M) { function envDefaultValue (line 34) | func envDefaultValue(envvar, defaultValue string) { constant DefaultTestTimeout (line 43) | DefaultTestTimeout = 15 * time.Minute function runTestSuite (line 46) | func runTestSuite(m *testing.M) int { FILE: internal/testhelpers/testcontainers.go constant DefaultFileMode (line 23) | DefaultFileMode = 0o644 type K3sTestEnvironment (line 27) | type K3sTestEnvironment struct method installArgoCD (line 96) | func (env *K3sTestEnvironment) installArgoCD(ctx context.Context, vers... method applyManifestsToContainer (line 132) | func (env *K3sTestEnvironment) applyManifestsToContainer(ctx context.C... method projectRoot (line 147) | func (env *K3sTestEnvironment) projectRoot() (string, error) { method runKustomizeBuild (line 159) | func (env *K3sTestEnvironment) runKustomizeBuild(dir string) ([]byte, ... method ExecInK3s (line 175) | func (env *K3sTestEnvironment) ExecInK3s(ctx context.Context, args ...... method waitForArgoCD (line 195) | func (env *K3sTestEnvironment) waitForArgoCD(ctx context.Context) error { method GetEnvironmentVariables (line 230) | func (env *K3sTestEnvironment) GetEnvironmentVariables() map[string]st... method Cleanup (line 235) | func (env *K3sTestEnvironment) Cleanup(ctx context.Context) { function SetupK3sWithArgoCD (line 34) | func SetupK3sWithArgoCD(ctx context.Context, argoCDVersion, k3sVersion s... FILE: internal/types/pgp_public_key.go type pgpPublicKeyType (line 18) | type pgpPublicKeyType method TerraformType (line 34) | func (t pgpPublicKeyType) TerraformType(_ context.Context) tftypes.Type { method ValueFromString (line 39) | func (t pgpPublicKeyType) ValueFromString(_ context.Context, in types.... method ValueFromTerraform (line 57) | func (t pgpPublicKeyType) ValueFromTerraform(_ context.Context, in tft... method ValueType (line 80) | func (t pgpPublicKeyType) ValueType(context.Context) attr.Value { method Equal (line 85) | func (t pgpPublicKeyType) Equal(o attr.Type) bool { method ApplyTerraform5AttributePathStep (line 92) | func (t pgpPublicKeyType) ApplyTerraform5AttributePathStep(step tftype... method String (line 97) | func (t pgpPublicKeyType) String() string { method Validate (line 102) | func (t pgpPublicKeyType) Validate(ctx context.Context, in tftypes.Val... method Description (line 147) | func (t pgpPublicKeyType) Description() string { constant PGPPublicKeyType (line 21) | PGPPublicKeyType pgpPublicKeyType = iota function PGPPublicKeyNull (line 151) | func PGPPublicKeyNull() PGPPublicKey { function PGPPublicKeyUnknown (line 157) | func PGPPublicKeyUnknown() PGPPublicKey { function PGPPublicKeyValue (line 163) | func PGPPublicKeyValue(value string) PGPPublicKey { type PGPPublicKey (line 170) | type PGPPublicKey struct method Type (line 180) | func (k PGPPublicKey) Type(_ context.Context) attr.Type { method ToStringValue (line 185) | func (k PGPPublicKey) ToStringValue(ctx context.Context) (types.String... method ToTerraformValue (line 203) | func (k PGPPublicKey) ToTerraformValue(ctx context.Context) (tftypes.V... method Equal (line 223) | func (k PGPPublicKey) Equal(other attr.Value) bool { method IsNull (line 242) | func (k PGPPublicKey) IsNull() bool { method IsUnknown (line 247) | func (k PGPPublicKey) IsUnknown() bool { method String (line 258) | func (k PGPPublicKey) String() string { method ValuePGPPublicKey (line 271) | func (k PGPPublicKey) ValuePGPPublicKey() string { method StringSemanticEquals (line 283) | func (k PGPPublicKey) StringSemanticEquals(ctx context.Context, other ... FILE: internal/utils/utils.go function OptionalInt64 (line 10) | func OptionalInt64(value *int64) basetypes.Int64Value { function OptionalString (line 18) | func OptionalString(value *string) basetypes.StringValue { function OptionalTimeString (line 26) | func OptionalTimeString(value *metav1.Time) basetypes.StringValue { function MapMap (line 42) | func MapMap[T comparable, U any, V any](ss map[T]U, fn func(U) V) map[T]V { FILE: internal/validators/duration.go function DurationValidator (line 13) | func DurationValidator() validator.String { type durationValidator (line 17) | type durationValidator struct method Description (line 19) | func (v durationValidator) Description(ctx context.Context) string { method MarkdownDescription (line 23) | func (v durationValidator) MarkdownDescription(ctx context.Context) st... method ValidateString (line 27) | func (v durationValidator) ValidateString(ctx context.Context, req val... FILE: internal/validators/enable_oci.go type enableOCIValidator (line 13) | type enableOCIValidator struct method Description (line 15) | func (v enableOCIValidator) Description(_ context.Context) string { method MarkdownDescription (line 19) | func (v enableOCIValidator) MarkdownDescription(ctx context.Context) s... method ValidateBool (line 23) | func (v enableOCIValidator) ValidateBool(ctx context.Context, req vali... function EnableOCIRequiresHelmType (line 79) | func EnableOCIRequiresHelmType() validator.Bool { FILE: internal/validators/is_dns_subdomain.go type isDNSSubdomainValidator (line 12) | type isDNSSubdomainValidator struct method Description (line 19) | func (v isDNSSubdomainValidator) Description(ctx context.Context) stri... method MarkdownDescription (line 24) | func (v isDNSSubdomainValidator) MarkdownDescription(ctx context.Conte... method ValidateString (line 29) | func (v isDNSSubdomainValidator) ValidateString(ctx context.Context, r... function IsDNSSubdomain (line 14) | func IsDNSSubdomain() isDNSSubdomainValidator { FILE: internal/validators/metadata_annotations.go type metadataAnnotationsValidator (line 12) | type metadataAnnotationsValidator struct method Description (line 19) | func (v metadataAnnotationsValidator) Description(ctx context.Context)... method MarkdownDescription (line 24) | func (v metadataAnnotationsValidator) MarkdownDescription(ctx context.... method ValidateMap (line 29) | func (v metadataAnnotationsValidator) ValidateMap(ctx context.Context,... function MetadataAnnotations (line 14) | func MetadataAnnotations() metadataAnnotationsValidator { FILE: internal/validators/metadata_annotations_test.go function TestMetadataAnnotationsValidator (line 14) | func TestMetadataAnnotationsValidator(t *testing.T) { FILE: internal/validators/metadata_labels.go type metadataLabelsValidator (line 13) | type metadataLabelsValidator struct method Description (line 20) | func (v metadataLabelsValidator) Description(ctx context.Context) stri... method MarkdownDescription (line 25) | func (v metadataLabelsValidator) MarkdownDescription(ctx context.Conte... method ValidateMap (line 30) | func (v metadataLabelsValidator) ValidateMap(ctx context.Context, req ... function MetadataLabels (line 15) | func MetadataLabels() metadataLabelsValidator { FILE: internal/validators/metadata_labels_test.go function TestMetadataLabelsValidator (line 14) | func TestMetadataLabelsValidator(t *testing.T) { FILE: internal/validators/positive_integer.go type positiveIntegerValidator (line 12) | type positiveIntegerValidator struct method Description (line 14) | func (v positiveIntegerValidator) Description(_ context.Context) string { method MarkdownDescription (line 18) | func (v positiveIntegerValidator) MarkdownDescription(ctx context.Cont... method ValidateString (line 22) | func (v positiveIntegerValidator) ValidateString(ctx context.Context, ... function PositiveInteger (line 54) | func PositiveInteger() validator.String { FILE: internal/validators/project_validators.go function GroupNameValidator (line 16) | func GroupNameValidator() validator.String { type groupNameValidator (line 20) | type groupNameValidator struct method Description (line 22) | func (v groupNameValidator) Description(ctx context.Context) string { method MarkdownDescription (line 26) | func (v groupNameValidator) MarkdownDescription(ctx context.Context) s... method ValidateString (line 30) | func (v groupNameValidator) ValidateString(ctx context.Context, req va... function RoleNameValidator (line 49) | func RoleNameValidator() validator.String { type roleNameValidator (line 53) | type roleNameValidator struct method Description (line 55) | func (v roleNameValidator) Description(ctx context.Context) string { method MarkdownDescription (line 59) | func (v roleNameValidator) MarkdownDescription(ctx context.Context) st... method ValidateString (line 63) | func (v roleNameValidator) ValidateString(ctx context.Context, req val... function SyncWindowKindValidator (line 82) | func SyncWindowKindValidator() validator.String { type syncWindowKindValidator (line 86) | type syncWindowKindValidator struct method Description (line 88) | func (v syncWindowKindValidator) Description(ctx context.Context) stri... method MarkdownDescription (line 92) | func (v syncWindowKindValidator) MarkdownDescription(ctx context.Conte... method ValidateString (line 96) | func (v syncWindowKindValidator) ValidateString(ctx context.Context, r... function SyncWindowScheduleValidator (line 113) | func SyncWindowScheduleValidator() validator.String { type syncWindowScheduleValidator (line 117) | type syncWindowScheduleValidator struct method Description (line 119) | func (v syncWindowScheduleValidator) Description(ctx context.Context) ... method MarkdownDescription (line 123) | func (v syncWindowScheduleValidator) MarkdownDescription(ctx context.C... method ValidateString (line 127) | func (v syncWindowScheduleValidator) ValidateString(ctx context.Contex... function SyncWindowDurationValidator (line 146) | func SyncWindowDurationValidator() validator.String { type syncWindowDurationValidator (line 150) | type syncWindowDurationValidator struct method Description (line 152) | func (v syncWindowDurationValidator) Description(ctx context.Context) ... method MarkdownDescription (line 156) | func (v syncWindowDurationValidator) MarkdownDescription(ctx context.C... method ValidateString (line 160) | func (v syncWindowDurationValidator) ValidateString(ctx context.Contex... function SyncWindowTimezoneValidator (line 177) | func SyncWindowTimezoneValidator() validator.String { type syncWindowTimezoneValidator (line 181) | type syncWindowTimezoneValidator struct method Description (line 183) | func (v syncWindowTimezoneValidator) Description(ctx context.Context) ... method MarkdownDescription (line 187) | func (v syncWindowTimezoneValidator) MarkdownDescription(ctx context.C... method ValidateString (line 191) | func (v syncWindowTimezoneValidator) ValidateString(ctx context.Contex... FILE: internal/validators/repository_certificate.go type repositoryCertificateValidator (line 13) | type repositoryCertificateValidator struct method Description (line 15) | func (v repositoryCertificateValidator) Description(_ context.Context)... method MarkdownDescription (line 19) | func (v repositoryCertificateValidator) MarkdownDescription(ctx contex... method ValidateResource (line 23) | func (v repositoryCertificateValidator) ValidateResource(ctx context.C... function RepositoryCertificate (line 76) | func RepositoryCertificate() resource.ConfigValidator { FILE: internal/validators/ssh_private_key.go type sshPrivateKeyValidator (line 14) | type sshPrivateKeyValidator struct method Description (line 16) | func (v sshPrivateKeyValidator) Description(_ context.Context) string { method MarkdownDescription (line 20) | func (v sshPrivateKeyValidator) MarkdownDescription(ctx context.Contex... method ValidateString (line 24) | func (v sshPrivateKeyValidator) ValidateString(ctx context.Context, re... function SSHPrivateKey (line 102) | func SSHPrivateKey() validator.String { FILE: main.go function main (line 37) | func main() {