-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Restructure VSphereSource (#395)
Adding support for multiple sources by restructuring this source. Also removing pkg logstream because it was not working with the standard logging configuragion anymore. The zap configuration uses 'level' as the log level key, whereas logstream assumes 'severity'. Closes: #394 Signed-off-by: Michael Gasch <[email protected]>
- Loading branch information
Michael Gasch
authored
Mar 23, 2022
1 parent
fa64cf3
commit 26d67c5
Showing
27 changed files
with
194 additions
and
611 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
## Binary names | ||
|
||
The binaries in this directory are prefixed with `sources-for-knative-{foo}` so | ||
that when published via `KO_DOCKER_REPO=docker.io/vmware ko apply -Bf config` | ||
the resulting images are named `vmware/sources-for-knative-{foo}`. | ||
The binaries in this directory are grouped by and prefixed with the | ||
corresponding VMware product name, e.g. `vsphere` or `horizon`. | ||
|
||
When published via `KO_DOCKER_REPO=<registry>/vmware ko apply -BRf config` the | ||
resulting images are named `<registry>/vmware/<product>-{adapter|controller}`, | ||
e.g. `docker.io/vmware/vsphere-adapter` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
config/200-clusterrole-cm.yaml → config/vsphere/200-clusterrole-cm.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.