package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Nov 4, 2024
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ApplicationPersistentVolume struct {
StorageClass string `yaml:"storageClass"`
Capacity uint32 `yaml:"capacity"`
MountPath string `yaml:"mountPath"`
}
type ApplicationPort struct {
Protocol string `yaml:"protocol"`
Port uint32 `yaml:"port"`
}
type ApplicationResources struct {
Cores uint32 `yaml:"cores"`
Memory uint32 `yaml:"memory"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.