We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9944cd8 commit b014a23Copy full SHA for b014a23
pkg/tree/entry.go
@@ -154,7 +154,6 @@ type Entry interface {
154
GetListChilds() ([]Entry, error)
155
BreadthSearch(ctx context.Context, path string) ([]Entry, error)
156
DeepCopy(tc *TreeContext, parent Entry) (Entry, error)
157
-
158
GetLeafVariantEntries() LeafVariantEntries
159
}
160
@@ -173,5 +172,5 @@ type LeafVariantEntries interface {
173
172
MarkOwnerForDeletion(owner string, onlyIntended bool) *LeafEntry
174
GetHighestPrecedence(onlyNewOrUpdated bool, includeDefaults bool) *LeafEntry
175
GetRunning() *LeafEntry
176
- DeleteByOwner(owner string) *LeafEntry
+ DeleteByOwner(owner string) bool
177
0 commit comments