package
Version:
v0.9.12
Opens a new window with list of versions in this module.
Published: Oct 24, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Container struct {
Image string `yaml:"image"`
}
type Doc struct {
APIVersion string `yaml:"apiVersion"`
Kind string `yaml:"kind"`
Metadata Metadata `yaml:"metadata"`
Spec Spec `yaml:"spec"`
}
type Metadata struct {
Name string `yaml:"name"`
}
type PodSpec struct {
Containers []Container `yaml:"containers,omitempty"`
ImagePullSecrets []ImagePullSecret `yaml:"imagePullSecrets"`
}
type Spec struct {
Template Template `yaml:"template"`
}
type Template struct {
Spec PodSpec `yaml:"spec"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.