-
Notifications
You must be signed in to change notification settings - Fork 21
Addons docs configurable #4
Addons docs configurable #4
Conversation
/retest |
2 similar comments
/retest |
/retest |
/test pre-master-helm-broker |
c40eaec
to
e7aa7db
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please create /docs
directory inside /controller
and put there docs_provider*.go files
suite.createClusterAddonsConfiguration("addon1", []string{accTestRepo}, sourceHTTP) | ||
|
||
// then | ||
suite.waitForClusterAddonsConfigurationPhase("addon1", v1alpha1.AddonsConfigurationReady) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add assertClusterDocsTopicListIsEmpty()
check for namespaced
and cluster
case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CRDs are not installed so I cannot test it
internal/controller/setup.go
Outdated
@@ -18,6 +18,11 @@ import ( | |||
"sigs.k8s.io/controller-runtime/pkg/manager" | |||
) | |||
|
|||
type docsFacade interface { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: you may move that interface definition to ext.go
file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved
e7aa7db
to
8c894f8
Compare
Description
Changes proposed in this pull request:
Related issue(s)
Related: kyma-project/kyma#5211