-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve realm import namespace support
- Loading branch information
Showing
18 changed files
with
761 additions
and
164 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
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,6 @@ | ||
package constants | ||
|
||
const RHBKWatchedResourceLabel = "sso.stakater.com/watched" | ||
const RHBKRealmImportLabel = "realm.stakater.com/import" | ||
const RHBKRealmImportRevisionLabel = "realm.stakater.com/import-rev" | ||
const RHBKImportOwnerLabel = "realm.stakater.com/owner" | ||
const RHBKImportNamespaceLabel = "realm.stakater.com/namepsace" | ||
const RHBKImportRevisionLabel = "realm.stakater.com/revision" |
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.