Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OperatingSystemLinux is the configuration value for defining Linux. OperatingSystemLinux = "Linux" // OperatingSystemWindows is the configuration value for defining Windows. OperatingSystemWindows = "Windows" )
Variables ¶
View Source
var ( // ValidOperatingSystems defines the group of operating systems // that can be used as a kubelet node. ValidOperatingSystems = OperatingSystems{ OperatingSystemLinux: true, OperatingSystemWindows: true, } )
Functions ¶
This section is empty.
Types ¶
type OperatingSystems ¶
func (OperatingSystems) Names ¶
func (o OperatingSystems) Names() []string
Directories ¶
Path | Synopsis |
---|---|
client
Package azure and subpackages are used to perform operations using the Azure Resource Manager (ARM).
|
Package azure and subpackages are used to perform operations using the Azure Resource Manager (ARM). |
client/aci
Package aci provides tools for interacting with the Azure Container Instances API.
|
Package aci provides tools for interacting with the Azure Container Instances API. |
client/api
Package api contains the common code shared by all Azure API libraries.
|
Package api contains the common code shared by all Azure API libraries. |
client/resourcegroups
Package resourcegroups provides tools for interacting with the Azure Resource Manager resource groups API.
|
Package resourcegroups provides tools for interacting with the Azure Resource Manager resource groups API. |
proxy/mocks
Code generated by mockery v1.0.0.
|
Code generated by mockery v1.0.0. |
Package web provides an implementation of the virtual kubelet provider interface by forwarding all calls to a web endpoint.
|
Package web provides an implementation of the virtual kubelet provider interface by forwarding all calls to a web endpoint. |
Click to show internal directories.
Click to hide internal directories.