Skip to content

Commit

Permalink
repo initialize.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCqk committed Mar 5, 2024
1 parent ed00cdc commit 7b16d4e
Show file tree
Hide file tree
Showing 62 changed files with 361 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ csi-build:
CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} GO111MODULE=${GO_MODULE} go build ${GC_FLAGS} -a -o bin/fluid-csi -ldflags '${LDFLAGS}' cmd/csi/main.go

dataset-controller-build:
CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} GO111MODULE=${GO_MODULE} go build ${GC_FLAGS} -a -o bin/dataset-controller -ldflags '${LDFLAGS}' cmd/dataset/main.go
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=${GO_MODULE} go build ${GC_FLAGS} -a -o bin/dataset-controller -ldflags '${LDFLAGS}' cmd/dataset/main.go

alluxioruntime-controller-build:
CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} GO111MODULE=${GO_MODULE} go build ${GC_FLAGS} -a -o bin/alluxioruntime-controller -ldflags '${LDFLAGS}' cmd/alluxio/main.go

jindoruntime-controller-build:
CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} GO111MODULE=${GO_MODULE} go build ${GC_FLAGS} -a -o bin/jindoruntime-controller -ldflags '${LDFLAGS}' cmd/jindo/main.go
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=${GO_MODULE} go build ${GC_FLAGS} -a -o bin/jindoruntime-controller -ldflags '${LDFLAGS}' cmd/jindo/main.go

goosefsruntime-controller-build:
CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} GO111MODULE=${GO_MODULE} go build ${GC_FLAGS} -a -o bin/goosefsruntime-controller -ldflags '${LDFLAGS}' cmd/goosefs/main.go
Expand Down
1 change: 0 additions & 1 deletion charts/alluxio/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/alluxio/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
11 changes: 11 additions & 0 deletions charts/alluxio/charts/library/templates/_recommended_labels.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/efc/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/efc/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
11 changes: 11 additions & 0 deletions charts/efc/charts/library/templates/_recommended_labels.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/fluid-databackup/alluxio/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/fluid-databackup/alluxio/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/fluid-databackup/goosefs/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/fluid-databackup/goosefs/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/fluid-dataloader/alluxio/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/fluid-dataloader/alluxio/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/fluid-dataloader/goosefs/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/fluid-dataloader/goosefs/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/fluid-dataloader/jindo/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/fluid-dataloader/jindo/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/fluid-dataloader/jindocache/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/fluid-dataloader/jindocache/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/fluid-dataloader/jindofsx/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/fluid-dataloader/jindofsx/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/fluid-dataloader/juicefs/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/fluid-dataloader/juicefs/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/fluid-datamigrate/juicefs/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/fluid-datamigrate/juicefs/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/fluid-dataprocess/common/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/fluid-dataprocess/common/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/goosefs/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/goosefs/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
11 changes: 11 additions & 0 deletions charts/goosefs/charts/library/templates/_recommended_labels.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/jindocache/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/jindocache/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
11 changes: 11 additions & 0 deletions charts/jindocache/charts/library/templates/_recommended_labels.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/jindofs/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/jindofs/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
11 changes: 11 additions & 0 deletions charts/jindofs/charts/library/templates/_recommended_labels.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/jindofsx/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/jindofsx/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
11 changes: 11 additions & 0 deletions charts/jindofsx/charts/library/templates/_recommended_labels.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/juicefs/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/juicefs/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
11 changes: 11 additions & 0 deletions charts/juicefs/charts/library/templates/_recommended_labels.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/thin/charts/library

This file was deleted.

5 changes: 5 additions & 0 deletions charts/thin/charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: library
description: A library chart consisting commonly used helm templates for Fluid runtimes.
type: library # https://helm.sh/docs/topics/library_charts/
version: 0.1.0
11 changes: 11 additions & 0 deletions charts/thin/charts/library/templates/_recommended_labels.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{/*
Common labels. Follow the following guidance:
- https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
- https://helm.sh/docs/chart_best_practices/labels/#standard-labels
*/}}
{{- define "library.fluid.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
fluid.io/managed-by: fluid
{{- end }}
1 change: 0 additions & 1 deletion charts/vineyard/charts/library

This file was deleted.

Loading

0 comments on commit 7b16d4e

Please sign in to comment.