package kubeadm
import "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
+groupName=kubeadm.k8s.io
Index ¶
- Constants
- Variables
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type API
- type ClusterInfo
- type Discovery
- type EnvParams
- type Etcd
- type FileDiscovery
- type HTTPSDiscovery
- type MasterConfiguration
- type Networking
- type NodeConfiguration
- type TokenDiscovery
Constants ¶
const GroupName = "kubeadm.k8s.io"
GroupName is the group name use in this package
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var GlobalEnvParams = SetEnvParams()
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Kind ¶
Kind takes an unqualified kind and returns a Group qualified GroupKind
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type API ¶
type ClusterInfo ¶
type ClusterInfo struct { metav1.TypeMeta // TODO(phase1+) this may become simply `api.Config` CertificateAuthorities []string Endpoints []string }
ClusterInfo TODO add description
func (*ClusterInfo) GetObjectKind ¶
func (obj *ClusterInfo) GetObjectKind() schema.ObjectKind
type Discovery ¶
type Discovery struct { HTTPS *HTTPSDiscovery File *FileDiscovery Token *TokenDiscovery }
type EnvParams ¶
type EnvParams struct { KubernetesDir string HostPKIPath string HostEtcdPath string HyperkubeImage string RepositoryPrefix string DiscoveryImage string EtcdImage string }
func SetEnvParams ¶
func SetEnvParams() *EnvParams
TODO(phase1+) Move these paramaters to the API group we need some params for testing etc, let's keep these hidden for now
type Etcd ¶
type FileDiscovery ¶
type FileDiscovery struct { Path string }
type HTTPSDiscovery ¶
type HTTPSDiscovery struct { URL string }
type MasterConfiguration ¶
type MasterConfiguration struct { metav1.TypeMeta API API Discovery Discovery Etcd Etcd Networking Networking KubernetesVersion string CloudProvider string AuthorizationMode string }
func (*MasterConfiguration) GetObjectKind ¶
func (obj *MasterConfiguration) GetObjectKind() schema.ObjectKind
type Networking ¶
type NodeConfiguration ¶
func (*NodeConfiguration) GetObjectKind ¶
func (obj *NodeConfiguration) GetObjectKind() schema.ObjectKind
type TokenDiscovery ¶
Source Files ¶
doc.go env.go register.go types.go
Directories ¶
Path | Synopsis |
---|---|
cmd/kubeadm/app/apis/kubeadm/install | |
cmd/kubeadm/app/apis/kubeadm/v1alpha1 | +k8s:defaulter-gen=TypeMeta +groupName=kubeadm.k8s.io |
cmd/kubeadm/app/apis/kubeadm/validation |
- Version
- v1.6.0-alpha.3
- Published
- Feb 15, 2017
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 11 minutes ago –
Tools for package owners.