deploymentplan

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDeploymentPlanCmd

func NewDeploymentPlanCmd() *cobra.Command

Types

type ApplicationPersistentVolume

type ApplicationPersistentVolume struct {
	StorageClass string `yaml:"storageClass"`
	Capacity     uint32 `yaml:"capacity"`
	MountPath    string `yaml:"mountPath"`
}

type ApplicationPort

type ApplicationPort struct {
	Protocol string `yaml:"protocol"`
	Port     uint32 `yaml:"port"`
}

type ApplicationResources

type ApplicationResources struct {
	Cores  uint32 `yaml:"cores"`
	Memory uint32 `yaml:"memory"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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