responses

package
v0.0.0-...-b1f728d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListApp

type ListApp struct {
	Apps []ListAppEntry `json:"apps"`
}

ListApp response

type ListAppEntry

type ListAppEntry struct {
	Name                string `json:"name"`
	AvailableReplicas   int32  `json:"availableReplicas"`
	UnavailableReplicas int32  `json:"unavailableReplicas"`
	ExternalURL         string `json:"externalUrl,omitempty"`
}

type ListProject

type ListProject struct {
	Projects []ListProjectEntry `json:"projects"`
}

ListProject response

type ListProjectEntry

type ListProjectEntry struct {
	Name string `json:"name"`
}

type ListUser

type ListUser struct {
	Users []ListUserEntry `json:"users"`
}

ListUser response

type ListUserEntry

type ListUserEntry struct {
	Name string `json:"name"`
	Role string `json:"role"`
}

type LoginUser

type LoginUser struct {
	Token string `json:"token"`
}

LoginUser response

type Project

type Project struct {
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL