models

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2021 License: MIT Imports: 0 Imported by: 0

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

type EnvironmentVar struct {
	Key   string // Variable key
	Value string // Variable value
}

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

Jump to

Keyboard shortcuts

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