Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion api/catalog/v1alpha1/openapi_generated.go

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

2 changes: 2 additions & 0 deletions api/catalog/v1alpha1/shared_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ const (
type BindingSpec struct {
// SourceRef refers to the source app instance.
SourceRef kmapi.ObjectReference `json:"sourceRef"`
// ExposeUI decides whether the ui should be exposed or not
ExposeUI bool `json:"exposeUI"`
}

// +kubebuilder:validation:Enum=Pending;InProgress;Terminating;Current;Failed;Expired
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_clickhousebindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_druidbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_elasticsearchbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -77,6 +81,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_ferretdbbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_kafkabindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_mariadbbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_memcachedbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_mongodbbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_mssqlserverbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -77,6 +81,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_mysqlbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_perconaxtradbbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -77,6 +81,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_pgbouncerbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_pgpoolbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_postgresbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_proxysqlbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_rabbitmqbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_redisbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_singlestorebindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -77,6 +81,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
5 changes: 5 additions & 0 deletions crds/catalog.appscode.com_solrbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
spec:
description: BindingSpec defines the desired state of Binding
properties:
exposeUI:
description: ExposeUI decides whether the ui should be exposed or
not
type: boolean
sourceRef:
description: SourceRef refers to the source app instance.
properties:
Expand All @@ -76,6 +80,7 @@ spec:
- name
type: object
required:
- exposeUI
- sourceRef
type: object
status:
Expand Down
Loading
Loading