 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package models assemble all struct used by other packages
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentVar ¶
EnvironmentVar k/v to set inside of the container
type Pods ¶
type Pods struct {
	GenerateName string            // GenerateName is the prefix that will be use to create the pod name
	Namespace    string            // Namespace in which the pod will be created
	Annotations  map[string]string // Annotations to set to the pod
	Labels       map[string]string // Labels to set to the pod
	Container    container         // Container requirements
}
    Pods struct will be use by kooks package to create pods in kubernetes cluster
 Click to show internal directories. 
   Click to hide internal directories.