change doc URL if UI is running in k8s (#2484)

Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com>
This commit is contained in:
Harshavardhana
2022-12-06 09:53:01 -08:00
committed by GitHub
parent e7a41b4cd9
commit 08ea069ed4
10 changed files with 55 additions and 7 deletions

View File

@@ -41,6 +41,9 @@ type LoginDetails struct {
// is direct p v
IsDirectPV bool `json:"isDirectPV,omitempty"`
// is k8 s
IsK8S bool `json:"isK8S,omitempty"`
// login strategy
// Enum: [form redirect service-account redirect-service-account]
LoginStrategy string `json:"loginStrategy,omitempty"`