Documentation ¶
Index ¶
- Constants
- Variables
- func GetExtraValues(options *ExtraValuesOptions, log Logger) (string, error)
- type BackingStore
- type CentralAdmission
- type Config
- type ControlPlane
- type ControlPlaneAdvanced
- type ControlPlaneGlobalMetadata
- type ControlPlaneHeadlessService
- type ControlPlaneHighAvailability
- type ControlPlaneIngress
- type ControlPlanePersistence
- type ControlPlaneProbes
- type ControlPlaneProxy
- type ControlPlaneScheduling
- type ControlPlaneSecurity
- type ControlPlaneService
- type ControlPlaneServiceAccount
- type ControlPlaneStatefulSet
- type ControlPlaneWorkloadServiceAccount
- type CoreDNS
- type CoreDNSDeployment
- type CoreDNSService
- type DenyRule
- type Distro
- type DistroCommon
- type DistroContainer
- type DistroContainerDisabled
- type DistroK0s
- type DistroK3s
- type DistroK8s
- type EmbeddedEtcd
- type EnableSwitch
- type Experimental
- type ExperimentalDeploy
- type ExperimentalDeployHelm
- type ExperimentalDeployHelmChart
- type ExperimentalDeployHelmRelease
- type ExperimentalGenericSync
- type ExperimentalGenericSyncExtraRules
- type ExperimentalIsolatedControlPlane
- type ExperimentalMultiNamespaceMode
- type ExperimentalSyncSettings
- type Export
- type ExportKubeConfig
- type ExportKubeConfigSecretReference
- type ExternalEtcd
- type ExternalEtcdHeadlessService
- type ExternalEtcdHighAvailability
- type ExternalEtcdService
- type ExternalEtcdStatefulSet
- type ExtraValuesOptions
- type Hook
- type Hooks
- type HostPathMapper
- type IPBlock
- type Image
- type Import
- type KubernetesVersion
- type LabelSelectorRequirement
- type LabelsAndAnnotations
- type LimitRange
- type LocalObjectReference
- type Logger
- type MetricsProxy
- type NetworkPolicy
- type NetworkProxyKubelets
- type Networking
- type NetworkingAdvanced
- type Observability
- type ObservabilityMetrics
- type OutgoingConnections
- type Patch
- type PatchCondition
- type PatchSync
- type PatchType
- type Platform
- type PlatformAPIKey
- type PlatformAPIKeySecretReference
- type PlatformOwner
- type Plugin
- type Plugins
- type PluginsExtraRules
- type PluginsRBAC
- type Policies
- type RBAC
- type RBACClusterRole
- type RBACPolicyRule
- type RBACRole
- type ReplicateServices
- type ResolveDNS
- type ResolveDNSTarget
- type ResourceQuota
- type Resources
- type RuleWithVerbs
- type ScopeSelector
- type Selector
- type ServiceMapping
- type ServiceMonitor
- type Sync
- type SyncAllResource
- type SyncBase
- type SyncFromHost
- type SyncNodeSelector
- type SyncNodes
- type SyncPods
- type SyncRewriteHosts
- type SyncToHost
- type Telemetry
- type TypeInformation
- type VirtualClusterKubeConfig
- type VolumeClaim
- type VolumeMount
Constants ¶
const ( K3SDistro = "k3s" K8SDistro = "k8s" K0SDistro = "k0s" EKSDistro = "eks" Unknown = "unknown" )
Variables ¶
var EKSAPIVersionMap = map[string]string{
"1.28": "public.ecr.aws/eks-distro/kubernetes/kube-apiserver:v1.28.2-eks-1-28-6",
"1.27": "public.ecr.aws/eks-distro/kubernetes/kube-apiserver:v1.27.6-eks-1-27-13",
"1.26": "public.ecr.aws/eks-distro/kubernetes/kube-apiserver:v1.26.9-eks-1-26-19",
"1.25": "public.ecr.aws/eks-distro/kubernetes/kube-apiserver:v1.25.14-eks-1-25-23",
}
EKSAPIVersionMap holds the supported eks api servers
var EKSControllerVersionMap = map[string]string{
"1.28": "public.ecr.aws/eks-distro/kubernetes/kube-controller-manager:v1.28.2-eks-1-28-6",
"1.27": "public.ecr.aws/eks-distro/kubernetes/kube-controller-manager:v1.27.6-eks-1-27-13",
"1.26": "public.ecr.aws/eks-distro/kubernetes/kube-controller-manager:v1.26.9-eks-1-26-19",
"1.25": "public.ecr.aws/eks-distro/kubernetes/kube-controller-manager:v1.25.14-eks-1-25-23",
}
EKSControllerVersionMap holds the supported eks controller managers
var EKSCoreDNSVersionMap = map[string]string{
"1.28": "public.ecr.aws/eks-distro/coredns/coredns:v1.10.1-eks-1-28-6",
"1.27": "public.ecr.aws/eks-distro/coredns/coredns:v1.10.1-eks-1-27-13",
"1.26": "public.ecr.aws/eks-distro/coredns/coredns:v1.9.3-eks-1-26-19",
"1.25": "public.ecr.aws/eks-distro/coredns/coredns:v1.9.3-eks-1-25-23",
}
EKSCoreDNSVersionMap holds the supported eks core dns
var EKSEtcdVersionMap = map[string]string{
"1.28": "public.ecr.aws/eks-distro/etcd-io/etcd:v3.5.9-eks-1-28-6",
"1.27": "public.ecr.aws/eks-distro/etcd-io/etcd:v3.5.8-eks-1-27-13",
"1.26": "public.ecr.aws/eks-distro/etcd-io/etcd:v3.5.8-eks-1-26-19",
"1.25": "public.ecr.aws/eks-distro/etcd-io/etcd:v3.5.8-eks-1-25-23",
}
EKSEtcdVersionMap holds the supported eks etcd
var EKSSchedulerVersionMap = map[string]string{
"1.28": "public.ecr.aws/eks-distro/kubernetes/kube-scheduler:v1.28.2-eks-1-28-6",
"1.27": "public.ecr.aws/eks-distro/kubernetes/kube-scheduler:v1.27.6-eks-1-27-13",
"1.26": "public.ecr.aws/eks-distro/kubernetes/kube-scheduler:v1.26.9-eks-1-26-19",
"1.25": "public.ecr.aws/eks-distro/kubernetes/kube-scheduler:v1.25.14-eks-1-25-23",
}
EKSSchedulerVersionMap holds the supported eks controller managers
var K0SVersionMap = map[string]string{
"1.29": "k0sproject/k0s:v1.29.1-k0s.0",
"1.28": "k0sproject/k0s:v1.28.2-k0s.0",
"1.27": "k0sproject/k0s:v1.27.6-k0s.0",
"1.26": "k0sproject/k0s:v1.26.9-k0s.0",
}
K0SVersionMap holds the supported k0s versions
var K3SVersionMap = map[string]string{
"1.29": "rancher/k3s:v1.29.0-k3s1",
"1.28": "rancher/k3s:v1.28.5-k3s1",
"1.27": "rancher/k3s:v1.27.9-k3s1",
"1.26": "rancher/k3s:v1.26.12-k3s1",
}
K3SVersionMap holds the supported k3s versions
var K8SAPIVersionMap = map[string]string{
"1.29": "registry.k8s.io/kube-apiserver:v1.29.0",
"1.28": "registry.k8s.io/kube-apiserver:v1.28.4",
"1.27": "registry.k8s.io/kube-apiserver:v1.27.8",
"1.26": "registry.k8s.io/kube-apiserver:v1.26.11",
}
K8SAPIVersionMap holds the supported k8s api servers
var K8SControllerVersionMap = map[string]string{
"1.29": "registry.k8s.io/kube-controller-manager:v1.29.0",
"1.28": "registry.k8s.io/kube-controller-manager:v1.28.4",
"1.27": "registry.k8s.io/kube-controller-manager:v1.27.8",
"1.26": "registry.k8s.io/kube-controller-manager:v1.26.11",
}
K8SControllerVersionMap holds the supported k8s controller managers
var K8SEtcdVersionMap = map[string]string{
"1.29": "registry.k8s.io/etcd:3.5.10-0",
"1.28": "registry.k8s.io/etcd:3.5.9-0",
"1.27": "registry.k8s.io/etcd:3.5.7-0",
"1.26": "registry.k8s.io/etcd:3.5.6-0",
}
K8SEtcdVersionMap holds the supported etcd
var K8SSchedulerVersionMap = map[string]string{
"1.29": "registry.k8s.io/kube-scheduler:v1.29.0",
"1.28": "registry.k8s.io/kube-scheduler:v1.28.4",
"1.27": "registry.k8s.io/kube-scheduler:v1.27.8",
"1.26": "registry.k8s.io/kube-scheduler:v1.26.11",
}
K8SSchedulerVersionMap holds the supported k8s schedulers
Functions ¶
func GetExtraValues ¶
func GetExtraValues(options *ExtraValuesOptions, log Logger) (string, error)
Types ¶
type BackingStore ¶
type BackingStore struct { // EmbeddedEtcd defines to use embedded etcd as a storage backend for the virtual cluster EmbeddedEtcd EmbeddedEtcd `json:"embeddedEtcd,omitempty" product:"pro"` // ExternalEtcd defines to use an external etcd deployed by the Helm chart as a storage backend for the virtual cluster ExternalEtcd ExternalEtcd `json:"externalEtcd,omitempty"` }
type CentralAdmission ¶
type CentralAdmission struct { // ValidatingWebhooks are validating webhooks that should be enforced in the virtual cluster ValidatingWebhooks []interface{} `json:"validatingWebhooks,omitempty"` // MutatingWebhooks are mutating webhooks that should be enforced in the virtual cluster MutatingWebhooks []interface{} `json:"mutatingWebhooks,omitempty"` }
type Config ¶
type Config struct { // ExportKubeConfig describes how vCluster should export the vCluster kubeconfig file. ExportKubeConfig ExportKubeConfig `json:"exportKubeConfig,omitempty"` // Sync describes how to sync resources from the virtual cluster to host cluster and back. Sync Sync `json:"sync,omitempty"` // Networking options related to the virtual cluster. Networking Networking `json:"networking,omitempty"` // Policies to enforce for the virtual cluster deployment as well as within the virtual cluster. Policies Policies `json:"policies,omitempty"` // Observability holds options to proxy metrics from the host cluster into the virtual cluster. Observability Observability `json:"observability,omitempty"` // Configure vCluster's control plane components and deployment. ControlPlane ControlPlane `json:"controlPlane,omitempty"` // RBAC options for the virtual cluster. RBAC RBAC `json:"rbac,omitempty"` // Define which vCluster plugins to load. Plugins map[string]Plugins `json:"plugins,omitempty"` // Platform holds options for connecting to vCluster Platform. Platform Platform `json:"platform,omitempty"` // Experimental features for vCluster. Configuration here might change, so be careful with this. Experimental Experimental `json:"experimental,omitempty"` // Configuration related to telemetry gathered about vCluster usage. Telemetry Telemetry `json:"telemetry,omitempty"` // ServiceCIDR holds the service cidr for the virtual cluster. Do not use this option anymore. ServiceCIDR string `json:"serviceCIDR,omitempty"` // Specifies whether to use vCluster Pro. This is automatically inferred in newer versions. Do not use that option anymore. Pro bool `json:"pro,omitempty"` // Plugin specifies which vCluster plugins to enable. Use "plugins" instead. Do not use this option anymore. Plugin map[string]Plugin `json:"plugin,omitempty"` }
Config is the vCluster config. This struct describes valid Helm values for vCluster as well as configuration used by the vCluster binary itself.
type ControlPlane ¶
type ControlPlane struct { // Distro holds virtual cluster related distro options. Distro Distro `json:"distro,omitempty"` // BackingStore defines which backing store to use for virtual cluster. If not defined will fallback to the default distro backing store. BackingStore BackingStore `json:"backingStore,omitempty"` // CoreDNS defines everything coredns related. CoreDNS CoreDNS `json:"coredns,omitempty"` // Proxy defines options for the virtual cluster control plane proxy that is used to do authentication and intercept requests. Proxy ControlPlaneProxy `json:"proxy,omitempty"` // HostPathMapper defines if vCluster should rewrite host paths. HostPathMapper HostPathMapper `json:"hostPathMapper,omitempty"` // Ingress defines options for vCluster ingress deployed by Helm. Ingress ControlPlaneIngress `json:"ingress,omitempty"` // Service defines options for vCluster service deployed by Helm. Service ControlPlaneService `json:"service,omitempty"` // StatefulSet defines options for vCluster statefulSet deployed by Helm. StatefulSet ControlPlaneStatefulSet `json:"statefulSet,omitempty"` // ServiceMonitor can be used to automatically create a service monitor for vCluster deployment itself. ServiceMonitor ServiceMonitor `json:"serviceMonitor,omitempty"` // Advanced holds additional configuration for the vCluster control plane. Advanced ControlPlaneAdvanced `json:"advanced,omitempty"` }
type ControlPlaneAdvanced ¶
type ControlPlaneAdvanced struct { // DefaultImageRegistry will be used as a prefix for all internal images deployed by vCluster or Helm. This makes it easy to // upload all required vCluster images to a single private repository and set this value. Workload images are not affected by this. DefaultImageRegistry string `json:"defaultImageRegistry,omitempty"` // VirtualScheduler defines if a scheduler should be used within the virtual cluster or the scheduling decision for workloads will be made by the host cluster. VirtualScheduler EnableSwitch `json:"virtualScheduler,omitempty"` // ServiceAccount specifies options for the vCluster control plane service account. ServiceAccount ControlPlaneServiceAccount `json:"serviceAccount,omitempty"` // WorkloadServiceAccount specifies options for the service account that will be used for the workloads that run within the virtual cluster. WorkloadServiceAccount ControlPlaneWorkloadServiceAccount `json:"workloadServiceAccount,omitempty"` // HeadlessService specifies options for the headless service used for the vCluster StatefulSet. HeadlessService ControlPlaneHeadlessService `json:"headlessService,omitempty"` // GlobalMetadata is metadata that will be added to all resources deployed by Helm. GlobalMetadata ControlPlaneGlobalMetadata `json:"globalMetadata,omitempty"` }
type ControlPlaneHighAvailability ¶
type ControlPlaneHighAvailability struct { // Replicas is the amount of replicas to use for the statefulSet. Replicas int32 `json:"replicas,omitempty"` // LeaseDuration is the time to lease for the leader. LeaseDuration int `json:"leaseDuration,omitempty"` // RenewDeadline is the deadline to renew a lease for the leader. RenewDeadline int `json:"renewDeadline,omitempty"` // RetryPeriod is the time until a replica will retry to get a lease. RetryPeriod int `json:"retryPeriod,omitempty"` }
type ControlPlaneIngress ¶
type ControlPlaneIngress struct { // Enabled defines if the control plane ingress should be enabled Enabled bool `json:"enabled,omitempty"` // Host is the host where vCluster will be reachable Host string `json:"host,omitempty"` // PathType is the path type of the ingress PathType string `json:"pathType,omitempty"` // Spec allows you to configure extra ingress options. Spec map[string]interface{} `json:"spec,omitempty"` LabelsAndAnnotations `json:",inline"` }
type ControlPlanePersistence ¶
type ControlPlanePersistence struct { // VolumeClaim can be used to configure the persistent volume claim. VolumeClaim VolumeClaim `json:"volumeClaim,omitempty"` // VolumeClaimTemplates defines the volumeClaimTemplates for the statefulSet VolumeClaimTemplates []map[string]interface{} `json:"volumeClaimTemplates,omitempty"` // AddVolumes defines extra volumes for the pod AddVolumes []map[string]interface{} `json:"addVolumes,omitempty"` // AddVolumeMounts defines extra volume mounts for the container AddVolumeMounts []VolumeMount `json:"addVolumeMounts,omitempty"` }
type ControlPlaneProbes ¶
type ControlPlaneProbes struct { // LivenessProbe specifies if the liveness probe for the container should be enabled LivenessProbe EnableSwitch `json:"livenessProbe,omitempty"` // ReadinessProbe specifies if the readiness probe for the container should be enabled ReadinessProbe EnableSwitch `json:"readinessProbe,omitempty"` // StartupProbe specifies if the startup probe for the container should be enabled StartupProbe EnableSwitch `json:"startupProbe,omitempty"` }
type ControlPlaneProxy ¶
type ControlPlaneProxy struct { // BindAddress under which vCluster will expose the proxy. BindAddress string `json:"bindAddress,omitempty"` // Port under which vCluster will expose the proxy. Port int `json:"port,omitempty"` // ExtraSANs are extra hostnames to sign the vCluster proxy certificate for. ExtraSANs []string `json:"extraSANs,omitempty"` }
type ControlPlaneScheduling ¶
type ControlPlaneScheduling struct { // NodeSelector is the node selector to apply to the pod. NodeSelector map[string]interface{} `json:"nodeSelector,omitempty"` // Affinity is the affinity to apply to the pod. Affinity map[string]interface{} `json:"affinity,omitempty"` // Tolerations are the tolerations to apply to the pod. Tolerations []interface{} `json:"tolerations,omitempty"` // PriorityClassName is the priority class name for the the pod. PriorityClassName string `json:"priorityClassName,omitempty"` // PodManagementPolicy is the statefulSet pod management policy. PodManagementPolicy string `json:"podManagementPolicy,omitempty"` // TopologySpreadConstraints are the topology spread constraints for the pod. TopologySpreadConstraints []interface{} `json:"topologySpreadConstraints,omitempty"` }
type ControlPlaneSecurity ¶
type ControlPlaneSecurity struct { // PodSecurityContext specifies security context options on the pod level. PodSecurityContext map[string]interface{} `json:"podSecurityContext,omitempty"` // ContainerSecurityContext specifies security context options on the container level. ContainerSecurityContext map[string]interface{} `json:"containerSecurityContext,omitempty"` }
type ControlPlaneService ¶
type ControlPlaneService struct { // Enabled defines if the control plane service should be enabled Enabled bool `json:"enabled,omitempty"` // Spec allows you to configure extra service options. Spec map[string]interface{} `json:"spec,omitempty"` // KubeletNodePort is the node port where the fake kubelet is exposed. Defaults to 0. KubeletNodePort int `json:"kubeletNodePort,omitempty"` // HTTPSNodePort is the node port where https is exposed. Defaults to 0. HTTPSNodePort int `json:"httpsNodePort,omitempty"` LabelsAndAnnotations `json:",inline"` }
type ControlPlaneServiceAccount ¶
type ControlPlaneServiceAccount struct { // Enabled specifies if the service account should get deployed. Enabled bool `json:"enabled,omitempty"` // Name specifies what name to use for the service account. Name string `json:"name,omitempty"` // ImagePullSecrets defines extra image pull secrets for the service account. ImagePullSecrets []LocalObjectReference `json:"imagePullSecrets,omitempty"` // Annotations are extra annotations for this resource. Annotations map[string]string `json:"annotations,omitempty"` // Labels are extra labels for this resource. Labels map[string]string `json:"labels,omitempty"` }
type ControlPlaneStatefulSet ¶
type ControlPlaneStatefulSet struct { // HighAvailability holds options related to high availability. HighAvailability ControlPlaneHighAvailability `json:"highAvailability,omitempty"` // Resources are the resource requests and limits for the statefulSet container. Resources Resources `json:"resources,omitempty"` // Scheduling holds options related to scheduling. Scheduling ControlPlaneScheduling `json:"scheduling,omitempty"` // Security defines pod or container security context. Security ControlPlaneSecurity `json:"security,omitempty"` // Probes enables or disables the main container probes. Probes ControlPlaneProbes `json:"probes,omitempty"` // Persistence defines options around persistence for the statefulSet. Persistence ControlPlanePersistence `json:"persistence,omitempty"` LabelsAndAnnotations `json:",inline"` // Pods are additional labels or annotations for the statefulSet pod. Pods LabelsAndAnnotations `json:"pods,omitempty"` // Image is the image for the controlPlane statefulSet container Image Image `json:"image,omitempty"` // ImagePullPolicy is the policy how to pull the image. ImagePullPolicy string `json:"imagePullPolicy,omitempty"` // WorkingDir specifies in what folder the main process should get started. WorkingDir string `json:"workingDir,omitempty"` // Command allows you to override the main command. Command []string `json:"command,omitempty"` // Args allows you to override the main arguments. Args []string `json:"args,omitempty"` // Env are additional environment variables for the statefulSet container. Env []map[string]interface{} `json:"env,omitempty"` }
type ControlPlaneWorkloadServiceAccount ¶
type ControlPlaneWorkloadServiceAccount struct { // Enabled specifies if the service account for the workloads should get deployed. Enabled bool `json:"enabled,omitempty"` // Name specifies what name to use for the service account for the virtual cluster workloads. Name string `json:"name,omitempty"` // ImagePullSecrets defines extra image pull secrets for the workload service account. ImagePullSecrets []LocalObjectReference `json:"imagePullSecrets,omitempty"` // Annotations are extra annotations for this resource. Annotations map[string]string `json:"annotations,omitempty"` // Labels are extra labels for this resource. Labels map[string]string `json:"labels,omitempty"` }
type CoreDNS ¶
type CoreDNS struct { // Enabled defines if coredns is enabled Enabled bool `json:"enabled,omitempty"` // Embedded defines if vCluster will start the embedded coredns service Embedded bool `json:"embedded,omitempty" product:"pro"` // Service holds extra options for the coredns service deployed within the virtual cluster Service CoreDNSService `json:"service,omitempty"` // Deployment holds extra options for the coredns deployment deployed within the virtual cluster Deployment CoreDNSDeployment `json:"deployment,omitempty"` // OverwriteConfig can be used to overwrite the coredns config OverwriteConfig string `json:"overwriteConfig,omitempty"` // OverwriteManifests can be used to overwrite the coredns manifests used to deploy coredns OverwriteManifests string `json:"overwriteManifests,omitempty"` }
type CoreDNSDeployment ¶
type CoreDNSDeployment struct { // Image is the coredns image to use Image string `json:"image,omitempty"` // Replicas is the amount of coredns pods to run. Replicas int `json:"replicas,omitempty"` // NodeSelector is the node selector to use for coredns. NodeSelector map[string]string `json:"nodeSelector,omitempty"` // Resources are the desired resources for coredns. Resources Resources `json:"resources,omitempty"` // Pods is additional metadata for the coredns pods. Pods LabelsAndAnnotations `json:"pods,omitempty"` LabelsAndAnnotations `json:",inline"` }
type CoreDNSService ¶
type CoreDNSService struct { // Spec holds extra options for the coredns service Spec map[string]interface{} `json:"spec,omitempty"` LabelsAndAnnotations `json:",inline"` }
type DenyRule ¶
type DenyRule struct { // The name of the check. // +optional Name string `json:"name,omitempty"` // Namespace describe a list of namespaces that will be affected by the check. // An empty list means that all namespaces will be affected. // In case of ClusterScoped rules, only the Namespace resource is affected. // +optional Namespaces []string `json:"namespaces,omitempty"` // Rules describes on which verbs and on what resources/subresources the webhook is enforced. // The webhook is enforced if it matches any Rule. // The version of the request must match the rule version exactly. Equivalent matching is not supported. // +optional Rules []RuleWithVerbs `json:"rules,omitempty"` // ExcludedUsers describe a list of users for which the checks will be skipped. // Impersonation attempts on these users will still be subjected to the checks. // +optional ExcludedUsers []string `json:"excludedUsers,omitempty"` }
type Distro ¶
type Distro struct { // K3S holds K3s relevant configuration. K3S DistroK3s `json:"k3s,omitempty"` // K0S holds k0s relevant configuration. K0S DistroK0s `json:"k0s,omitempty"` // K8S holds K8s relevant configuration. K8S DistroK8s `json:"k8s,omitempty"` // EKS holds eks relevant configuration. EKS DistroK8s `json:"eks,omitempty"` }
type DistroCommon ¶
type DistroCommon struct { // Env are extra environment variables to use for the main container. Env []map[string]interface{} `json:"env,omitempty"` // Resources are the resources for the distro init container Resources map[string]interface{} `json:"resources,omitempty"` // SecurityContext can be used for the distro init container SecurityContext map[string]interface{} `json:"securityContext,omitempty"` }
type DistroContainer ¶
type DistroContainer struct { // Image is the distro image Image Image `json:"image,omitempty"` // ImagePullPolicy is the pull policy for the distro image ImagePullPolicy string `json:"imagePullPolicy,omitempty"` // Command is the command to start the distro binary. This will override the existing command. Command []string `json:"command,omitempty"` // ExtraArgs are additional arguments to pass to the distro binary. ExtraArgs []string `json:"extraArgs,omitempty"` }
type DistroContainerDisabled ¶
type DistroContainerDisabled struct { // Disabled signals this container should be disabled. Disabled bool `json:"disabled,omitempty"` // Image is the distro image Image Image `json:"image,omitempty"` // ImagePullPolicy is the pull policy for the distro image ImagePullPolicy string `json:"imagePullPolicy,omitempty"` // Command is the command to start the distro binary. This will override the existing command. Command []string `json:"command,omitempty"` // ExtraArgs are additional arguments to pass to the distro binary. ExtraArgs []string `json:"extraArgs,omitempty"` }
type DistroK0s ¶
type DistroK0s struct { // Enabled specifies if the k0s distro should be enabled. Only one distro can be enabled at the same time. Enabled bool `json:"enabled,omitempty"` // Config allows you to override the k0s config passed to the k0s binary. Config string `json:"config,omitempty"` DistroCommon `json:",inline"` DistroContainer `json:",inline"` }
type DistroK3s ¶
type DistroK3s struct { // Enabled specifies if the K3s distro should be enabled. Only one distro can be enabled at the same time. Enabled bool `json:"enabled,omitempty"` // Token is the K3s token to use. If empty, vCluster will choose one. Token string `json:"token,omitempty"` DistroCommon `json:",inline"` DistroContainer `json:",inline"` }
type DistroK8s ¶
type DistroK8s struct { // Enabled specifies if the K8s distro should be enabled. Only one distro can be enabled at the same time. Enabled bool `json:"enabled,omitempty"` // APIServer holds configuration specific to starting the api server. APIServer DistroContainerDisabled `json:"apiServer,omitempty"` // ControllerManager holds configuration specific to starting the scheduler. ControllerManager DistroContainerDisabled `json:"controllerManager,omitempty"` // Scheduler holds configuration specific to starting the scheduler. Scheduler DistroContainer `json:"scheduler,omitempty"` DistroCommon `json:",inline"` }
type EmbeddedEtcd ¶
type EmbeddedEtcd struct { // Enabled defines if the embedded etcd should be used. Enabled bool `json:"enabled,omitempty"` // MigrateFromExternalEtcd signals that vCluster should migrate from the external etcd to embedded etcd. MigrateFromExternalEtcd bool `json:"migrateFromExternalEtcd,omitempty"` }
type EnableSwitch ¶
type EnableSwitch struct { // Enabled defines if this option should be enabled. Enabled bool `json:"enabled,omitempty"` }
type Experimental ¶
type Experimental struct { // Deploy allows you to configure manifests and Helm charts to deploy within the virtual cluster. Deploy ExperimentalDeploy `json:"deploy,omitempty"` // SyncSettings are advanced settings for the syncer controller. SyncSettings ExperimentalSyncSettings `json:"syncSettings,omitempty"` // GenericSync holds options to generically sync resources from virtual cluster to host. GenericSync ExperimentalGenericSync `json:"genericSync,omitempty"` // MultiNamespaceMode tells virtual cluster to sync to multiple namespaces instead of a single one. This will map each virtual cluster namespace to a single namespace in the host cluster. MultiNamespaceMode ExperimentalMultiNamespaceMode `json:"multiNamespaceMode,omitempty"` // IsolatedControlPlane is a feature to run the vCluster control plane in a different Kubernetes cluster than the workloads themselves. IsolatedControlPlane ExperimentalIsolatedControlPlane `json:"isolatedControlPlane,omitempty"` // VirtualClusterKubeConfig allows you to override distro specifics and specify where vCluster will find the required certificates and vCluster config. VirtualClusterKubeConfig VirtualClusterKubeConfig `json:"virtualClusterKubeConfig,omitempty"` // DenyProxyRequests denies certain requests in the vCluster proxy. DenyProxyRequests []DenyRule `json:"denyProxyRequests,omitempty" pro:"true"` }
type ExperimentalDeploy ¶
type ExperimentalDeploy struct { // Manifests are raw Kubernetes manifests that should get applied within the virtual cluster. Manifests string `json:"manifests,omitempty"` // ManifestsTemplate is a Kubernetes manifest template that will be rendered with vCluster values before applying it within the virtual cluster. ManifestsTemplate string `json:"manifestsTemplate,omitempty"` // Helm are Helm charts that should get deployed into the virtual cluster Helm []ExperimentalDeployHelm `json:"helm,omitempty"` }
type ExperimentalDeployHelm ¶
type ExperimentalDeployHelm struct { // Chart defines what chart should get deployed. Chart ExperimentalDeployHelmChart `json:"chart,omitempty"` // Release defines what release should get deployed. Release ExperimentalDeployHelmRelease `json:"release,omitempty"` // Values defines what values should get used. Values string `json:"values,omitempty"` // Timeout defines the timeout for Helm Timeout string `json:"timeout,omitempty"` // Bundle allows to compress the Helm chart and specify this instead of an online chart Bundle string `json:"bundle,omitempty"` }
type ExperimentalGenericSync ¶
type ExperimentalGenericSync struct { // Version is the config version Version string `json:"version,omitempty" yaml:"version,omitempty"` // Exports syncs a resource from the virtual cluster to the host Exports []*Export `json:"export,omitempty" yaml:"export,omitempty"` // Imports syncs a resource from the host cluster to virtual cluster Imports []*Import `json:"import,omitempty" yaml:"import,omitempty"` // Hooks are hooks that can be used to inject custom patches before syncing Hooks *Hooks `json:"hooks,omitempty" yaml:"hooks,omitempty"` ClusterRole ExperimentalGenericSyncExtraRules `json:"clusterRole,omitempty"` Role ExperimentalGenericSyncExtraRules `json:"role,omitempty"` }
type ExperimentalGenericSyncExtraRules ¶
type ExperimentalGenericSyncExtraRules struct {
ExtraRules []interface{} `json:"extraRules,omitempty"`
}
type ExperimentalIsolatedControlPlane ¶
type ExperimentalIsolatedControlPlane struct { // Enabled specifies if the isolated control plane feature should be enabled. Enabled bool `json:"enabled,omitempty"` // Headless states that Helm should deploy the vCluster in headless mode for the isolated control plane. Headless bool `json:"headless,omitempty"` // KubeConfig is the path where to find the remote workload cluster kubeconfig. KubeConfig string `json:"kubeConfig,omitempty"` // Namespace is the namespace where to sync the workloads into. Namespace string `json:"namespace,omitempty"` // Service is the vCluster service in the remote cluster. Service string `json:"service,omitempty"` }
type ExperimentalMultiNamespaceMode ¶
type ExperimentalMultiNamespaceMode struct { // Enabled specifies if multi namespace mode should get enabled Enabled bool `json:"enabled,omitempty"` // NamespaceLabels are extra labels that will be added by vCluster to each created namespace. NamespaceLabels map[string]string `json:"namespaceLabels,omitempty"` }
type ExperimentalSyncSettings ¶
type ExperimentalSyncSettings struct { // DisableSync will not sync any resources and disable most control plane functionality. DisableSync bool `json:"disableSync,omitempty"` // RewriteKubernetesService will rewrite the Kubernetes service to point to the vCluster service if disableSync is enabled RewriteKubernetesService bool `json:"rewriteKubernetesService,omitempty"` // TargetNamespace is the namespace where the workloads should get synced to. TargetNamespace string `json:"targetNamespace,omitempty"` // SetOwner specifies if vCluster should set an owner reference on the synced objects to the vCluster service. This allows for easy garbage collection. SetOwner bool `json:"setOwner,omitempty"` // SyncLabels are labels that should get not rewritten when syncing from the virtual cluster. SyncLabels []string `json:"syncLabels,omitempty"` }
type ExportKubeConfig ¶
type ExportKubeConfig struct { // Context is the name of the context within the generated kubeconfig to use. Context string `json:"context"` // Override the default https://localhost:8443 and specify a custom hostname for the generated kubeconfig. Server string `json:"server"` // Declare in which host cluster secret vCluster should store the generated virtual cluster kubeconfig. // If this is not defined, vCluster create it with `vc-NAME`. If you specify another name, // vCluster creates the config in this other secret. Secret ExportKubeConfigSecretReference `json:"secret,omitempty"` }
ExportKubeConfig describes how vCluster should export the vCluster kubeconfig.
type ExportKubeConfigSecretReference ¶
type ExportKubeConfigSecretReference struct { // Name is the name of the secret where the kubeconfig should get stored. Name string `json:"name,omitempty"` // Namespace where vCluster should store the kubeconfig secret. If this is not equal to the namespace // where you deployed vCluster, you need to make sure vCluster has access to this other namespace. Namespace string `json:"namespace,omitempty"` }
Declare in which host cluster secret vCluster should store the generated virtual cluster kubeconfig. If this is not defined, vCluster create it with `vc-NAME`. If you specify another name, vCluster creates the config in this other secret.
type ExternalEtcd ¶
type ExternalEtcd struct { // Enabled defines if the external etcd should be used. Enabled bool `json:"enabled,omitempty"` // StatefulSet holds options for the external etcd statefulSet. StatefulSet ExternalEtcdStatefulSet `json:"statefulSet,omitempty"` // Service holds options for the external etcd service. Service ExternalEtcdService `json:"service,omitempty"` // HeadlessService holds options for the external etcd headless service. HeadlessService ExternalEtcdHeadlessService `json:"headlessService,omitempty"` }
type ExternalEtcdHighAvailability ¶
type ExternalEtcdHighAvailability struct { // Replicas are the amount of pods to use. Replicas int `json:"replicas,omitempty"` }
type ExternalEtcdService ¶
type ExternalEtcdStatefulSet ¶
type ExternalEtcdStatefulSet struct { // Enabled defines if the statefulSet should be deployed Enabled bool `json:"enabled,omitempty"` // Image is the image to use for the external etcd statefulSet Image Image `json:"image,omitempty"` // ImagePullPolicy is the pull policy for the external etcd image ImagePullPolicy string `json:"imagePullPolicy,omitempty"` // Env are extra environment variables Env []map[string]interface{} `json:"env,omitempty"` // ExtraArgs are appended to the etcd command. ExtraArgs []string `json:"extraArgs,omitempty"` // Resources the etcd can consume Resources Resources `json:"resources,omitempty"` // Pods defines extra metadata for the etcd pods. Pods LabelsAndAnnotations `json:"pods,omitempty"` // HighAvailability are high availability options HighAvailability ExternalEtcdHighAvailability `json:"highAvailability,omitempty"` // Scheduling options for the etcd pods. Scheduling ControlPlaneScheduling `json:"scheduling,omitempty"` // Security options for the etcd pods. Security ControlPlaneSecurity `json:"security,omitempty"` // Persistence options for the etcd pods. Persistence ControlPlanePersistence `json:"persistence,omitempty"` LabelsAndAnnotations `json:",inline"` }
type ExtraValuesOptions ¶
type ExtraValuesOptions struct { Distro string Expose bool NodePort bool SyncNodes bool KubernetesVersion KubernetesVersion DisableTelemetry bool InstanceCreatorType string MachineID string PlatformInstanceID string PlatformUserID string }
ExtraValuesOptions holds the chart options
type Hook ¶
type Hook struct { TypeInformation // Verbs are the verbs that the hook should mutate Verbs []string `json:"verbs,omitempty" yaml:"verbs,omitempty"` // Patches are the patches to apply on the object to be synced Patches []*Patch `json:"patches,omitempty" yaml:"patches,omitempty"` }
type Hooks ¶
type Hooks struct { // HostToVirtual is a hook that is executed before syncing from the host to the virtual cluster HostToVirtual []*Hook `json:"hostToVirtual,omitempty" yaml:"hostToVirtual,omitempty"` // VirtualToHost is a hook that is executed before syncing from the virtual to the host cluster VirtualToHost []*Hook `json:"virtualToHost,omitempty" yaml:"virtualToHost,omitempty"` }
type HostPathMapper ¶
type IPBlock ¶
type IPBlock struct { // cidr is a string representing the IPBlock // Valid examples are "192.168.1.0/24" or "2001:db8::/64" CIDR string `json:"cidr,omitempty"` // except is a slice of CIDRs that should not be included within an IPBlock // Valid examples are "192.168.1.0/24" or "2001:db8::/64" // Except values will be rejected if they are outside the cidr range // +optional Except []string `json:"except,omitempty"` }
IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
type KubernetesVersion ¶
func ParseKubernetesVersionInfo ¶
func ParseKubernetesVersionInfo(versionStr string) (*KubernetesVersion, error)
type LabelSelectorRequirement ¶
type LabelSelectorRequirement struct { // key is the label key that the selector applies to. Key string `json:"key"` // operator represents a key's relationship to a set of values. // Valid operators are In, NotIn, Exists and DoesNotExist. Operator string `json:"operator"` // values is an array of string values. If the operator is In or NotIn, // the values array must be non-empty. If the operator is Exists or DoesNotExist, // the values array must be empty. This array is replaced during a strategic // merge patch. Values []string `json:"values,omitempty"` }
type LabelsAndAnnotations ¶
type LimitRange ¶
type LimitRange struct { // Enabled defines if the limit range should be deployed by vCluster. Enabled bool `json:"enabled,omitempty"` // Default are the default limits for the limit range Default map[string]interface{} `json:"default,omitempty"` // DefaultRequest are the default request options for the limit range DefaultRequest map[string]interface{} `json:"defaultRequest,omitempty"` LabelsAndAnnotations `json:",inline"` }
type LocalObjectReference ¶
type LocalObjectReference struct { // Name of the referent. // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names Name string `json:"name,omitempty"` }
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
type MetricsProxy ¶
type NetworkPolicy ¶
type NetworkPolicy struct { // Enabled defines if the network policy should be deployed by vCluster. Enabled bool `json:"enabled,omitempty"` FallbackDNS string `json:"fallbackDns,omitempty"` OutgoingConnections OutgoingConnections `json:"outgoingConnections,omitempty"` LabelsAndAnnotations `json:",inline"` }
type NetworkProxyKubelets ¶
type NetworkProxyKubelets struct { // ByHostname will add a special vCluster hostname to the nodes where the node can be reached at. This doesn't work // for all applications, e.g. Prometheus requires a node IP. ByHostname bool `json:"byHostname,omitempty"` // ByIP will create a separate service in the host cluster for every node that will point to virtual cluster and will be used to // route traffic. ByIP bool `json:"byIP,omitempty"` }
type Networking ¶
type Networking struct { // ReplicateServices allows replicating services from the host within the virtual cluster or the other way around. ReplicateServices ReplicateServices `json:"replicateServices,omitempty"` // ResolveDNS allows to define extra DNS rules. This only works if embedded coredns is configured. ResolveDNS []ResolveDNS `json:"resolveDNS,omitempty"` // Advanced holds advanced network options. Advanced NetworkingAdvanced `json:"advanced,omitempty"` }
type NetworkingAdvanced ¶
type NetworkingAdvanced struct { // ClusterDomain is the Kubernetes cluster domain to use within the virtual cluster. ClusterDomain string `json:"clusterDomain,omitempty"` // FallbackHostCluster allows to fallback dns to the host cluster. This is useful if you want to reach host services without // any other modification. You will need to provide a namespace for the service, e.g. my-other-service.my-other-namespace FallbackHostCluster bool `json:"fallbackHostCluster,omitempty"` // ProxyKubelets allows rewriting certain metrics and stats from the Kubelet to "fake" this for applications such as // prometheus or other node exporters. ProxyKubelets NetworkProxyKubelets `json:"proxyKubelets,omitempty"` }
type Observability ¶
type Observability struct { // Metrics allows to proxy metrics server apis from host to virtual cluster. Metrics ObservabilityMetrics `json:"metrics,omitempty"` }
type ObservabilityMetrics ¶
type ObservabilityMetrics struct { // Proxy holds the configuration what metrics-server apis should get proxied. Proxy MetricsProxy `json:"proxy,omitempty"` }
type OutgoingConnections ¶
type OutgoingConnections struct {
IPBlock IPBlock `json:"ipBlock,omitempty"`
}
type Patch ¶
type Patch struct { // Operation is the type of the patch Operation PatchType `json:"op,omitempty" yaml:"op,omitempty"` // FromPath is the path from the other object FromPath string `json:"fromPath,omitempty" yaml:"fromPath,omitempty"` // Path is the path of the patch Path string `json:"path,omitempty" yaml:"path,omitempty"` // NamePath is the path to the name of a child resource within Path NamePath string `json:"namePath,omitempty" yaml:"namePath,omitempty"` // NamespacePath is path to the namespace of a child resource within Path NamespacePath string `json:"namespacePath,omitempty" yaml:"namespacePath,omitempty"` // Value is the new value to be set to the path Value interface{} `json:"value,omitempty" yaml:"value,omitempty"` // Regex - is regular expresion used to identify the Name, // and optionally Namespace, parts of the field value that // will be replaced with the rewritten Name and/or Namespace Regex string `json:"regex,omitempty" yaml:"regex,omitempty"` ParsedRegex *regexp.Regexp `json:"-" yaml:"-"` // Conditions are conditions that must be true for // the patch to get executed Conditions []*PatchCondition `json:"conditions,omitempty" yaml:"conditions,omitempty"` // Ignore determines if the path should be ignored if handled as a reverse patch Ignore *bool `json:"ignore,omitempty" yaml:"ignore,omitempty"` // Sync defines if a specialized syncer should be initialized using values // from the rewriteName operation as Secret/Configmap names to be synced Sync *PatchSync `json:"sync,omitempty" yaml:"sync,omitempty"` }
type PatchCondition ¶
type PatchCondition struct { // Path is the path within the object to select Path string `json:"path,omitempty" yaml:"path,omitempty"` // SubPath is the path below the selected object to select SubPath string `json:"subPath,omitempty" yaml:"subPath,omitempty"` // Equal is the value the path should be equal to Equal interface{} `json:"equal,omitempty" yaml:"equal,omitempty"` // NotEqual is the value the path should not be equal to NotEqual interface{} `json:"notEqual,omitempty" yaml:"notEqual,omitempty"` // Empty means that the path value should be empty or unset Empty *bool `json:"empty,omitempty" yaml:"empty,omitempty"` }
type PatchType ¶
type PatchType string
const ( PatchTypeRewriteName PatchType = "rewriteName" PatchTypeRewriteLabelKey PatchType = "rewriteLabelKey" PatchTypeRewriteLabelSelector PatchType = "rewriteLabelSelector" PatchTypeRewriteLabelExpressionsSelector PatchType = "rewriteLabelExpressionsSelector" PatchTypeCopyFromObject PatchType = "copyFromObject" PatchTypeAdd PatchType = "add" PatchTypeReplace PatchType = "replace" PatchTypeRemove PatchType = "remove" )
type Platform ¶
type Platform struct { // APIKey defines how vCluster can find the api key used for the platform. APIKey PlatformAPIKey `json:"apiKey,omitempty"` // Name is the name of the vCluster instance in the vCluster platform Name string `json:"name,omitempty"` // Owner is the desired owner of the vCluster instance within the vCluster platform. If empty will take the current user. Owner PlatformOwner `json:"owner,omitempty"` // Project is the project within the platform where the vCluster instance should connect. Project string `json:"project,omitempty"` }
type PlatformAPIKey ¶
type PlatformAPIKey struct { // Value specifies the api key as a regular text value. Value string `json:"value,omitempty"` // SecretRef defines where to find the platform api key. By default vCluster will search in the following locations in this precedence: // * platform.apiKey.value // * environment variable called LICENSE // * secret specified under platform.secret.name // * secret called "vcluster-platform-api-key" in the vCluster namespace SecretRef PlatformAPIKeySecretReference `json:"secretRef,omitempty"` }
type PlatformAPIKeySecretReference ¶
type PlatformAPIKeySecretReference struct { // Name is the name of the secret where the platform api key is stored. This defaults to vcluster-platform-api-key if undefined. Name string `json:"name,omitempty"` // Namespace defines the namespace where the api key secret should be retrieved from. If this is not equal to the namespace // where the vCluster instance is deployed, you need to make sure vCluster has access to this other namespace. Namespace string `json:"namespace,omitempty"` }
PlatformAPIKeySecretReference defines where to find the platform api key. The secret key name doesn't matter as long as the secret only contains a single key.
type PlatformOwner ¶
type Plugin ¶
type Plugin struct { Plugins `json:",inline"` // Version is the plugin version, this is only needed for legacy plugins. Version string `json:"version,omitempty"` Env []interface{} `json:"env,omitempty"` EnvFrom []interface{} `json:"envFrom,omitempty"` Lifecycle map[string]interface{} `json:"lifecycle,omitempty"` LivenessProbe map[string]interface{} `json:"livenessProbe,omitempty"` ReadinessProbe map[string]interface{} `json:"readinessProbe,omitempty"` StartupProbe map[string]interface{} `json:"startupProbe,omitempty"` WorkingDir string `json:"workingDir,omitempty"` Optional bool `json:"optional,omitempty"` }
type Plugins ¶
type Plugins struct { // Name is the name of the init-container and NOT the plugin name Name string `json:"name,omitempty"` // Image is the container image that should be used for the plugin Image string `json:"image,omitempty"` // ImagePullPolicy is the pull policy to use for the container image ImagePullPolicy string `json:"imagePullPolicy,omitempty"` // Config is the plugin config to use. This can be arbitrary config used for the plugin. Config map[string]interface{} `json:"config,omitempty"` // RBAC holds additional rbac configuration for the plugin RBAC PluginsRBAC `json:"rbac,omitempty"` // Command is the command that should be used for the init container Command []string `json:"command,omitempty"` // Args are the arguments that should be used for the init container Args []string `json:"args,omitempty"` // SecurityContext is the container security context used for the init container SecurityContext map[string]interface{} `json:"securityContext,omitempty"` // Resources are the container resources used for the init container Resources map[string]interface{} `json:"resources,omitempty"` // VolumeMounts are extra volume mounts for the init container VolumeMounts []interface{} `json:"volumeMounts,omitempty"` }
type PluginsExtraRules ¶
type PluginsExtraRules struct { // ExtraRules are extra rbac permissions roles that will be added to role or cluster role ExtraRules []RBACPolicyRule `json:"extraRules,omitempty"` }
type PluginsRBAC ¶
type PluginsRBAC struct { // Role holds extra virtual cluster role permissions for the plugin Role PluginsExtraRules `json:"role,omitempty"` // ClusterRole holds extra virtual cluster cluster role permissions required for the plugin ClusterRole PluginsExtraRules `json:"clusterRole,omitempty"` }
type Policies ¶
type Policies struct { // NetworkPolicy specifies network policy options. NetworkPolicy NetworkPolicy `json:"networkPolicy,omitempty"` // PodSecurityStandard that can be enforced can be one of: empty (""), baseline, restricted or privileged PodSecurityStandard string `json:"podSecurityStandard,omitempty"` // ResourceQuota specifies resource quota options. ResourceQuota ResourceQuota `json:"resourceQuota,omitempty"` // LimitRange specifies limit range options. LimitRange LimitRange `json:"limitRange,omitempty"` // CentralAdmission defines what validating or mutating webhooks should be enforced within the virtual cluster. CentralAdmission CentralAdmission `json:"centralAdmission,omitempty" product:"pro"` }
type RBAC ¶
type RBAC struct { // Role holds virtual cluster role configuration Role RBACRole `json:"role,omitempty"` // ClusterRole holds virtual cluster cluster role configuration ClusterRole RBACClusterRole `json:"clusterRole,omitempty"` }
type RBACClusterRole ¶
type RBACClusterRole struct { // Disabled defines if the cluster role should be disabled. Otherwise, vCluster automatically determines whether the virtual cluster requires a cluster role. Disabled bool `json:"disabled,omitempty"` // ExtraRules will add rules to the cluster role. ExtraRules []map[string]interface{} `json:"extraRules,omitempty"` // OverwriteRules will overwrite the cluster role rules completely. OverwriteRules []map[string]interface{} `json:"overwriteRules,omitempty"` }
type RBACPolicyRule ¶
type RBACPolicyRule struct { // Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs. Verbs []string `json:"verbs"` // APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of // the enumerated resources in any API group will be allowed. "" represents the core API group and "*" represents all API groups. APIGroups []string `json:"apiGroups,omitempty"` // Resources is a list of resources this rule applies to. '*' represents all resources. Resources []string `json:"resources,omitempty"` // ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. ResourceNames []string `json:"resourceNames,omitempty"` // NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path // Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. // Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both. NonResourceURLs []string `json:"nonResourceURLs,omitempty"` }
type RBACRole ¶
type RBACRole struct { // Enabled Enabled bool `json:"enabled,omitempty"` // ExtraRules will add rules to the role. ExtraRules []map[string]interface{} `json:"extraRules,omitempty"` // OverwriteRules will overwrite the role rules completely. OverwriteRules []map[string]interface{} `json:"overwriteRules,omitempty"` }
type ReplicateServices ¶
type ReplicateServices struct { // ToHost defines the services that should get synced from virtual cluster to the host cluster. If services are // synced to a different namespace than the virtual cluster is in, additional permissions for the other namespace // are required. ToHost []ServiceMapping `json:"toHost,omitempty"` // FromHost defines the services that should get synced from the host to the virtual cluster. FromHost []ServiceMapping `json:"fromHost,omitempty"` }
type ResolveDNS ¶
type ResolveDNS struct { Hostname string `json:"hostname"` Service string `json:"service"` Namespace string `json:"namespace"` Target ResolveDNSTarget `json:"target,omitempty"` }
type ResolveDNSTarget ¶
type ResolveDNSTarget struct { Hostname string `json:"hostname,omitempty"` IP string `json:"ip,omitempty"` // HostService to target, format is hostNamespace/hostService HostService string `json:"hostService,omitempty"` // HostNamespace to target HostNamespace string `json:"hostNamespace,omitempty"` // VClusterService format is hostNamespace/vClusterName/vClusterNamespace/vClusterService VClusterService string `json:"vClusterService,omitempty"` }
type ResourceQuota ¶
type ResourceQuota struct { // Enabled defines if the resource quota should be enabled. Enabled bool `json:"enabled,omitempty"` // Quota are the quota options Quota map[string]interface{} `json:"quota,omitempty"` // ScopeSelector is the resource quota scope selector ScopeSelector ScopeSelector `json:"scopeSelector,omitempty"` // Scopes are the resource quota scopes Scopes []string `json:"scopes,omitempty"` LabelsAndAnnotations `json:",inline"` }
type RuleWithVerbs ¶
type RuleWithVerbs struct { // APIGroups is the API groups the resources belong to. '*' is all groups. // If '*' is present, the length of the slice must be one. // Required. // +listType=atomic APIGroups []string `json:"apiGroups,omitempty" protobuf:"bytes,1,rep,name=apiGroups"` // APIVersions is the API versions the resources belong to. '*' is all versions. // If '*' is present, the length of the slice must be one. // Required. // +listType=atomic APIVersions []string `json:"apiVersions,omitempty" protobuf:"bytes,2,rep,name=apiVersions"` // Resources is a list of resources this rule applies to. // // For example: // 'pods' means pods. // 'pods/log' means the log subresource of pods. // '*' means all resources, but not subresources. // 'pods/*' means all subresources of pods. // '*/scale' means all scale subresources. // '*/*' means all resources and their subresources. // // If wildcard is present, the validation rule will ensure resources do not // overlap with each other. // // Depending on the enclosing object, subresources might not be allowed. // Required. // +listType=atomic Resources []string `json:"resources,omitempty" protobuf:"bytes,3,rep,name=resources"` // scope specifies the scope of this rule. // Valid values are "Cluster", "Namespaced", and "*" // "Cluster" means that only cluster-scoped resources will match this rule. // Namespace API objects are cluster-scoped. // "Namespaced" means that only namespaced resources will match this rule. // "*" means that there are no scope restrictions. // Subresources match the scope of their parent resource. // Default is "*". // // +optional Scope *string `json:"scope,omitempty" protobuf:"bytes,4,rep,name=scope"` // Verb is the kube verb associated with the request for API requests, not the http verb. This includes things like list and watch. // For non-resource requests, this is the lowercase http verb. // If '*' is present, the length of the slice must be one. // Required. // +listType=atomic Verbs []string `json:"operations,omitempty"` }
type ScopeSelector ¶
type ScopeSelector struct {
MatchExpressions []LabelSelectorRequirement `json:"matchExpressions,omitempty"`
}
type ServiceMapping ¶
type ServiceMapping struct { // From is the service that should get synced. Can be either in the form name or namespace/name. From string `json:"from,omitempty"` // To is the target service that it should get synced to. Can be either in the form name or namespace/name. To string `json:"to,omitempty"` }
type ServiceMonitor ¶
type ServiceMonitor struct { // Enabled configures if Helm should create the service monitor. Enabled bool `json:"enabled,omitempty"` // Labels are the extra labels to add to the service monitor. Labels map[string]string `json:"labels,omitempty"` // Annotations are the extra annotations to add to the service monitor. Annotations map[string]string `json:"annotations,omitempty"` }
type Sync ¶
type Sync struct { // Configure resources to sync from the virtual cluster to the host cluster. ToHost SyncToHost `json:"toHost,omitempty"` // Configure what resources vCluster should sync from the host cluster to the virtual cluster. FromHost SyncFromHost `json:"fromHost,omitempty"` }
type SyncAllResource ¶
type SyncBase ¶
type SyncBase struct { TypeInformation `json:",inline" yaml:",inline"` Optional bool `json:"optional,omitempty" yaml:"optional,omitempty"` // ReplaceWhenInvalid determines if the controller should try to recreate the object // if there is a problem applying ReplaceWhenInvalid bool `json:"replaceOnConflict,omitempty" yaml:"replaceOnConflict,omitempty"` // Patches are the patches to apply on the virtual cluster objects // when syncing them from the host cluster Patches []*Patch `json:"patches,omitempty" yaml:"patches,omitempty"` // ReversePatches are the patches to apply to host cluster objects // after it has been synced to the virtual cluster ReversePatches []*Patch `json:"reversePatches,omitempty" yaml:"reversePatches,omitempty"` }
type SyncFromHost ¶
type SyncFromHost struct { // Nodes defines if nodes should get synced from the host cluster to the virtual cluster, but not back. Nodes SyncNodes `json:"nodes,omitempty"` // Events defines if events should get synced from the host cluster to the virtual cluster, but not back. Events EnableSwitch `json:"events,omitempty"` // IngressClasses defines if ingress classes should get synced from the host cluster to the virtual cluster, but not back. IngressClasses EnableSwitch `json:"ingressClasses,omitempty"` // StorageClasses defines if storage classes should get synced from the host cluster to the virtual cluster, but not back. StorageClasses EnableSwitch `json:"storageClasses,omitempty"` // CSINodes defines if csi nodes should get synced from the host cluster to the virtual cluster, but not back. CSINodes EnableSwitch `json:"csiNodes,omitempty"` // CSIDrivers defines if csi drivers should get synced from the host cluster to the virtual cluster, but not back. CSIDrivers EnableSwitch `json:"csiDrivers,omitempty"` // CSIStorageCapacities defines if csi storage capacities should get synced from the host cluster to the virtual cluster, but not back. CSIStorageCapacities EnableSwitch `json:"csiStorageCapacities,omitempty"` }
type SyncNodeSelector ¶
type SyncNodeSelector struct { // All specifies if all nodes should get synced by vCluster from the host to the virtual cluster or only the ones where pods are assigned to. All bool `json:"all,omitempty"` // Labels are the node labels used to sync nodes from host cluster to virtual cluster. This will also set the node selector when syncing a pod from virtual cluster to host cluster to the same value. Labels map[string]string `json:"labels,omitempty"` }
type SyncNodes ¶
type SyncNodes struct { // Enabled specifies if syncing real nodes should be enabled. If this is disabled, vCluster will create fake nodes instead. Enabled bool `json:"enabled,omitempty"` // SyncBackChanges enables syncing labels and taints from the virtual cluster to the host cluster. If this is enabled someone within the virtual cluster will be able to change the labels and taints of the host cluster node. SyncBackChanges bool `json:"syncBackChanges,omitempty"` // ClearImageStatus will erase the image status when syncing a node. This allows to hide images that are pulled by the node. ClearImageStatus bool `json:"clearImageStatus,omitempty"` // Selector can be used to define more granular what nodes should get synced from the host cluster to the virtual cluster. Selector SyncNodeSelector `json:"selector,omitempty"` }
type SyncPods ¶
type SyncPods struct { // Enabled defines if pod syncing should be enabled. Enabled bool `json:"enabled,omitempty"` // TranslateImage maps an image to another image that should be used instead. For example this can be used to rewrite // a certain image that is used within the virtual cluster to be another image on the host cluster TranslateImage map[string]string `json:"translateImage,omitempty"` // EnforceTolerations will add the specified tolerations to all pods synced by the virtual cluster. EnforceTolerations []string `json:"enforceTolerations,omitempty"` // UseSecretsForSATokens will use secrets to save the generated service account tokens by virtual cluster instead of using a // pod annotation. UseSecretsForSATokens bool `json:"useSecretsForSATokens,omitempty"` // RewriteHosts is a special option needed to rewrite statefulset containers to allow the correct FQDN. virtual cluster will add // a small container to each stateful set pod that will initially rewrite the /etc/hosts file to match the FQDN expected by // the virtual cluster. RewriteHosts SyncRewriteHosts `json:"rewriteHosts,omitempty"` }
type SyncRewriteHosts ¶
type SyncToHost ¶
type SyncToHost struct { // Pods defines if pods created within the virtual cluster should get synced to the host cluster. Pods SyncPods `json:"pods,omitempty"` // Secrets defines if secrets created within the virtual cluster should get synced to the host cluster. Secrets SyncAllResource `json:"secrets,omitempty"` // ConfigMaps defines if config maps created within the virtual cluster should get synced to the host cluster. ConfigMaps SyncAllResource `json:"configMaps,omitempty"` // Ingresses defines if ingresses created within the virtual cluster should get synced to the host cluster. Ingresses EnableSwitch `json:"ingresses,omitempty"` // Services defines if services created within the virtual cluster should get synced to the host cluster. Services EnableSwitch `json:"services,omitempty"` // Endpoints defines if endpoints created within the virtual cluster should get synced to the host cluster. Endpoints EnableSwitch `json:"endpoints,omitempty"` // NetworkPolicies defines if network policies created within the virtual cluster should get synced to the host cluster. NetworkPolicies EnableSwitch `json:"networkPolicies,omitempty"` // PersistentVolumeClaims defines if persistent volume claims created within the virtual cluster should get synced to the host cluster. PersistentVolumeClaims EnableSwitch `json:"persistentVolumeClaims,omitempty"` // PersistentVolumes defines if persistent volumes created within the virtual cluster should get synced to the host cluster. PersistentVolumes EnableSwitch `json:"persistentVolumes,omitempty"` // VolumeSnapshots defines if volume snapshots created within the virtual cluster should get synced to the host cluster. VolumeSnapshots EnableSwitch `json:"volumeSnapshots,omitempty"` // StorageClasses defines if storage classes created within the virtual cluster should get synced to the host cluster. StorageClasses EnableSwitch `json:"storageClasses,omitempty"` // ServiceAccounts defines if service accounts created within the virtual cluster should get synced to the host cluster. ServiceAccounts EnableSwitch `json:"serviceAccounts,omitempty"` // PodDisruptionBudgets defines if pod disruption budgets created within the virtual cluster should get synced to the host cluster. PodDisruptionBudgets EnableSwitch `json:"podDisruptionBudgets,omitempty"` // PriorityClasses defines if priority classes created within the virtual cluster should get synced to the host cluster. PriorityClasses EnableSwitch `json:"priorityClasses,omitempty"` }
type Telemetry ¶
type Telemetry struct { // Disabled specifies that the telemetry for the vCluster control plane should be disabled. Disabled bool `json:"disabled,omitempty"` InstanceCreator string `json:"instanceCreator,omitempty"` MachineID string `json:"machineID,omitempty"` PlatformUserID string `json:"platformUserID,omitempty"` PlatformInstanceID string `json:"platformInstanceID,omitempty"` }
type TypeInformation ¶
type VirtualClusterKubeConfig ¶
type VirtualClusterKubeConfig struct { // KubeConfig is the virtual cluster kubeconfig path. KubeConfig string `json:"kubeConfig,omitempty"` // ServerCAKey is the server ca key path. ServerCAKey string `json:"serverCAKey,omitempty"` // ServerCAKey is the server ca cert path. ServerCACert string `json:"serverCACert,omitempty"` // ServerCAKey is the client ca cert path. ClientCACert string `json:"clientCACert,omitempty"` // RequestHeaderCACert is the request header ca cert path. RequestHeaderCACert string `json:"requestHeaderCACert,omitempty"` }
type VolumeClaim ¶
type VolumeClaim struct { // Disabled signals to disable deploying a persistent volume claim. If false, vCluster will automatically determine // based on the chosen distro and other options if this is required. Disabled bool `json:"disabled,omitempty"` // AccessModes are the persistent volume claim access modes. AccessModes []string `json:"accessModes,omitempty"` // RetentionPolicy is the persistent volume claim retention policy. RetentionPolicy string `json:"retentionPolicy,omitempty"` // Size is the persistent volume claim storage size. Size string `json:"size,omitempty"` // StorageClass is the persistent volume claim storage class. StorageClass string `json:"storageClass,omitempty"` }
type VolumeMount ¶
type VolumeMount struct { // This must match the Name of a Volume. Name string `json:"name" protobuf:"bytes,1,opt,name=name"` // Mounted read-only if true, read-write otherwise (false or unspecified). // Defaults to false. ReadOnly bool `json:"readOnly,omitempty" protobuf:"varint,2,opt,name=readOnly"` // Path within the container at which the volume should be mounted. Must // not contain ':'. MountPath string `json:"mountPath" protobuf:"bytes,3,opt,name=mountPath"` // Path within the volume from which the container's volume should be mounted. // Defaults to "" (volume's root). SubPath string `json:"subPath,omitempty" protobuf:"bytes,4,opt,name=subPath"` // mountPropagation determines how mounts are propagated from the host // to container and the other way around. // When not set, MountPropagationNone is used. // This field is beta in 1.10. MountPropagation *string `json:"mountPropagation,omitempty" protobuf:"bytes,5,opt,name=mountPropagation,casttype=MountPropagationMode"` // Expanded path within the volume from which the container's volume should be mounted. // Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. // Defaults to "" (volume's root). // SubPathExpr and SubPath are mutually exclusive. SubPathExpr string `json:"subPathExpr,omitempty" protobuf:"bytes,6,opt,name=subPathExpr"` }
VolumeMount describes a mounting of a Volume within a container.