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 Config ¶
type Config struct {
Application Application
}
type RegistryAuth ¶
type Template ¶
type Template struct {
Name string
DeploymentName string
RegistryLogin RegistryAuth
Pods []PodConfig
Build BuildConfig
}
Click to show internal directories.
Click to hide internal directories.