kubeadm

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

+groupName=kubeadm.k8s.io

Index

Constants

View Source
const GroupName = "kubeadm.k8s.io"

GroupName is the group name use in this package

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var GlobalEnvParams = SetEnvParams()
View Source
var SchemeGroupVersion = unversioned.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) unversioned.GroupKind

Kind takes an unqualified kind and returns a Group qualified GroupKind

func Resource

func Resource(resource string) unversioned.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type API

type API struct {
	AdvertiseAddresses []string
	ExternalDNSNames   []string
	BindPort           int32
}

type ClusterInfo

type ClusterInfo struct {
	unversioned.TypeMeta
	// TODO(phase1+) this may become simply `api.Config`
	CertificateAuthorities []string `json:"certificateAuthorities"`
	Endpoints              []string `json:"endpoints"`
}

ClusterInfo TODO add description

func (*ClusterInfo) GetObjectKind

func (obj *ClusterInfo) GetObjectKind() unversioned.ObjectKind

type Discovery

type Discovery struct {
	BindPort int32
}

type EnvParams

type EnvParams struct {
	KubernetesDir     string
	HostPKIPath       string
	HostEtcdPath      string
	HyperkubeImage    string
	DiscoveryImage    string
	EtcdImage         string
	ComponentLoglevel string
}

func SetEnvParams

func SetEnvParams() *EnvParams

TODO(phase2) use componentconfig we need some params for testing etc, let's keep these hidden for now

type Etcd

type Etcd struct {
	Endpoints []string
	CAFile    string
	CertFile  string
	KeyFile   string
}

type MasterConfiguration

type MasterConfiguration struct {
	unversioned.TypeMeta

	Secrets           Secrets
	API               API
	Discovery         Discovery
	Etcd              Etcd
	Networking        Networking
	KubernetesVersion string
	CloudProvider     string
}

func (*MasterConfiguration) GetObjectKind

func (obj *MasterConfiguration) GetObjectKind() unversioned.ObjectKind

type Networking

type Networking struct {
	ServiceSubnet string
	PodSubnet     string
	DNSDomain     string
}

type NodeConfiguration

type NodeConfiguration struct {
	unversioned.TypeMeta

	MasterAddresses []string
	Secrets         Secrets
	APIPort         int32
	DiscoveryPort   int32
}

func (*NodeConfiguration) GetObjectKind

func (obj *NodeConfiguration) GetObjectKind() unversioned.ObjectKind

type Secrets

type Secrets struct {
	GivenToken  string // dot-separated `<TokenID>.<Token>` set by the user
	TokenID     string // optional on master side, will be generated if not specified
	Token       []byte // optional on master side, will be generated if not specified
	BearerToken string // set based on Token
}

Directories

Path Synopsis
+k8s:defaulter-gen=TypeMeta +groupName=kubeadm.k8s.io
+k8s:defaulter-gen=TypeMeta +groupName=kubeadm.k8s.io

Jump to

Keyboard shortcuts

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