models

package
v0.0.0-...-7604c60 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 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 CheckRequest

type CheckRequest struct {
	Version Version `json:"version"`
	Source  Source  `json:"source"`
}

type InParams

type InParams struct {
}

type InRequest

type InRequest struct {
	Version Version `json:"version"`
	Source  Source  `json:"source"`

	InParams `json:"params"`
}

type InResponse

type InResponse struct {
	Version  Version    `json:"version"`
	Metadata []Metadata `json:"metadata"`
}

type Metadata

type Metadata struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

type OutParams

type OutParams struct {
	Paths              []string `json:"paths"`
	Kustomize          bool     `json:"kustomize"`
	StatusCheckTimeout int32    `json:"status_check_timeout"`
	Delete             bool     `json:"delete"`
	Undo               bool     `json:"undo"`
	CommandTimeout     int32    `json:"command_timeout"`
}

type OutRequest

type OutRequest struct {
	Source Source    `json:"source"`
	Params OutParams `json:"params"`
}

type OutResponse

type OutResponse struct {
	Version  Version    `json:"version"`
	Metadata []Metadata `json:"metadata"`
}

type Source

type Source struct {
	ApiServerUrl  string `json:"api_server_url"`
	ApiServerCA   string `json:"api_server_cert"`
	ClientCert    string `json:"client_cert"`
	ClientKey     string `json:"client_key"`
	ClientToken   string `json:"client_token"`
	SkipTLSVerify bool   `json:"skip_tls_verify"`
	Namespace     string `json:"namespace"`
	Debug         bool   `json:"debug"`

	WatchResources []WatchResource `json:"watch_resources"`
	Kubeconfig     string          `json:"kubeconfig"`
}

type Version

type Version struct {
	Revision string `json:"ref"`
}

type WatchResource

type WatchResource struct {
	Kind string `json:"kind"`
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳