Skip to content

Commit

Permalink
fixup! ✨ Add timeout while evaluating CEL expression
Browse files Browse the repository at this point in the history
  • Loading branch information
aniruddha2000 committed Feb 15, 2024
1 parent 55859d3 commit 72cedc4
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 114 deletions.
5 changes: 1 addition & 4 deletions config/crd/bases/clusterstack.x-k8s.io_clusteraddons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,7 @@ spec:
description: CurrentHook specifies the current running Hook.
type: string
helmChartStatus:
additionalProperties:
description: HelmChartStatusConditions defines the status of helm
chart in the cluster addon.
type: string
additionalProperties: {}
description: HelmChartStatus defines the status of helm chart in the
cluster addon.
type: object
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1 // indirect
gopkg.in/yaml.v3 v3.0.1
k8s.io/apiextensions-apiserver v0.27.2
k8s.io/apiserver v0.27.2 // indirect
k8s.io/component-base v0.27.2 // indirect
Expand Down

0 comments on commit 72cedc4

Please sign in to comment.