Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
kindnetd
Module
|
|
hack
|
|
tools
Module
|
|
images
|
|
kindnetd
Module
|
|
pkg
|
|
apis/config/defaults
Package defaults contains cross-api-version configuration defaults
|
Package defaults contains cross-api-version configuration defaults |
apis/config/v1alpha4
Package v1alpha4 implements the v1alpha4 apiVersion of kind's cluster configuration +k8s:deepcopy-gen=package
|
Package v1alpha4 implements the v1alpha4 apiVersion of kind's cluster configuration +k8s:deepcopy-gen=package |
build/nodeimage
Package nodeimage implements functionality to build the kind node image
|
Package nodeimage implements functionality to build the kind node image |
cluster
Package cluster implements kind kubernetes-in-docker cluster management
|
Package cluster implements kind kubernetes-in-docker cluster management |
cluster/constants
Package constants contains well known constants for kind clusters
|
Package constants contains well known constants for kind clusters |
cluster/nodes
Package nodes provides a kind specific definition of a cluster node
|
Package nodes provides a kind specific definition of a cluster node |
cluster/nodeutils
Package nodeutils contains functionality for Kubernetes-in-Docker nodes It mostly exists to break up functionality from sigs.k8s.io/kind/pkg/cluster
|
Package nodeutils contains functionality for Kubernetes-in-Docker nodes It mostly exists to break up functionality from sigs.k8s.io/kind/pkg/cluster |
cmd
Package cmd provides helpers used by kind's commands / cli
|
Package cmd provides helpers used by kind's commands / cli |
cmd/kind
Package kind implements the root kind cobra command, and the cli Main()
|
Package kind implements the root kind cobra command, and the cli Main() |
cmd/kind/build
Package build implements the `build` command
|
Package build implements the `build` command |
cmd/kind/completion
Package completion implements the `completion` command
|
Package completion implements the `completion` command |
cmd/kind/completion/bash
Package bash implements the `bash` command
|
Package bash implements the `bash` command |
cmd/kind/completion/fish
Package fish implements the `fish` command
|
Package fish implements the `fish` command |
cmd/kind/completion/zsh
Package zsh implements the `zsh` command
|
Package zsh implements the `zsh` command |
cmd/kind/create
Package create implements the `create` command
|
Package create implements the `create` command |
cmd/kind/create/cluster
Package cluster implements the `create cluster` command
|
Package cluster implements the `create cluster` command |
cmd/kind/delete
Package delete implements the `delete` command
|
Package delete implements the `delete` command |
cmd/kind/delete/cluster
Package cluster implements the `delete` command
|
Package cluster implements the `delete` command |
cmd/kind/delete/clusters
Package clusters implements the `delete` command for multiple clusters
|
Package clusters implements the `delete` command for multiple clusters |
cmd/kind/export
Package export implements the `export` command
|
Package export implements the `export` command |
cmd/kind/export/kubeconfig
Package kubeconfig implements the `kubeconfig` command
|
Package kubeconfig implements the `kubeconfig` command |
cmd/kind/export/logs
Package logs implements the `logs` command
|
Package logs implements the `logs` command |
cmd/kind/get
Package get implements the `get` command
|
Package get implements the `get` command |
cmd/kind/get/clusters
Package clusters implements the `clusters` command
|
Package clusters implements the `clusters` command |
cmd/kind/get/kubeconfig
Package kubeconfig implements the `kubeconfig` command
|
Package kubeconfig implements the `kubeconfig` command |
cmd/kind/get/nodes
Package nodes implements the `nodes` command
|
Package nodes implements the `nodes` command |
cmd/kind/load
Package load implements the `load` command
|
Package load implements the `load` command |
cmd/kind/load/docker-image
Package load implements the `load` command
|
Package load implements the `load` command |
cmd/kind/load/image-archive
Package load implements the `load` command
|
Package load implements the `load` command |
cmd/kind/version
Package version implements the `version` command
|
Package version implements the `version` command |
errors
Package errors provides common utilities for dealing with errors
|
Package errors provides common utilities for dealing with errors |
exec
Package exec contains an interface for executing commands, along with helpers TODO(bentheelder): add standardized timeout functionality & a default timeout so that commands cannot hang indefinitely (!)
|
Package exec contains an interface for executing commands, along with helpers TODO(bentheelder): add standardized timeout functionality & a default timeout so that commands cannot hang indefinitely (!) |
fs
Package fs contains utilities for interacting with the host filesystem in a docker friendly way TODO(bentheelder): this should be internal
|
Package fs contains utilities for interacting with the host filesystem in a docker friendly way TODO(bentheelder): this should be internal |
log
Package log defines a logging interface that kind uses This is roughly a minimal subset of klog github.com/kubernetes/klog
|
Package log defines a logging interface that kind uses This is roughly a minimal subset of klog github.com/kubernetes/klog |