Versions in this module Expand all Collapse all v0 v0.0.2 Apr 24, 2020 Changes in this version + func IsNotFound(err error) bool + func NewContext(ctx context.Context, c Context) context.Context + type Context struct + Spec ContextSpec + Status ContextStatus + func FromContext(ctx context.Context) (*Context, error) + type ContextSpec struct + APIServerEncryptionKey string + BaseDomain string + Calico ContextSpecCalico + DisableEncryptionAtRest bool + Docker ContextSpecDocker + Etcd ContextSpecEtcd + Extension ContextSpecExtension + Ingress ContextSpecIngress + Kubernetes ContextSpecKubernetes + Provider string + Registry ContextSpecRegistry + SSO ContextSpecSSO + type ContextSpecCalico struct + CIDR string + Disable bool + MTU string + Subnet string + type ContextSpecDocker struct + Daemon ContextSpecDockerDaemon + NetworkSetup ContextSpecDockerNetworkSetup + type ContextSpecDockerDaemon struct + CIDR string + type ContextSpecDockerNetworkSetup struct + Image string + type ContextSpecEtcd struct + Domain string + Image string + Port int + Prefix string + type ContextSpecExtension struct + Files []ContextSpecExtensionFile + Units []ContextSpecExtensionUnit + Users []ContextSpecExtensionUser + type ContextSpecExtensionFile struct + Content string + Metadata ContextSpecExtensionFileMetadata + type ContextSpecExtensionFileMetadata struct + Compression bool + Owner ContextSpecExtensionFileMetadataOwner + Path string + Permissions int + type ContextSpecExtensionFileMetadataOwner struct + Group ContextSpecExtensionFileMetadataOwnerGroup + User ContextSpecExtensionFileMetadataOwnerUser + type ContextSpecExtensionFileMetadataOwnerGroup struct + ID string + Name string + type ContextSpecExtensionFileMetadataOwnerUser struct + ID string + Name string + type ContextSpecExtensionUnit struct + Content string + Metadata ContextSpecExtensionUnitMetadata + type ContextSpecExtensionUnitMetadata struct + Enabled bool + Name string + type ContextSpecExtensionUser struct + Name string + PublicKey string + type ContextSpecIngress struct + Disable bool + type ContextSpecKubernetes struct + API ContextSpecKubernetesAPI + CloudProvider string + DNS ContextSpecKubernetesDNS + Domain string + IPRange string + Image string + Kubelet ContextSpecKubernetesKubelet + OIDC ContextSpecOIDC + type ContextSpecKubernetesAPI struct + Domain string + SecurePort int + type ContextSpecKubernetesDNS struct + IP string + type ContextSpecKubernetesKubelet struct + CommandArgs []string + Domain string + Labels string + type ContextSpecOIDC struct + ClientID string + Enabled bool + GroupsClaim string + GroupsPrefix string + IssuerURL string + UsernameClaim string + UsernamePrefix string + type ContextSpecRegistry struct + Domain string + PullProgressDeadline string + type ContextSpecSSO struct + PublicKey string + type ContextStatus struct + Files map[string]string + Units map[string]string