mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
Merge remote-tracking branch 'refs/remotes/origin/0.3-bugfix' into 0.3-bugfix
This commit is contained in:
commit
0629b1e9a5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const (
|
|||
TabIndent Indent = "\t"
|
||||
)
|
||||
|
||||
// Result is an interface that is used for result polymorphic behavio
|
||||
// Result is an interface that is used for result polymorphic behavior
|
||||
type Result interface {
|
||||
String() string
|
||||
StringWithIndent(indent string) string
|
||||
|
|
Loading…
Add table
Reference in a new issue