Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type YamlFile ¶
type YamlFile struct {
// Name is the unique string which identifies the deployment.
Name string
// Kubernetes is the <major>.<minor> version the deployment
// was written for.
Kubernetes version.Version
// Flavor is a variant of the normal deployment for the Kubernetes version.
// Empty or a string leading with a hyphen.
Flavor string
// DeviceMode defines in which mode the deployed driver will
// operate.
DeviceMode api.DeviceMode
}
YamlFile contains all objects of a certain deployment.
Click to show internal directories.
Click to hide internal directories.