Skip to content

Commit

Permalink
Update ArgoCD(argoproj.io) schemas to v2.10.13 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Davis authored Jul 23, 2024
1 parent 9845968 commit 8599d7a
Show file tree
Hide file tree
Showing 2 changed files with 375 additions and 9 deletions.
84 changes: 84 additions & 0 deletions argoproj.io/application_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,13 @@
"description": "CommonLabels is a list of additional labels to add to rendered manifests",
"type": "object"
},
"components": {
"description": "Components specifies a list of kustomize components to add to the kustomization before building",
"items": {
"type": "string"
},
"type": "array"
},
"forceCommonAnnotations": {
"description": "ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps",
"type": "boolean"
Expand Down Expand Up @@ -730,6 +737,13 @@
"description": "CommonLabels is a list of additional labels to add to rendered manifests",
"type": "object"
},
"components": {
"description": "Components specifies a list of kustomize components to add to the kustomization before building",
"items": {
"type": "string"
},
"type": "array"
},
"forceCommonAnnotations": {
"description": "ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps",
"type": "boolean"
Expand Down Expand Up @@ -1268,6 +1282,13 @@
"description": "CommonLabels is a list of additional labels to add to rendered manifests",
"type": "object"
},
"components": {
"description": "Components specifies a list of kustomize components to add to the kustomization before building",
"items": {
"type": "string"
},
"type": "array"
},
"forceCommonAnnotations": {
"description": "ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps",
"type": "boolean"
Expand Down Expand Up @@ -1666,6 +1687,13 @@
"description": "CommonLabels is a list of additional labels to add to rendered manifests",
"type": "object"
},
"components": {
"description": "Components specifies a list of kustomize components to add to the kustomization before building",
"items": {
"type": "string"
},
"type": "array"
},
"forceCommonAnnotations": {
"description": "ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps",
"type": "boolean"
Expand Down Expand Up @@ -2237,6 +2265,13 @@
"description": "CommonLabels is a list of additional labels to add to rendered manifests",
"type": "object"
},
"components": {
"description": "Components specifies a list of kustomize components to add to the kustomization before building",
"items": {
"type": "string"
},
"type": "array"
},
"forceCommonAnnotations": {
"description": "ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps",
"type": "boolean"
Expand Down Expand Up @@ -2635,6 +2670,13 @@
"description": "CommonLabels is a list of additional labels to add to rendered manifests",
"type": "object"
},
"components": {
"description": "Components specifies a list of kustomize components to add to the kustomization before building",
"items": {
"type": "string"
},
"type": "array"
},
"forceCommonAnnotations": {
"description": "ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps",
"type": "boolean"
Expand Down Expand Up @@ -3186,6 +3228,13 @@
"description": "CommonLabels is a list of additional labels to add to rendered manifests",
"type": "object"
},
"components": {
"description": "Components specifies a list of kustomize components to add to the kustomization before building",
"items": {
"type": "string"
},
"type": "array"
},
"forceCommonAnnotations": {
"description": "ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps",
"type": "boolean"
Expand Down Expand Up @@ -3584,6 +3633,13 @@
"description": "CommonLabels is a list of additional labels to add to rendered manifests",
"type": "object"
},
"components": {
"description": "Components specifies a list of kustomize components to add to the kustomization before building",
"items": {
"type": "string"
},
"type": "array"
},
"forceCommonAnnotations": {
"description": "ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps",
"type": "boolean"
Expand Down Expand Up @@ -4131,6 +4187,13 @@
"description": "CommonLabels is a list of additional labels to add to rendered manifests",
"type": "object"
},
"components": {
"description": "Components specifies a list of kustomize components to add to the kustomization before building",
"items": {
"type": "string"
},
"type": "array"
},
"forceCommonAnnotations": {
"description": "ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps",
"type": "boolean"
Expand Down Expand Up @@ -4529,6 +4592,13 @@
"description": "CommonLabels is a list of additional labels to add to rendered manifests",
"type": "object"
},
"components": {
"description": "Components specifies a list of kustomize components to add to the kustomization before building",
"items": {
"type": "string"
},
"type": "array"
},
"forceCommonAnnotations": {
"description": "ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps",
"type": "boolean"
Expand Down Expand Up @@ -5110,6 +5180,13 @@
"description": "CommonLabels is a list of additional labels to add to rendered manifests",
"type": "object"
},
"components": {
"description": "Components specifies a list of kustomize components to add to the kustomization before building",
"items": {
"type": "string"
},
"type": "array"
},
"forceCommonAnnotations": {
"description": "ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps",
"type": "boolean"
Expand Down Expand Up @@ -5508,6 +5585,13 @@
"description": "CommonLabels is a list of additional labels to add to rendered manifests",
"type": "object"
},
"components": {
"description": "Components specifies a list of kustomize components to add to the kustomization before building",
"items": {
"type": "string"
},
"type": "array"
},
"forceCommonAnnotations": {
"description": "ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps",
"type": "boolean"
Expand Down
Loading

0 comments on commit 8599d7a

Please sign in to comment.