Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client allows to fetch runtime's config and execute the logic against it
func (*Client) EnsureUAAInstanceRemoved ¶
func (*Client) FetchRuntimeConfig ¶
type DashboardChecker ¶
type DashboardChecker struct {
// contains filtered or unexported fields
}
DashboardChecker contains logic allowing to check if Kyma instance is accessible
func NewDashboardChecker ¶
func NewDashboardChecker(clientHttp http.Client, log logrus.FieldLogger) *DashboardChecker
func (*DashboardChecker) AssertRedirectedToUAA ¶
func (c *DashboardChecker) AssertRedirectedToUAA(dashboardURL string) error
AssertRedirectedToUAA sends request to the dashboardURL and expects to be redirected to the logging page There are 2 possible locations where we can be redirected: `/auth/xsuaa` - if uua-issuer exist on the cluster `/auth/local` - if Kyma use a standard login page
Click to show internal directories.
Click to hide internal directories.