mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
9 lines
157 B
Go
9 lines
157 B
Go
package v1
|
|
|
|
import "github.com/kubescape/kubescape/v2/core/cautils"
|
|
|
|
type DeleteExceptions struct {
|
|
Credentials cautils.Credentials
|
|
Exceptions []string
|
|
}
|