Documentation
¶
Index ¶
- Constants
- type EnvVars
- type Manager
- func (m *Manager) CreateContainer(image string, cmd []string, args []string, env EnvVars) error
- func (m *Manager) DeleteInstance() error
- func (m *Manager) DeleteNodeGroup() error
- func (m *Manager) DeleteNodeTemplate() error
- func (m *Manager) GetInstance() (*compute.Instance, error)
- func (m *Manager) SetMetadata(keyVals map[string]string) error
Constants ¶
View Source
const ( // The key name used in metadata will be used by konlet. ContainerDeclarationMetadata string = "gce-container-declaration" // Used as the name of node template / node group / instance. SoleTenantName string = "dedicated" NodeGroupInitialCount int64 = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) CreateContainer ¶
func (*Manager) DeleteInstance ¶
func (*Manager) DeleteNodeGroup ¶
func (*Manager) DeleteNodeTemplate ¶
func (*Manager) GetInstance ¶
Click to show internal directories.
Click to hide internal directories.