types

package
v0.1.0-alpha.9 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Copyright (c) 2025 Nexlayer. All rights reserved.n// Use of this source code is governed by an MIT-stylen// license that can be found in the LICENSE file.nn

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	Template Template
}

type BuildConfig

type BuildConfig struct {
	Command string
	Output  string
}

type Config

type Config struct {
	Application Application
}

type PodConfig

type PodConfig struct {
	Type       string
	Name       string
	Tag        string
	ExposeHttp bool
	Vars       []VarPair
}

type RegistryAuth

type RegistryAuth struct {
	Registry            string
	Username            string
	PersonalAccessToken string
}

type Template

type Template struct {
	Name           string
	DeploymentName string
	RegistryLogin  RegistryAuth
	Pods           []PodConfig
	Build          BuildConfig
}

type VarPair

type VarPair struct {
	Key   string
	Value string
}

Jump to

Keyboard shortcuts

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