add controllers
change kiali mux to go-restful add knative
This commit is contained in:
@@ -27,4 +27,4 @@ const (
|
||||
QueryLevelWorkload
|
||||
QueryLevelPod
|
||||
QueryLevelContainer
|
||||
)
|
||||
)
|
||||
|
||||
@@ -306,4 +306,4 @@ func GetWorkspaceOfNamesapce(namespace string) string {
|
||||
}
|
||||
|
||||
return workspace
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,4 +61,4 @@ type OutputDBBinding struct {
|
||||
Internal bool
|
||||
Enable bool `gorm:"not null"`
|
||||
Updatetime time.Time `gorm:"not null"`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user