Skip to content

Commit

Permalink
make status.apiEndpoint and status.operatorNamespace required.
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Jul 4, 2024
1 parent 2e89191 commit 074015b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ spec:
runs in the remote cluster
type: string
required:
- apiEndpoint
- conditions
- operatorNamespace
type: object
memberOperator:
description: MemberOperator is the status of a toolchain member operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ spec:
runs in the remote cluster
type: string
required:
- apiEndpoint
- conditions
- operatorNamespace
type: object
required:
- spec
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ require (

go 1.20

replace github.com/codeready-toolchain/api => github.com/metlos/api v0.0.0-20240703104250-40b2c66a959f
replace github.com/codeready-toolchain/api => github.com/metlos/api v0.0.0-20240704185630-4a086a7f3529
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ github.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/metlos/api v0.0.0-20240703104250-40b2c66a959f h1:0b5eSlDzCtvIjz8yKhgqouOjlJsKXTttQ7mWTAh2G4Y=
github.com/metlos/api v0.0.0-20240703104250-40b2c66a959f/go.mod h1:ie9p4LenCCS0LsnbWp6/xwpFDdCWYE0KWzUO6Sk1g0E=
github.com/metlos/api v0.0.0-20240704185630-4a086a7f3529 h1:4WmVEQYXa5773pclUZ8MammQQSoAqkx97J7Z8/JDnfM=
github.com/metlos/api v0.0.0-20240704185630-4a086a7f3529/go.mod h1:ie9p4LenCCS0LsnbWp6/xwpFDdCWYE0KWzUO6Sk1g0E=
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
github.com/migueleliasweb/go-github-mock v0.0.18 h1:0lWt9MYmZQGnQE2rFtjlft/YtD6hzxuN6JJRFpujzEI=
github.com/migueleliasweb/go-github-mock v0.0.18/go.mod h1:CcgXcbMoRnf3rRVHqGssuBquZDIcaplxL2W6G+xs7kM=
Expand Down

0 comments on commit 074015b

Please sign in to comment.