windows

package
v0.3.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Copyright (c) Microsoft Corporation. Licensed under the MIT License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cni

type Cni struct {
	Name          string
	Source        CniSource
	Plugin        Plugin
	InterfaceName string
}

type CniSource

type CniSource struct {
	Name string
	Url  string
}

type ControlPlane

type ControlPlane struct {
	IpAddress     string
	Username      string
	KubeadmToken  string
	KubeadmCAHash string
}

type Cri

type Cri struct {
	Name   string
	Images Images
}

type Images

type Images struct {
	Pause      string
	Nanoserver string
	ServerCore string
}

type Install

type Install struct {
	Destination string
}

type KubeCluster

type KubeCluster struct {
	Cri        Cri
	Cni        Cni
	Kubernetes Kubernetes
	Install    Install
}

type KubeProxy

type KubeProxy struct {
	Gates string
}

type Kubernetes

type Kubernetes struct {
	Source       KubernetesSource
	ControlPlane ControlPlane
	KubeProxy    KubeProxy
	Network      Network
}

type KubernetesSource

type KubernetesSource struct {
	Release string
	Url     string
}

type Network

type Network struct {
	ServiceCidr string
	ClusterCidr string
}

type Plugin

type Plugin struct {
	Name string
}

Jump to

Keyboard shortcuts

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