Skip to content

Commit

Permalink
[1290] added disableSleep property to cluster Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiamokevnina committed Feb 6, 2024
1 parent d50bbc7 commit 0c979af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 6 additions & 5 deletions api/v1alpha1/uffizzicluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ type UffizziClusterIngress struct {

// UffizziClusterSpec defines the desired state of UffizziCluster
type UffizziClusterSpec struct {
Ingress UffizziClusterIngress `json:"ingress,omitempty"`
TTL string `json:"ttl,omitempty"`
Helm []HelmChart `json:"helm,omitempty"`
Manifests *string `json:"manifests,omitempty"`
Upgrade bool `json:"upgrade,omitempty"`
Ingress UffizziClusterIngress `json:"ingress,omitempty"`
TTL string `json:"ttl,omitempty"`
Helm []HelmChart `json:"helm,omitempty"`
Manifests *string `json:"manifests,omitempty"`
Upgrade bool `json:"upgrade,omitempty"`
DisableSleep bool `json:"disableSleep,omitempty"`
}

// UffizziClusterStatus defines the observed state of UffizziCluster
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/uffizzi.com_uffizziclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
spec:
description: UffizziClusterSpec defines the desired state of UffizziCluster
properties:
disableSleep:
type: boolean
helm:
items:
properties:
Expand Down

0 comments on commit 0c979af

Please sign in to comment.