Argo CD · Schema

v1alpha1SCMProviderGeneratorBitbucket

SCMProviderGeneratorBitbucket defines connection info specific to Bitbucket Cloud (API version 2).

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
allBranches boolean Scan all branches instead of just the main branch.
appPasswordRef object
owner string Bitbucket workspace to scan. Required.
user string
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-scm-provider-generator-bitbucket-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-v1alpha1-scm-provider-generator-bitbucket-schema.json",
  "title": "v1alpha1SCMProviderGeneratorBitbucket",
  "description": "SCMProviderGeneratorBitbucket defines connection info specific to Bitbucket Cloud (API version 2).",
  "type": "object",
  "properties": {
    "allBranches": {
      "description": "Scan all branches instead of just the main branch.",
      "type": "boolean"
    },
    "appPasswordRef": {
      "$ref": "#/definitions/v1alpha1SecretRef"
    },
    "owner": {
      "description": "Bitbucket workspace to scan. Required.",
      "type": "string"
    },
    "user": {
      "type": "string",
      "title": "Bitbucket user to use when authenticating.  Should have a \"member\" role to be able to read all repositories and branches.  Required"
    }
  }
}