-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OperatorNameDoesNotContainOperator lint rule Add readme as per linter ReadmeFileExists Add lint overrides file Co-authored-by: Leo Christy Jesuraj <leojc@ca.ibm.com>
- Loading branch information
Showing
5 changed files
with
18 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# IBM WebSphere Liberty Operator | ||
|
||
The WebSphere Liberty Operator allows you to deploy and manage applications running on WebSphere Liberty into Kubernetes-based platforms, such as Red Hat OpenShift. You can also perform Day-2 operations such as gathering traces and dumps using the operator |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
overrides: | ||
- reason: "This operator uses 1 to 1 and not fan out" | ||
rule: CRDDefinesVersionProperty | ||
severity: WARNING | ||
message: '(openAPIV3Schema.properties.spec.required|openAPIV3Schema.properties.spec.properties.version)' | ||
filenames: | ||
- bundle/manifests/liberty.websphere.ibm.com_webspherelibertyapplications.yaml | ||
- bundle/manifests/liberty.websphere.ibm.com_webspherelibertydumps.yaml | ||
- bundle/manifests/liberty.websphere.ibm.com_webspherelibertytraces.yaml | ||
- reason: "This is only needed for products storing their container images in IBM Entitled Registry, which the WebSphere Liberty Operator does not" | ||
rule: ServiceAccountHasPullSecret |
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