Skip to content

Commit b241f36

Browse files
authored
removes portspec (#14)
1 parent 5e2121e commit b241f36

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

api/v1beta1/questdb_types.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ const (
2828
AnnotationQuestDBSecretType = "questdb.crd.questdb.io/secret-type"
2929
)
3030

31-
type QuestDBPortSpec struct {
32-
Ilp int32 `json:"ilp,omitempty"`
33-
Psql int32 `json:"psql,omitempty"`
34-
Http int32 `json:"http,omitempty"`
35-
}
36-
3731
type QuestDBResourcesSpec struct {
3832
Limits v1.ResourceList `json:"limits,omitempty"`
3933
Requests v1.ResourceList `json:"requests,omitempty"`

api/v1beta1/zz_generated.deepcopy.go

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)