model

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 3 more Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationInfo

type ApplicationInfo struct {
	Name string `json:"name" yaml:"name"`
	Type string `json:"type" yaml:"type"`
}

type DevStartOptions

type DevStartOptions struct {
	SideCarImage string
	DevImage     string
	Container    string

	// for debug
	SyncthingVersion string

	// Now it's only use to specify the `root dir` user want to sync
	LocalSyncDir  []string
	StorageClass  string
	PriorityClass string

	NoTerminal  bool
	NoSyncthing bool

	DevModeType string
	MeshHeader  map[string]string
}

type Namespace

type Namespace struct {
	Namespace   string             `json:"namespace" yaml:"namespace"`
	Application []*ApplicationInfo `json:"application" yaml:"application"`
}

type NocalHostResource

type NocalHostResource struct {
	NameSpace   string
	Nid         string
	Application string
	Service     string
	ServiceType string
	PodName     string
}

Jump to

Keyboard shortcuts

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