Documentation ¶
Overview ¶
pods implements kube.Coder interface for deployment of pods
Index ¶
Constants ¶
View Source
const ( PackageName = "kube/deployment" DefaultConfigDir = ".config/" + PackageName DefaultConfigFile = "config.json" Kind = "Deployment" APIVersion = "apps/v1" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Deployment *v1.Deployment // contains filtered or unexported fields }
Config wraps v1.Endpoints so that it can be managed using configio
Click to show internal directories.
Click to hide internal directories.