-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhancement: Console controller error handling improvements (#1817)
- Loading branch information
1 parent
645f2ee
commit f941814
Showing
36 changed files
with
290 additions
and
641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
apiVersion: deployments.plural.sh/v1alpha1 | ||
kind: Project | ||
metadata: | ||
name: default | ||
spec: | ||
name: default | ||
--- | ||
apiVersion: deployments.plural.sh/v1alpha1 | ||
kind: Catalog | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: base-catalog | ||
app.kubernetes.io/instance: catalog-sample | ||
app.kubernetes.io/part-of: controller | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/created-by: controller | ||
name: base-catalog | ||
spec: | ||
author: Plural | ||
category: Data | ||
description: The new open-source standard to sync data from applications, APIs & databases. One click deploys for data scientists and developers. | ||
projectRef: | ||
name: default | ||
--- | ||
apiVersion: deployments.plural.sh/v1alpha1 | ||
kind: Catalog | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: data-catalog | ||
app.kubernetes.io/instance: catalog-sample | ||
app.kubernetes.io/part-of: controller | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/created-by: controller | ||
name: data-catalog | ||
spec: | ||
author: Plural | ||
category: Data | ||
description: The new open-source standard to sync data from applications, APIs & databases. One click deploys for data scientists and developers. | ||
--- | ||
apiVersion: deployments.plural.sh/v1alpha1 | ||
kind: Catalog | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: uncategorized-catalog | ||
app.kubernetes.io/instance: catalog-sample | ||
app.kubernetes.io/part-of: controller | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/created-by: controller | ||
name: uncategorized-catalog | ||
spec: | ||
author: Plural | ||
description: The new open-source standard to sync data from applications, APIs & databases. One click deploys for data scientists and developers. |
290 changes: 0 additions & 290 deletions
290
go/controller/config/samples/deployments_v1alpha1_catalog.yaml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.