2.6.0 • Published 1 year ago
@kubernetes-models/argo-cd v2.6.0
@kubernetes-models/argo-cd
Argo CD models.
Installation
Install with npm.
npm install @kubernetes-models/argo-cd
Usage
import { Application } from "@kubernetes-models/argo-cd/argoproj.io/v1alpha1/Application";
// Create a new Application
const app = new Application({
metadata: {
name: "guestbook"
},
spec: {
project: "default",
source: {
repoURL: "https://github.com/argoproj/argocd-example-apps.git",
targetRevision: "HEAD",
path: "guestbook"
},
destination: {
server: "https://kubernetes.default.svc",
namespace: "guestbook"
}
}
});
// Validate against JSON schema
app.validate();
License
MIT
2.6.0
1 year ago
2.5.1
1 year ago
0.0.0-20240608085410
1 year ago
0.0.0-20240608155033
1 year ago
0.0.0-20240610074310
1 year ago
2.5.0
1 year ago
0.0.0-20240403022011
1 year ago
0.0.0-20240402180946
1 year ago
0.0.0-20240402174322
1 year ago
0.0.0-20240401155416
1 year ago
2.4.0
2 years ago
2.3.0
2 years ago
2.3.1
2 years ago
0.0.0-20230404142451
2 years ago
0.0.0-20230407123839
2 years ago
0.0.0-20230404141129
2 years ago
0.0.0-20230407124751
2 years ago
0.0.0-20230407125710
2 years ago
2.2.1
2 years ago
2.2.0
2 years ago
0.0.0-20230404121257
2 years ago
2.1.0
2 years ago
2.0.2
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.1.0
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.0.0-202177121237
4 years ago
0.1.0
4 years ago