Skip to content

Commit

Permalink
feat: cluster CRUD APIs, credential masking, search pagination and Op…
Browse files Browse the repository at this point in the history
…enAPI docs (#111)

## What type of PR is this?

/kind feature

## What this PR does / why we need it:

- Adding cluster CRUD APIs
- Adding cluster display name and description
- Credential masking when fetching cluster
- Search pagination with page and pageSize
- Standardized API responses
- Updated OpenAPI docs for cluster and insight APIs
  • Loading branch information
ffforest authored Dec 14, 2023
1 parent 7fb6b5f commit f0c18f6
Show file tree
Hide file tree
Showing 28 changed files with 4,356 additions and 349 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ dockers:
- "--platform=linux/amd64"
extra_files:
- ui/
- relationship.yaml
# - image_templates:
# - 'kusionstack/{{ .ProjectName }}:{{ .Tag }}-arm64'
# dockerfile: Dockerfile
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ WORKDIR /
# Copy the static file directory built in the previous layer to the current layer
COPY --from=ui-builder /root/ui/build /static
COPY karbour .
COPY relationship.yaml .

USER root

Expand Down
Loading

0 comments on commit f0c18f6

Please sign in to comment.