mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-08 02:30:23 +00:00
feat: serve/integration capability (#645)
* chore: updated schema for integrations support (#616) Signed-off-by: Alex Jones <alexsimonjones@gmail.com> wip: enabling integration activation Signed-off-by: Alex Jones <alexsimonjones@gmail.com> wip: enabling integration activation Signed-off-by: Alex Jones <alexsimonjones@gmail.com> * wip Signed-off-by: Alex Jones <alexsimonjones@gmail.com> * feat: skipinstall fixed Signed-off-by: Alex Jones <alexsimonjones@gmail.com> * feat: fixed filters for integrations but its ugly Signed-off-by: Alex Jones <alexsimonjones@gmail.com> * chore: updated library Signed-off-by: Alex Jones <alexsimonjones@gmail.com> * chore: updated go mod Signed-off-by: Alex Jones <alexsimonjones@gmail.com> * chore: updated go mod Signed-off-by: Alex Jones <alexsimonjones@gmail.com> --------- Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
@@ -15,12 +15,12 @@ package util
|
||||
|
||||
import (
|
||||
"context"
|
||||
"crypto/rand"
|
||||
"crypto/sha256"
|
||||
"encoding/base64"
|
||||
"encoding/hex"
|
||||
"errors"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"os"
|
||||
"regexp"
|
||||
|
||||
|
Reference in New Issue
Block a user