Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions argoproj.io/application_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,10 @@
"description": "RepoURL is the URL to the repository (Git or Helm) that contains the application manifests",
"type": "string"
},
"tagPrefix": {
"description": "TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.\nThe prefix is stripped from tag names before comparison and re-added to the resolved version.\nFor example, with tagPrefix \"component-b/\" and targetRevision \"1.0.*\", tags like \"component-b/1.0.0\" and\n\"component-b/1.0.1\" are candidates, and the constraint resolves to \"component-b/1.0.1\".",
"type": "string"
},
"targetRevision": {
"description": "TargetRevision defines the revision of the source to sync the application to.\nIn case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.\nIn case of Helm, this is a semver tag for the Chart's version.",
"type": "string"
Expand Down Expand Up @@ -1044,6 +1048,10 @@
"description": "RepoURL is the URL to the repository (Git or Helm) that contains the application manifests",
"type": "string"
},
"tagPrefix": {
"description": "TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.\nThe prefix is stripped from tag names before comparison and re-added to the resolved version.\nFor example, with tagPrefix \"component-b/\" and targetRevision \"1.0.*\", tags like \"component-b/1.0.0\" and\n\"component-b/1.0.1\" are candidates, and the constraint resolves to \"component-b/1.0.1\".",
"type": "string"
},
"targetRevision": {
"description": "TargetRevision defines the revision of the source to sync the application to.\nIn case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.\nIn case of Helm, this is a semver tag for the Chart's version.",
"type": "string"
Expand Down Expand Up @@ -1639,6 +1647,10 @@
"description": "RepoURL is the URL to the repository (Git or Helm) that contains the application manifests",
"type": "string"
},
"tagPrefix": {
"description": "TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.\nThe prefix is stripped from tag names before comparison and re-added to the resolved version.\nFor example, with tagPrefix \"component-b/\" and targetRevision \"1.0.*\", tags like \"component-b/1.0.0\" and\n\"component-b/1.0.1\" are candidates, and the constraint resolves to \"component-b/1.0.1\".",
"type": "string"
},
"targetRevision": {
"description": "TargetRevision defines the revision of the source to sync the application to.\nIn case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.\nIn case of Helm, this is a semver tag for the Chart's version.",
"type": "string"
Expand Down Expand Up @@ -2119,6 +2131,10 @@
"pattern": "^.{2,}|[^./]$",
"type": "string"
},
"repoURL": {
"description": "RepoURL is the URL to the git repository that contains the hydrated manifests. If not set, defaults to\nthe DrySource.RepoURL.",
"type": "string"
},
"targetBranch": {
"description": "TargetBranch is the branch from which hydrated manifests will be synced.\nIf HydrateTo is not set, this is also the branch to which hydrated manifests are committed.",
"type": "string"
Expand Down Expand Up @@ -2583,6 +2599,10 @@
"description": "RepoURL is the URL to the repository (Git or Helm) that contains the application manifests",
"type": "string"
},
"tagPrefix": {
"description": "TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.\nThe prefix is stripped from tag names before comparison and re-added to the resolved version.\nFor example, with tagPrefix \"component-b/\" and targetRevision \"1.0.*\", tags like \"component-b/1.0.0\" and\n\"component-b/1.0.1\" are candidates, and the constraint resolves to \"component-b/1.0.1\".",
"type": "string"
},
"targetRevision": {
"description": "TargetRevision defines the revision of the source to sync the application to.\nIn case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.\nIn case of Helm, this is a semver tag for the Chart's version.",
"type": "string"
Expand Down Expand Up @@ -3239,6 +3259,10 @@
"description": "RepoURL is the URL to the repository (Git or Helm) that contains the application manifests",
"type": "string"
},
"tagPrefix": {
"description": "TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.\nThe prefix is stripped from tag names before comparison and re-added to the resolved version.\nFor example, with tagPrefix \"component-b/\" and targetRevision \"1.0.*\", tags like \"component-b/1.0.0\" and\n\"component-b/1.0.1\" are candidates, and the constraint resolves to \"component-b/1.0.1\".",
"type": "string"
},
"targetRevision": {
"description": "TargetRevision defines the revision of the source to sync the application to.\nIn case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.\nIn case of Helm, this is a semver tag for the Chart's version.",
"type": "string"
Expand Down Expand Up @@ -3694,6 +3718,10 @@
"description": "RepoURL is the URL to the repository (Git or Helm) that contains the application manifests",
"type": "string"
},
"tagPrefix": {
"description": "TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.\nThe prefix is stripped from tag names before comparison and re-added to the resolved version.\nFor example, with tagPrefix \"component-b/\" and targetRevision \"1.0.*\", tags like \"component-b/1.0.0\" and\n\"component-b/1.0.1\" are candidates, and the constraint resolves to \"component-b/1.0.1\".",
"type": "string"
},
"targetRevision": {
"description": "TargetRevision defines the revision of the source to sync the application to.\nIn case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.\nIn case of Helm, this is a semver tag for the Chart's version.",
"type": "string"
Expand Down Expand Up @@ -4311,6 +4339,10 @@
"description": "RepoURL is the URL to the repository (Git or Helm) that contains the application manifests",
"type": "string"
},
"tagPrefix": {
"description": "TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.\nThe prefix is stripped from tag names before comparison and re-added to the resolved version.\nFor example, with tagPrefix \"component-b/\" and targetRevision \"1.0.*\", tags like \"component-b/1.0.0\" and\n\"component-b/1.0.1\" are candidates, and the constraint resolves to \"component-b/1.0.1\".",
"type": "string"
},
"targetRevision": {
"description": "TargetRevision defines the revision of the source to sync the application to.\nIn case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.\nIn case of Helm, this is a semver tag for the Chart's version.",
"type": "string"
Expand Down Expand Up @@ -4766,6 +4798,10 @@
"description": "RepoURL is the URL to the repository (Git or Helm) that contains the application manifests",
"type": "string"
},
"tagPrefix": {
"description": "TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.\nThe prefix is stripped from tag names before comparison and re-added to the resolved version.\nFor example, with tagPrefix \"component-b/\" and targetRevision \"1.0.*\", tags like \"component-b/1.0.0\" and\n\"component-b/1.0.1\" are candidates, and the constraint resolves to \"component-b/1.0.1\".",
"type": "string"
},
"targetRevision": {
"description": "TargetRevision defines the revision of the source to sync the application to.\nIn case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.\nIn case of Helm, this is a semver tag for the Chart's version.",
"type": "string"
Expand Down Expand Up @@ -5377,6 +5413,10 @@
"description": "RepoURL is the URL to the repository (Git or Helm) that contains the application manifests",
"type": "string"
},
"tagPrefix": {
"description": "TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.\nThe prefix is stripped from tag names before comparison and re-added to the resolved version.\nFor example, with tagPrefix \"component-b/\" and targetRevision \"1.0.*\", tags like \"component-b/1.0.0\" and\n\"component-b/1.0.1\" are candidates, and the constraint resolves to \"component-b/1.0.1\".",
"type": "string"
},
"targetRevision": {
"description": "TargetRevision defines the revision of the source to sync the application to.\nIn case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.\nIn case of Helm, this is a semver tag for the Chart's version.",
"type": "string"
Expand Down Expand Up @@ -5832,6 +5872,10 @@
"description": "RepoURL is the URL to the repository (Git or Helm) that contains the application manifests",
"type": "string"
},
"tagPrefix": {
"description": "TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.\nThe prefix is stripped from tag names before comparison and re-added to the resolved version.\nFor example, with tagPrefix \"component-b/\" and targetRevision \"1.0.*\", tags like \"component-b/1.0.0\" and\n\"component-b/1.0.1\" are candidates, and the constraint resolves to \"component-b/1.0.1\".",
"type": "string"
},
"targetRevision": {
"description": "TargetRevision defines the revision of the source to sync the application to.\nIn case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.\nIn case of Helm, this is a semver tag for the Chart's version.",
"type": "string"
Expand Down Expand Up @@ -6443,6 +6487,10 @@
"pattern": "^.{2,}|[^./]$",
"type": "string"
},
"repoURL": {
"description": "RepoURL is the URL to the git repository that contains the hydrated manifests. If not set, defaults to\nthe DrySource.RepoURL.",
"type": "string"
},
"targetBranch": {
"description": "TargetBranch is the branch from which hydrated manifests will be synced.\nIf HydrateTo is not set, this is also the branch to which hydrated manifests are committed.",
"type": "string"
Expand Down Expand Up @@ -6476,6 +6524,10 @@
"type": "object",
"additionalProperties": false
},
"lastComparedDryRevision": {
"description": "LastComparedDryRevision holds the resolved revision from the most recent dry source comparison.\nThis is updated on every evaluation, even when hydration is skipped due to no changes.",
"type": "string"
},
"lastSuccessfulOperation": {
"description": "LastSuccessfulOperation holds info about the most recent successful hydration",
"properties": {
Expand Down Expand Up @@ -6956,6 +7008,10 @@
"pattern": "^.{2,}|[^./]$",
"type": "string"
},
"repoURL": {
"description": "RepoURL is the URL to the git repository that contains the hydrated manifests. If not set, defaults to\nthe DrySource.RepoURL.",
"type": "string"
},
"targetBranch": {
"description": "TargetBranch is the branch from which hydrated manifests will be synced.\nIf HydrateTo is not set, this is also the branch to which hydrated manifests are committed.",
"type": "string"
Expand Down Expand Up @@ -7012,6 +7068,10 @@
"type": "string"
},
"type": "array"
},
"isAppOfApps": {
"description": "IsAppOfApps holds true if the application has any application for child resource.",
"type": "boolean"
}
},
"type": "object",
Expand Down Expand Up @@ -7529,6 +7589,10 @@
"description": "RepoURL is the URL to the repository (Git or Helm) that contains the application manifests",
"type": "string"
},
"tagPrefix": {
"description": "TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.\nThe prefix is stripped from tag names before comparison and re-added to the resolved version.\nFor example, with tagPrefix \"component-b/\" and targetRevision \"1.0.*\", tags like \"component-b/1.0.0\" and\n\"component-b/1.0.1\" are candidates, and the constraint resolves to \"component-b/1.0.1\".",
"type": "string"
},
"targetRevision": {
"description": "TargetRevision defines the revision of the source to sync the application to.\nIn case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.\nIn case of Helm, this is a semver tag for the Chart's version.",
"type": "string"
Expand Down Expand Up @@ -7984,6 +8048,10 @@
"description": "RepoURL is the URL to the repository (Git or Helm) that contains the application manifests",
"type": "string"
},
"tagPrefix": {
"description": "TagPrefix filters git tags to only those with this prefix before evaluating targetRevision as a semver constraint.\nThe prefix is stripped from tag names before comparison and re-added to the resolved version.\nFor example, with tagPrefix \"component-b/\" and targetRevision \"1.0.*\", tags like \"component-b/1.0.0\" and\n\"component-b/1.0.1\" are candidates, and the constraint resolves to \"component-b/1.0.1\".",
"type": "string"
},
"targetRevision": {
"description": "TargetRevision defines the revision of the source to sync the application to.\nIn case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD.\nIn case of Helm, this is a semver tag for the Chart's version.",
"type": "string"
Expand Down
Loading