Options
All
  • Public
  • Public/Protected
  • All
Menu

ComponentConfig defines the scheduling and replicas configuration for CDI components

export
interface

V1beta1ComponentConfig

Hierarchy

  • V1beta1ComponentConfig

Index

Properties

affinity?: V1Affinity
memberof

V1beta1ComponentConfig

apiServerReplicas?: number

ApiserverReplicas set Replicas for cdi-apiserver

memberof

V1beta1ComponentConfig

deploymentReplicas?: number

DeploymentReplicas set Replicas for cdi-deployment

memberof

V1beta1ComponentConfig

nodeSelector?: {}

nodeSelector is the node selector applied to the relevant kind of pods It specifies a map of key-value pairs: for the pod to be eligible to run on a node, the node must have each of the indicated key-value pairs as labels (it can have additional labels as well). See https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector

memberof

V1beta1ComponentConfig

Type declaration

  • [key: string]: string
tolerations?: V1Toleration[]

tolerations is a list of tolerations applied to the relevant kind of pods See https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ for more info. These are additional tolerations other than default ones.

memberof

V1beta1ComponentConfig

uploadProxyReplicas?: number

UploadproxyReplicas set Replicas for cdi-uploadproxy

memberof

V1beta1ComponentConfig

Generated using TypeDoc