Documentation ¶
Index ¶
- func DataResourceServiceEndpointAzureCR() *schema.Resource
- func DataResourceServiceEndpointNpm() *schema.Resource
- func DataResourceServiceEndpointSonarCloud() *schema.Resource
- func DataServiceEndpointAzureRM() *schema.Resource
- func DataServiceEndpointGithub() *schema.Resource
- func ResourceServiceEndpointArgoCD() *schema.Resource
- func ResourceServiceEndpointArtifactory() *schema.Resource
- func ResourceServiceEndpointAws() *schema.Resource
- func ResourceServiceEndpointAzureCR() *schema.Resource
- func ResourceServiceEndpointAzureDevOps() *schema.Resource
- func ResourceServiceEndpointAzureRM() *schema.Resource
- func ResourceServiceEndpointBitBucket() *schema.Resource
- func ResourceServiceEndpointDockerRegistry() *schema.Resource
- func ResourceServiceEndpointExternalTFS() *schema.Resource
- func ResourceServiceEndpointGcp() *schema.Resource
- func ResourceServiceEndpointGeneric() *schema.Resource
- func ResourceServiceEndpointGenericGit() *schema.Resource
- func ResourceServiceEndpointGitHub() *schema.Resource
- func ResourceServiceEndpointGitHubEnterprise() *schema.Resource
- func ResourceServiceEndpointIncomingWebhook() *schema.Resource
- func ResourceServiceEndpointJFrogArtifactoryV2() *schema.Resource
- func ResourceServiceEndpointJFrogDistributionV2() *schema.Resource
- func ResourceServiceEndpointJFrogPlatformV2() *schema.Resource
- func ResourceServiceEndpointJFrogXRayV2() *schema.Resource
- func ResourceServiceEndpointJenkins() *schema.Resource
- func ResourceServiceEndpointKubernetes() *schema.Resource
- func ResourceServiceEndpointMaven() *schema.Resource
- func ResourceServiceEndpointNexus() *schema.Resource
- func ResourceServiceEndpointNpm() *schema.Resource
- func ResourceServiceEndpointNuGet() *schema.Resource
- func ResourceServiceEndpointOctopusDeploy() *schema.Resource
- func ResourceServiceEndpointRunPipeline() *schema.Resource
- func ResourceServiceEndpointSSH() *schema.Resource
- func ResourceServiceEndpointServiceFabric() *schema.Resource
- func ResourceServiceEndpointSonarCloud() *schema.Resource
- func ResourceServiceEndpointSonarQube() *schema.Resource
- type AzureRmEndpointAuthenticationScheme
- type AzureRmEndpointCreationMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourceServiceEndpointArgoCD ¶
ResourceServiceEndpointArgoCD schema and implementation for ArgoCD service endpoint resource
func ResourceServiceEndpointArtifactory ¶
ResourceServiceEndpointArtifactory schema and implementation for Artifactory service endpoint resource
func ResourceServiceEndpointAws ¶
ResourceServiceEndpointAws schema and implementation for aws service endpoint resource
func ResourceServiceEndpointAzureCR ¶
ResourceServiceEndpointAzureCR schema and implementation for ACR service endpoint resource
func ResourceServiceEndpointAzureRM ¶
ResourceServiceEndpointAzureRM schema and implementation for AzureRM service endpoint resource
func ResourceServiceEndpointDockerRegistry ¶
ResourceServiceEndpointDockerRegistry schema and implementation for docker registry service endpoint resource
func ResourceServiceEndpointGcp ¶
ResourceServiceEndpointGcp schema and implementation for gcp service endpoint resource
func ResourceServiceEndpointGeneric ¶
ResourceServiceEndpointGeneric schema and implementation for generic service endpoint resource
func ResourceServiceEndpointGitHub ¶
ResourceServiceEndpointGitHub schema and implementation for github service endpoint resource
func ResourceServiceEndpointGitHubEnterprise ¶
ResourceServiceEndpointGitHubEnterprise schema and implementation for github-enterprise service endpoint resource
func ResourceServiceEndpointIncomingWebhook ¶
ResourceServiceEndpointIncomingWebhook schema and implementation for incoming webhook service endpoint resource
func ResourceServiceEndpointJFrogArtifactoryV2 ¶
ResourceServiceEndpointJFrogArtifactoryV2 schema and implementation for JFrog Artifactory service endpoint resource
func ResourceServiceEndpointJFrogDistributionV2 ¶
ResourceServiceEndpointJFrogDistributionV2 schema and implementation for JFrog Artifactory service endpoint resource
func ResourceServiceEndpointJFrogPlatformV2 ¶
ResourceServiceEndpointJFrogPlatformV2 schema and implementation for JFrog Artifactory service endpoint resource
func ResourceServiceEndpointJFrogXRayV2 ¶
ResourceServiceEndpointJFrogXRayV2 schema and implementation for JFrog Artifactory service endpoint resource
func ResourceServiceEndpointJenkins ¶
ResourceServiceEndpointJenkins schema and implementation for Jenkins service endpoint resource
func ResourceServiceEndpointKubernetes ¶
ResourceServiceEndpointKubernetes schema and implementation for kubernetes service endpoint resource
func ResourceServiceEndpointMaven ¶
ResourceServiceEndpointMaven schema and implementation for Maven service endpoint resource
func ResourceServiceEndpointNexus ¶
ResourceServiceEndpointNexus schema and implementation for Nexus service endpoint resource
func ResourceServiceEndpointNpm ¶
ResourceServiceEndpointNpm schema and implementation for npm service endpoint resource
func ResourceServiceEndpointRunPipeline ¶
ResourceServiceEndpointRunPipeline schema and implementation for Azure DevOps service endpoint resource
func ResourceServiceEndpointServiceFabric ¶
ResourceServiceEndpointServiceFabric schema and implementation for ServiceFabric service endpoint resource
func ResourceServiceEndpointSonarCloud ¶
ResourceServiceEndpointSonarCloud schema and implementation for SonarCloud service endpoint resource
func ResourceServiceEndpointSonarQube ¶
ResourceServiceEndpointSonarQube schema and implementation for SonarQube service endpoint resource
Types ¶
type AzureRmEndpointAuthenticationScheme ¶
type AzureRmEndpointAuthenticationScheme string
const ( ServicePrincipal AzureRmEndpointAuthenticationScheme = "ServicePrincipal" ManagedServiceIdentity AzureRmEndpointAuthenticationScheme = "ManagedServiceIdentity" WorkloadIdentityFederation AzureRmEndpointAuthenticationScheme = "WorkloadIdentityFederation" )
type AzureRmEndpointCreationMode ¶
type AzureRmEndpointCreationMode string
const ( Automatic AzureRmEndpointCreationMode = "Automatic" Manual AzureRmEndpointCreationMode = "Manual" )
Source Files ¶
- commons.go
- data_serviceendpoint_azurecr.go
- data_serviceendpoint_azurerm.go
- data_serviceendpoint_github.go
- data_serviceendpoint_npm.go
- data_serviceendpoint_sonarcloud.go
- resource_serviceendpoint_argocd.go
- resource_serviceendpoint_artifactory.go
- resource_serviceendpoint_aws.go
- resource_serviceendpoint_azurecr.go
- resource_serviceendpoint_azuredevops.go
- resource_serviceendpoint_azurerm.go
- resource_serviceendpoint_bitbucket.go
- resource_serviceendpoint_dockerregistry.go
- resource_serviceendpoint_externaltfs.go
- resource_serviceendpoint_gcp_terraform.go
- resource_serviceendpoint_generic.go
- resource_serviceendpoint_generic_git.go
- resource_serviceendpoint_github.go
- resource_serviceendpoint_github_enterprise.go
- resource_serviceendpoint_incomingwebhook.go
- resource_serviceendpoint_jenkins.go
- resource_serviceendpoint_jfrog_artifactory_v2.go
- resource_serviceendpoint_jfrog_distribution_v2.go
- resource_serviceendpoint_jfrog_platform_v2.go
- resource_serviceendpoint_jfrog_xray_v2.go
- resource_serviceendpoint_kubernetes.go
- resource_serviceendpoint_maven.go
- resource_serviceendpoint_nexus.go
- resource_serviceendpoint_npm.go
- resource_serviceendpoint_nuget.go
- resource_serviceendpoint_octopus_deploy.go
- resource_serviceendpoint_runpipeline.go
- resource_serviceendpoint_servicefabric.go
- resource_serviceendpoint_sonarcloud.go
- resource_serviceendpoint_sonarqube.go
- resource_serviceendpoint_ssh.go