model

package
v0.0.0-...-6d50071 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartsResult

type ChartsResult struct {
	Charts []SearchResult `json:"charts"`
}

ChartsResult Model

type DefaultRepoRequest

type DefaultRepoRequest struct {
	Reponame string `json:"reponame"`
}

DefaultRepoRequest struct

type Pod

type Pod struct {
	Name     string `json:"name"`
	Image    string `json:"image"`
	Ready    string `json:"ready"`
	Status   string `json:"status"`
	Restarts int    `json:"restarts"`
	Age      string `json:"age"`
}

Pod structure

type PodResult

type PodResult struct {
	Pods []Pod `json:"pods"`
}

PodResult structure

type Repository

type Repository struct {
	gorm.Model
	Name     string `json:"name"`
	URL      string `json:"url"`
	Username string `json:"username"`
	Password string `json:"password"`
}

Repository struct

type RepositoryResult

type RepositoryResult struct {
	Repositories []Repository `json:"repositories"`
}

RepositoryResult struct

type SearchResult

type SearchResult struct {
	Name         string `json:"name"`
	ChartVersion string `json:"chartVersion"`
	AppVersion   string `json:"appVersion"`
	Description  string `json:"description"`
}

SearchResult result

type Service

type Service struct {
	Name       string `json:"name"`
	Type       string `json:"type"`
	ClusterIP  string `json:"clusterIP"`
	ExternalIP string `json:"externalIP"`
	Ports      string `json:"ports"`
	Age        string `json:"age"`
}

Service structure

type ServiceResult

type ServiceResult struct {
	Services []Service `json:"services"`
}

ServiceResult structure

Jump to

Keyboard shortcuts

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