RedisEnterpriseCluster API 参考

适用于 Kubernetes 的 Redis Enterprise

apiVersion 的 API 版本:

app.redislabs.com/v1

RedisEnterpriseCluster 是 redisenterpriseclusters API 的 Schema

名字 类型 描述 必填
apiVersion 字符串 app.redislabs.com/v1
字符串 RedisEnterpriseCluster 集群
元数据 对象 请参阅 Kubernetes API 文档,了解 'metadata' 字段的字段。
规范 对象 RedisEnterpriseClusterSpec 定义了 RedisEnterpriseCluster 的期望状态
地位 对象

规范

↩ 父母

RedisEnterpriseClusterSpec 定义了 RedisEnterpriseCluster 的期望状态

名字 类型 描述 必填
主动主动 对象 ActiveActive 设置的规范。最多可以同时设置 ingressOrRouteSpec 或 activeActive 字段之一。
antiAffinityAdditionalTopologyKeys []字符串 支持在不同区域/vCenter 上安装的其他反关联性术语
备份 对象 集群范围的备份配置
引导程序ImageSpec 对象 Bootstrapper 容器映像规范
引导程序资源 对象 引导程序容器的计算资源要求
证书 对象 RS 群集证书。用于修改集群使用的证书。请参阅上述 “RSClusterCertificates” 结构,查看支持的证书。
clusterCredentialSecretName 字符串 用于群集凭据的密钥名称/路径。仅当 ClusterCredentialSecretType 为 vault 时使用。如果留空,将使用集群名称。
clusterCredentialSecretRole 字符串 仅当 ClusterCredentialSecretType 为 vault 时使用,用于定义要使用的保管库角色。如果为空,则默认为 “redis-enterprise-operator”
clusterCredentialSecretType 枚举 用于 ClusterCredential、Vault、Kuberetes 的密钥类型,...如果留空,将默认 ot kubernetes secrets

枚举: vault, kubernetes

clusterRecovery 集群恢复 布尔 ClusterRecovery 在设置为 true 时启动集群恢复。请注意,此字段在集群恢复后会自动清除
containerTimezone 对象 容器时区配置。虽然所有容器的默认时区都是 UTC,但此设置可用于设置 rigger/bootstrapper/RS 服务容器上的时区。你可以将主机时区传播到 RS pod,也可以通过 timezoneName 手动设置它。
createServiceAccount 布尔 是否创建服务账户
dataInternodeEncryption 布尔 节点间加密 (INE) 集群范围策略。可选的布尔值设置。指定是否应为新创建的 REDB 打开/关闭 INE。可以通过类似设置覆盖特定 REDB 的设置,请查看 REDB 的类似设置以获取更多信息。
encryptPkeys 布尔 私钥加密 可能的值:true/false
强制实施 IPv4 布尔 设置ENFORCE_IPV4环境变量
extraEnvVars []对象 高级用法:请谨慎使用。将环境变量添加到 RS StatefulSet 的容器中。
extraLabels 的 map[string]字符串 用户为方便起见而定义的标签
hostAliases []对象 将 hostAliases 条目添加到 Redis Enterprise Pod
ingressOrRouteSpec 的 对象 Redis Enterprise Cluster 和 Databases 的访问配置。最多可以同时设置 ingressOrRouteSpec 或 activeActive 字段之一。
LDAP 格式 对象 集群级别的 LDAP 配置,例如服务器地址、协议、身份验证和查询设置。
许可证 字符串 Redis 企业许可证
licenseSecretName 许可证 字符串 用于集群许可证的 K8s 密钥或 Vault 密钥名称/路径。如果留空,则从 “license” 字段中读取许可证。请注意,您不能在 “license” 和 “licenseSecretName” 中都指定非空值,这些字段中只有一个可用于传递许可证字符串。许可证需要存储在密钥 “license” 下。
nodeSelector map[string]字符串 适合 Redis Enterprise Pod 的节点选择器
节点 整数 Redis Enterprise 节点(pods)

数量 格式:int32

ocsp配置 对象 一个 API 对象,表示集群的 OCSP 配置。要启用 OCSP,集群的代理证书应包含 OCSP 响应方 URL。
persistentSpec 的 对象 Redis Enterprise Cluster 持久化规范
pod注解 map[string]字符串 Service Rigger 和 Redis Enterprise Pod 的注释
podAntiAffinity 的 对象 覆盖 Redis Enterprise Pod 的默认反亲和性规则。详细信息: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#an-example-of-a-pod-that-uses-pod-affinity
podStartingPolicy 对象 STS Pod 卡在 “ContainerCreating” 中的缓解设置
podTolerations []对象 添加到所有托管 Pod 的容忍度。详细信息:https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
priorityClassName 字符串 将 priority 类添加到 operator 管理的 Pod 中
pullSecrets []对象 PullSecrets 是对同一命名空间中 secret 的可选引用列表,用于提取任何映像。如果指定,这些 secret 将被传递给各个 puller 实现供他们使用。更多信息: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
rackAwarenessNodeLabel 字符串 指定机架 ID 的节点标签 - 如果指定,将创建机架感知集群。机架感知要求所有节点上都必须存在节点标签。此外,作员需要一个具有列出节点权限的特殊集群角色。
redisEnterpriseAdditionalPodSpecAttributes 对象 高级使用风险自负 - 指定 statefulset - Redis Enterprise Pod 所需的 Pod 属性。由 Operator 管理的 Pod 属性可能会覆盖这些设置。此外,请确保集群上运行的 K8s 版本支持这些属性 -作员不会验证这一点。
redisEnterpriseIPFamily 枚举 保留,将来使用,仅在 Redis 指示时使用。IPFamily 决定了为 Pod 的内部和外部通信选择什么 IP 系列。

枚举:IPv4、IPv6

redisEnterpriseImageSpec (redis企业映像规范) 对象 Redis Enterprise 容器镜像规格
redisEnterpriseNode资源 对象 Redis Enterprise 容器的计算资源要求
redisEnterprisePod注释 map[string]字符串 Redis Enterprise Pod 的注释
redisEnterpriseServicesConfiguration 对象 RS Cluster 可选服务设置
redisEnterpriseServicesRiggerImageSpec 对象 服务 Rigger 容器镜像规范
redisEnterpriseServicesRigger资源 对象 Services Rigger Pod 的计算资源要求
redisEnterpriseTerminationGracePeriodSeconds 整数 (STS 创建的)REC Pod

的 TerminationGracePeriodSeconds 值格式:int64

redisEnterpriseVolumeMounts []对象 Redis Enterprise 容器中的其他卷挂载。更多信息:https://kubernetes.io/docs/concepts/storage/volumes/
redisOnFlashSpec 对象 在 Flash 上存储特定于 redis 的配置。如果提供,集群将能够在 Flash 数据库上创建 redis。
redisUpgradePolicy 的 枚举 Redis 升级策略,以便在 Redis Enterprise Cluster 上设置。可能的值:major/latest 在执行升级时,集群使用此值来选择数据库的 Redis 版本。Redis 企业集群包含多个可用于数据库的 OSS Redis 版本。

枚举:major、latest

resp3默认 布尔 数据库是否将在数据库升级时启用 RESP3 兼容性。注 - 在显式设置此属性的值后删除此属性将不起作用。请查看 RS doc 中的相应字段以获取更多信息。
securityContext 对象 将应用于 RS Pod 的安全配置。
serviceAccountName (服务帐户名称) 字符串 要使用的服务帐户的名称
服务业 对象 为 Redis Enterprise 集群和数据库创建的作员管理的服务资源的自定义选项
服务RiggerSpec 对象 服务索具规范
sideContainers规格 []对象
奴隶HA 对象 Slave 高可用性机制配置。
ui注解 map[string]字符串 Redis Enterprise UI 服务的注释。此注释将覆盖在 spec.services.servicesAnnotations 下设置的重叠全局注释指定的注释不会覆盖已存在且并非源自运算符的注释,但保留的 'redis.io/last-keys' 注释除外。
uiServiceType 枚举 用于公开 Redis Enterprise UI (https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types)

枚举的服务类型:ClusterIP、NodePort、LoadBalancer、ExternalName

upgrade规格 对象 Redis Enterprise 升级规格
用户名 字符串 Redis Enterprise 的 admin 用户的用户名
vaultCASecret 文件 字符串 包含 Vault 的 CA 证书的 K8s 密钥名称 - 默认为 “vault-ca-cert”
[]对象 其他卷

spec.activeActive 的

↩ 父母

ActiveActive 设置的规范。最多可以同时设置 ingressOrRouteSpec 或 activeActive 字段之一。

名字 类型 描述 必填
apiIngressUrl 的 字符串 RS API 网址
dbIngress后缀 字符串 DB ENDPOINT SUFFIX - 将用于设置数据库主机。ingress 创建一个主机名,因此,如果在集群上创建了多个具有相同名称
的数据库,该名称应该是唯一的
方法 枚举 用于区分不同平台的实现

Enum:openShiftRoute、ingress

ingress注解 map[string]字符串 用于 GKE 中的 ha-proxy 或 nginx 等入口控制器

spec.backup

↩ 父母

集群范围的备份配置

名字 类型 描述 必填
S3 系列 对象 备份到 s3 和 s3 兼容存储的配置

spec.backup.s3 的

↩ 父母

备份到 s3 和 s3 兼容存储的配置

名字 类型 描述 必填
caCertificateSecretName 字符串 保存 S3 CA 证书的密钥名称,其中包含映射到密钥“cert”中密钥的 TLS 证书
网址 字符串 指定 S3 导出和导入的 URL

spec.bootstrapperImageSpec

↩ 父母

Bootstrapper 容器映像规范

名字 类型 描述 必填
digestHash 的 字符串 要拉取的容器镜像的摘要哈希。指定后,将根据摘要哈希而不是 image 标签提取容器映像。versionTag 字段还必须使用与此摘要哈希匹配的图像标记指定。注意:此字段仅支持 OLM 部署。
imagePullPolicy 字符串 要应用于容器镜像的镜像拉取策略。Always、Never、IfNotPresent 之一。
存储 库 字符串 要部署的容器镜像的存储库(名称)。
versionTag 字符串 需要部署的容器镜像的标签。

spec.bootstrapper资源

↩ 父母

引导程序容器的计算资源要求

名字 类型 描述 必填
索赔 []对象
限制 map[string]int 或 string Limits (限制) 描述允许的最大计算资源量。更多信息:https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
请求 map[string]int 或 string 请求 描述所需的最小计算资源量。如果容器省略了 Requests,则默认为 Limits(如果明确指定),否则为实现定义的值。更多信息:https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

spec.bootstrapperResources.claims[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.certificates 证书

↩ 父母

RS 群集证书。用于修改集群使用的证书。请参阅上述 “RSClusterCertificates” 结构,查看支持的证书。

名字 类型 描述 必填
apiCertificateSecretName 字符串 用于集群 API 证书的密钥名称。如果留空,则将使用集群提供的证书。
cmCertificateSecretName 字符串 用于集群的 CM (Cluster Manager) 证书的密钥名称。如果留空,则将使用集群提供的证书。
ldapClientCertificateSecretName 字符串 用于集群的 LDAP 客户端证书的密钥名称。如果留空,将禁用 LDAP 客户端证书身份验证。
metricsExporterCertificateSecretName 字符串 用于集群的 Metrics Exporter 证书的密钥名称。如果留空,则将使用集群提供的证书。
proxyCertificateSecretName 字符串 用于集群的代理证书的密钥名称。如果留空,则将使用集群提供的证书。
syncerCertificateSecretName 字符串 用于集群的 Syncer 证书的 Secret 名称。如果留空,则将使用集群提供的证书。

spec.containerTimezone

↩ 父母

容器时区配置。虽然所有容器的默认时区都是 UTC,但此设置可用于设置 rigger/bootstrapper/RS 服务容器上的时区。你可以将主机时区传播到 RS pod,也可以通过 timezoneName 手动设置它。

名字 类型 描述 必填
propagateHost (传播主机) 对象 标识容器时区应与主机同步,此选项将 hostPath 卷挂载到在某些系统中可能受到限制的 RS Pod 上。
时区名称 字符串 POSIX 风格的时区名称作为字符串,作为 EnvVar 传递给 RE pods,例如 “Europe/London”。

spec.extraEnvVars[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串
value从 对象

spec.extraEnvVars[].value从

↩ 父母

名字 类型 描述 必填
configMapKeyRef 对象
fieldRef (字段引用) 对象
resourceFieldRef 对象
secretKeyRef 对象

spec.extraEnvVars[].valueFrom.configMapKeyRef

↩ 父母

名字 类型 描述 必填
钥匙 字符串
名字 字符串
自选 布尔

spec.extraEnvVars[].valueFrom.fieldRef

↩ 父母

名字 类型 描述 必填
字段路径 字符串
apiVersion 字符串

spec.extraEnvVars[].valueFrom.resourceFieldRef

↩ 父母

名字 类型 描述 必填
资源 字符串
容器名称 字符串
除数 int 或 string

spec.extraEnvVars[].valueFrom.secretKeyRef

↩ 父母

名字 类型 描述 必填
钥匙 字符串
名字 字符串
自选 布尔

spec.hostAliases的别名

↩ 父母

HostAlias 保存 IP 和主机名之间的映射,这些映射将作为条目注入到 Pod 的 hosts 文件中。

名字 类型 描述 必填
主机名 []字符串 上述 IP 地址的主机名。
IP 地址 字符串 主机文件条目的 IP 地址。

spec.ingressOrRoute规格

↩ 父母

Redis Enterprise Cluster 和 Databases 的访问配置。最多可以同时设置 ingressOrRouteSpec 或 activeActive 字段之一。

名字 类型 描述 必填
apiFqdnUrl 字符串 RS API 网址
dbFqdn后缀 字符串 DB ENDPOINT SUFFIX - 将用于设置数据库主机入口。创建一个主机名,因此,如果在集群上创建了多个具有相同名称
的数据库,则该名称应是唯一的
方法 枚举 用于区分不同的平台实现。

枚举:openShiftRoute、ingress、istio

ingress注解 map[string]字符串 要在 Operator 创建的 Ingress 资源上设置的其他注释

spec.ldap 文件

↩ 父母

集群级别的 LDAP 配置,例如服务器地址、协议、身份验证和查询设置。

名字 类型 描述 必填
authenticationQuery 认证 对象 身份验证查询的配置、提供给集群进行身份验证的用户名之间的映射以及 LDAP 可分辨名称。
authorizationQuery 对象 配置授权查询,用户的可分辨名称与其组成员身份之间的映射。
协议 枚举 指定要使用的 LDAP 协议。以下之一:LDAP、LDAPS、STARTTLS。

枚举:LDAP、LDAPS、STARTTLS

服务器 []对象 一个或多个 LDAP 服务器。如果指定了多个服务器,则它们必须共享相同的组织树结构。
bindCredentialsSecretName 字符串 同一命名空间中的密钥名称,包含用于与 LDAP 服务器通信以进行身份验证查询的凭证。密钥必须具有一个名为“dn”的密钥,其中包含执行查询的用户的可分辨名称,以及“password”及其密码。如果留空,则禁用基于凭据的身份验证。
caCertificateSecretName 字符串 同一命名空间中的密钥名称,保存 PEM 编码的 CA 证书,用于验证与 LDAP 服务器的 TLS 连接。密钥必须具有包含证书数据的名为 'cert' 的密钥。仅当协议为 LDAPS 或 STARTTLS 时,此字段才适用。
cacheTTLSeconds 整数 缓存条目的最大 TTL。
directoryTimeoutSeconds 整数 对用户进行身份验证时到 LDAP 服务器的连接超时(以秒为单位)
enabledForControlPlane 布尔 是否为 control plane 访问启用 LDAP。默认情况下处于禁用状态。
enabledForDataPlane 的 布尔 是否为数据平面访问启用 LDAP。默认处于禁用状态。

spec.ldap.authenticationQuery

↩ 父母

配置身份验证查询、提供给集群进行身份验证的用户名之间的映射以及 LDAP 可分辨名称。

名字 类型 描述 必填
查询 对象 搜索查询的配置。与 'template' 字段互斥。查询筛选条件中的子字符串 '%u' 将替换为 username。
模板 字符串 模板查询的配置。与 'query' 字段互斥。子字符串 '%u' 将替换为用户名,例如 'cn=%u,ou=dev,dc=example,dc=com'。

spec.ldap.authenticationQuery.查询

↩ 父母

搜索查询的配置。与 'template' 字段互斥。查询筛选条件中的子字符串 '%u' 将替换为 username。

名字 类型 描述 必填
基础 字符串 要开始搜索的条目的可分辨名称,例如 'ou=dev,dc=example,dc=com'。
滤波器 字符串 要在搜索中应用的过滤器的 RFC-4515 字符串表示形式。对于身份验证查询,子字符串 '%u' 将替换为用户名,例如 '(cn=%u)'。对于授权查询,子字符串 '%D' 将替换为用户的可分辨名称,例如 '(members=%D)'。
范围 枚举 LDAP 查询的搜索范围。以下之一:BaseObject、SingleLevel、WholeSubtree

枚举:BaseObject、SingleLevel、WholeSubtree

spec.ldap.authorizationQuery

↩ 父母

配置授权查询,用户的可分辨名称与其组成员身份之间的映射。

名字 类型 描述 必填
属性 字符串 属性查询的配置。与 'query' 字段互斥。保存 LDAP 用户实体的属性名称,该属性包含用户所属的组的列表,例如 'memberOf'。
查询 对象 搜索查询的配置。与 'attribute' 字段互斥。查询筛选器中的子字符串 '%D' 将替换为用户的可分辨名称。

spec.ldap.authorizationQuery.查询

↩ 父母

搜索查询的配置。与 'attribute' 字段互斥。查询筛选器中的子字符串 '%D' 将替换为用户的可分辨名称。

名字 类型 描述 必填
基础 字符串 要开始搜索的条目的可分辨名称,例如 'ou=dev,dc=example,dc=com'。
滤波器 字符串 要在搜索中应用的过滤器的 RFC-4515 字符串表示形式。对于身份验证查询,子字符串 '%u' 将替换为用户名,例如 '(cn=%u)'。对于授权查询,子字符串 '%D' 将替换为用户的可分辨名称,例如 '(members=%D)'。
范围 枚举 LDAP 查询的搜索范围。以下之一:BaseObject、SingleLevel、WholeSubtree

枚举:BaseObject、SingleLevel、WholeSubtree

spec.ldap.servers[]

↩ 父母

LDAP 服务器的地址。

名字 类型 描述 必填
主机 字符串 LDAP 服务器的主机名
港口 整数 LDAP 服务器的端口号。如果未指定,则 LDAP 和 STARTTLS 协议默认为 389,LDAPS 协议默认为 636。

格式:int32

spec.ocsp配置

↩ 父母

一个 API 对象,表示集群的 OCSP 配置。要启用 OCSP,集群的代理证书应包含 OCSP 响应方 URL。

名字 类型 描述 必填
ocsp功能 布尔 是否开启/关闭集群的 OCSP 机制。
查询频率 整数 确定控制平面轮询 OCSP 响应程序以获取服务器证书的新状态的间隔(以秒为单位)。最小值为 60。最大值为 86400。
recoveryFrequency (恢复频率) 整数 确定当当前装订器无效时,控制平面将轮询 OCSP 响应程序以获取服务器证书新状态的间隔(以秒为单位)。最小值为 60。最大值为 86400。
recoveryMaxTries 整数 确定 OCSP 恢复尝试的最大次数。在超过最大尝试次数后,控制平面将恢复为正常频率。最小值为 1。最大值为 100。
响应超时 整数 确定请求等待 OCSP 响应方响应的时间间隔(以秒为单位)。最小值为 1。最大值为 60。

spec.persistentSpec

↩ 父母

Redis Enterprise Cluster 持久化规范

名字 类型 描述 必填
enablePersistentVolumeResize 布尔 是否启用 PersistentVolumes 调整大小。默认情况下处于禁用状态。在使用此功能之前,请仔细阅读 pvc_expansion readme 中的说明。
启用 布尔 是否向 Redis Enterprise Pod 添加持久卷
storageClassName (存储类名称) 字符串 Redis Enterprise Pod 中持久性卷的存储类。留空以使用默认值。如果以这种方式使用默认值,请确保 Kubernetes 集群配置了默认存储类。这可以通过运行 'kubectl get storageclass' 并查看其中一个存储类的名称是否包含 '(default)' 标记来完成。
体积大小 int 或 string 要在创建集群后启用大小调整 - 请按照 pvc_expansion 自述文件中的说明进行作

spec.podAntiAffinity 的

↩ 父母

覆盖 Redis Enterprise Pod 的默认反亲和性规则。更多信息: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#an-example-of-a-pod-that-uses-pod-affinity

名字 类型 描述 必填
preferredDuringSchedulingIgnoredDuringExecution []对象
requiredDuringSchedulingIgnoredDuringExecution []对象

spec.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[]

↩ 父母

名字 类型 描述 必填
podAffinityTerm 对象
重量 整数

格式:int32

spec.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm

↩ 父母

名字 类型 描述 必填
topologyKey 字符串
labelSelector 对象
namespaceSelector 对象
命名空间 []字符串

spec.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[]

↩ 父母

名字 类型 描述 必填
topologyKey 字符串
labelSelector 对象
namespaceSelector 对象
命名空间 []字符串

spec.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.podStartingPolicy

↩ 父母

STS Pod 卡在 “ContainerCreating” 中的缓解设置

名字 类型 描述 必填
启用 布尔 是否检测并尝试缓解 Pod 启动问题
startingThresholdSeconds 整数 在执行作之前,在启动时等待 Pod 卡住的时间(以秒为单位)。如果设置为 0,则将被视为已禁用。

格式:int32

spec.pod容忍度

↩ 父母

名字 类型 描述 必填
影响 字符串
钥匙 字符串
算子 字符串
tolerationSeconds 整数

格式:int64
价值 字符串

spec.pullSecrets[]

↩ 父母

名字 类型 描述 必填
名字 字符串 密钥名称

spec.redisEnterpriseAdditionalPodSpecAttributes

↩ 父母

高级使用风险自负 - 指定 statefulset - Redis Enterprise Pod 所需的 Pod 属性。由 Operator 管理的 Pod 属性可能会覆盖这些设置。此外,请确保集群上运行的 K8s 版本支持这些属性 -作员不会验证这一点。

名字 类型 描述 必填
activeDeadlineSeconds 整数

格式:int64
亲和力 对象
automountServiceAccountToken 布尔
dnsConfig 的 对象
dns策略 字符串
enableServiceLinks 布尔
ephemeralContainers []对象
hostAliases []对象
主机IPC 布尔
主机网络 布尔
主机 PID 布尔
主机用户 布尔
主机名 字符串
imagePullSecrets []对象
initContainers []对象
节点名称 字符串
nodeSelector map[string]字符串
操作系统 对象
开销 map[string]int 或 string
抢占策略 字符串
优先权 整数

格式:int32
priorityClassName 字符串
准备大门 []对象
resourceClaims []对象
restartPolicy (重新启动策略) 字符串
runtimeClassName (运行时类名称) 字符串
schedulerName (调度器名称) 字符串
调度 Gates []对象
securityContext 对象
serviceAccount 服务 字符串
serviceAccountName (服务帐户名称) 字符串
setHostnameAsFQDN 布尔
shareProcess命名空间 布尔
子域 字符串
terminationGracePeriodSeconds 整数

格式:int64
容忍度 []对象
topologySpreadConstraints []对象
[]对象

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity

↩ 父母

名字 类型 描述 必填
nodeAffinity 对象
podAffinity 的 对象
podAntiAffinity 的 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity

↩ 父母

名字 类型 描述 必填
preferredDuringSchedulingIgnoredDuringExecution []对象
requiredDuringSchedulingIgnoredDuringExecution 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[]

↩ 父母

名字 类型 描述 必填
偏好 对象
重量 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[].preference

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchFields 字段 []对象

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[].preference.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[].preference.matchFields[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

↩ 父母

名字 类型 描述 必填
nodeSelector术语 []对象

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[]

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchFields 字段 []对象

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[].matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[].matchFields[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity

↩ 父母

名字 类型 描述 必填
preferredDuringSchedulingIgnoredDuringExecution []对象
requiredDuringSchedulingIgnoredDuringExecution []对象

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[]

↩ 父母

名字 类型 描述 必填
podAffinityTerm 对象
重量 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm

↩ 父母

名字 类型 描述 必填
topologyKey 字符串
labelSelector 对象
namespaceSelector 对象
命名空间 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[]

↩ 父母

名字 类型 描述 必填
topologyKey 字符串
labelSelector 对象
namespaceSelector 对象
命名空间 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity

↩ 父母

名字 类型 描述 必填
preferredDuringSchedulingIgnoredDuringExecution []对象
requiredDuringSchedulingIgnoredDuringExecution []对象

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[]

↩ 父母

名字 类型 描述 必填
podAffinityTerm 对象
重量 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm

↩ 父母

名字 类型 描述 必填
topologyKey 字符串
labelSelector 对象
namespaceSelector 对象
命名空间 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[]

↩ 父母

名字 类型 描述 必填
topologyKey 字符串
labelSelector 对象
namespaceSelector 对象
命名空间 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.dnsConfig

↩ 父母

名字 类型 描述 必填
域名服务器 []字符串
选项 []对象
搜索 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.dnsConfig.options[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[]

↩ 父母

名字 类型 描述 必填
名字 字符串
参数 []字符串
命令 []字符串
环境 []对象
envFrom []对象
图像 字符串
imagePullPolicy 字符串
生命周期 对象
livenessProbe 的 对象
港口 []对象
readinessProbe (准备探测) 对象
资源 对象
securityContext 对象
启动探针 对象
标准丁 布尔
stdinOnce 布尔
targetContainerName (目标容器名称) 字符串
terminationMessagePath 字符串
terminationMessagePolicy 字符串
tty 布尔
卷设备 []对象
volumeMounts []对象
workingDir 的 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].env[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串
value从 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom

↩ 父母

名字 类型 描述 必填
configMapKeyRef 对象
fieldRef (字段引用) 对象
resourceFieldRef 对象
secretKeyRef 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.configMapKeyRef

↩ 父母

名字 类型 描述 必填
钥匙 字符串
名字 字符串
自选 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.fieldRef

↩ 父母

名字 类型 描述 必填
字段路径 字符串
apiVersion 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.resourceFieldRef

↩ 父母

名字 类型 描述 必填
资源 字符串
容器名称 字符串
除数 int 或 string

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.secretKeyRef

↩ 父母

名字 类型 描述 必填
钥匙 字符串
名字 字符串
自选 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].envFrom[]

↩ 父母

名字 类型 描述 必填
configMapRef 对象
前缀 字符串
secretRef 的 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].envFrom[].configMapRef

↩ 父母

名字 类型 描述 必填
名字 字符串
自选 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].envFrom[].secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串
自选 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle

↩ 父母

名字 类型 描述 必填
postStart 开始 对象
预停止 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart

↩ 父母

名字 类型 描述 必填
执行 对象
httpGet 对象
tcpSocket 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop

↩ 父母

名字 类型 描述 必填
执行 对象
httpGet 对象
tcpSocket 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].ports[]

↩ 父母

名字 类型 描述 必填
容器端口 整数

格式:int32
主机 IP 字符串
主机端口 整数

格式:int32
名字 字符串
协议 字符串

默认值:TCP

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].resources

↩ 父母

名字 类型 描述 必填
索赔 []对象
限制 map[string]int 或 string
请求 map[string]int 或 string

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].resources.claims[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].securityContext

↩ 父母

名字 类型 描述 必填
allowPrivilegeEscalation 权限 布尔
能力 对象
特权 布尔
procMount 字符串
readOnlyRootFile系统 布尔
runAsGroup 整数

格式:int64
runAsNonRoot 布尔
runAsUser 整数

格式:int64
seLinux选项 对象
seccomp配置文件 对象
windows选项 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.capabilities

↩ 父母

名字 类型 描述 必填
[]字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.seLinuxOptions

↩ 父母

名字 类型 描述 必填
水平 字符串
角色 字符串
类型 字符串
用户 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.seccompProfile

↩ 父母

名字 类型 描述 必填
类型 字符串
localhost配置文件 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.windowsOptions

↩ 父母

名字 类型 描述 必填
gmsaCredentialSpec 字符串
gmsaCredentialSpecName (英语) 字符串
主机进程 布尔
runAsUserName 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].volumeDevices[]

↩ 父母

名字 类型 描述 必填
设备路径 字符串
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].volumeMounts[]

↩ 父母

名字 类型 描述 必填
mountPath 字符串
名字 字符串
mountPropagation 的 字符串
只读 布尔
subPath 字符串
subPathExpr 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.hostAliases[]

↩ 父母

名字 类型 描述 必填
主机名 []字符串
IP 地址 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.imagePullSecrets[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[]

↩ 父母

名字 类型 描述 必填
名字 字符串
参数 []字符串
命令 []字符串
环境 []对象
envFrom []对象
图像 字符串
imagePullPolicy 字符串
生命周期 对象
livenessProbe 的 对象
港口 []对象
readinessProbe (准备探测) 对象
资源 对象
securityContext 对象
启动探针 对象
标准丁 布尔
stdinOnce 布尔
terminationMessagePath 字符串
terminationMessagePolicy 字符串
tty 布尔
卷设备 []对象
volumeMounts []对象
workingDir 的 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].env[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串
value从 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].env[].valueFrom

↩ 父母

名字 类型 描述 必填
configMapKeyRef 对象
fieldRef (字段引用) 对象
resourceFieldRef 对象
secretKeyRef 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.configMapKeyRef

↩ 父母

名字 类型 描述 必填
钥匙 字符串
名字 字符串
自选 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.fieldRef

↩ 父母

名字 类型 描述 必填
字段路径 字符串
apiVersion 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.resourceFieldRef

↩ 父母

名字 类型 描述 必填
资源 字符串
容器名称 字符串
除数 int 或 string

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.secretKeyRef

↩ 父母

名字 类型 描述 必填
钥匙 字符串
名字 字符串
自选 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].envFrom[]

↩ 父母

名字 类型 描述 必填
configMapRef 对象
前缀 字符串
secretRef 的 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].envFrom[].configMapRef

↩ 父母

名字 类型 描述 必填
名字 字符串
自选 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].envFrom[].secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串
自选 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle

↩ 父母

名字 类型 描述 必填
postStart 开始 对象
预停止 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart

↩ 父母

名字 类型 描述 必填
执行 对象
httpGet 对象
tcpSocket 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop

↩ 父母

名字 类型 描述 必填
执行 对象
httpGet 对象
tcpSocket 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].livenessProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].livenessProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].livenessProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].livenessProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].livenessProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].livenessProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].ports[]

↩ 父母

名字 类型 描述 必填
容器端口 整数

格式:int32
主机 IP 字符串
主机端口 整数

格式:int32
名字 字符串
协议 字符串

默认值:TCP

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].readinessProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].readinessProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].readinessProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].readinessProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].readinessProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].readinessProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].resources

↩ 父母

名字 类型 描述 必填
索赔 []对象
限制 map[string]int 或 string
请求 map[string]int 或 string

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].resources.claims[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].securityContext

↩ 父母

名字 类型 描述 必填
allowPrivilegeEscalation 权限 布尔
能力 对象
特权 布尔
procMount 字符串
readOnlyRootFile系统 布尔
runAsGroup 整数

格式:int64
runAsNonRoot 布尔
runAsUser 整数

格式:int64
seLinux选项 对象
seccomp配置文件 对象
windows选项 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].securityContext.capabilities

↩ 父母

名字 类型 描述 必填
[]字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].securityContext.seLinuxOptions

↩ 父母

名字 类型 描述 必填
水平 字符串
角色 字符串
类型 字符串
用户 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].securityContext.seccompProfile

↩ 父母

名字 类型 描述 必填
类型 字符串
localhost配置文件 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].securityContext.windowsOptions

↩ 父母

名字 类型 描述 必填
gmsaCredentialSpec 字符串
gmsaCredentialSpecName (英语) 字符串
主机进程 布尔
runAsUserName 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].startupProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].startupProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].startupProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].startupProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].startupProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].startupProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].volumeDevices[]

↩ 父母

名字 类型 描述 必填
设备路径 字符串
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].volumeMounts[]

↩ 父母

名字 类型 描述 必填
mountPath 字符串
名字 字符串
mountPropagation 的 字符串
只读 布尔
subPath 字符串
subPathExpr 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.os

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.readinessGates[]

↩ 父母

名字 类型 描述 必填
conditionType 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.resourceClaims[]

↩ 父母

名字 类型 描述 必填
名字 字符串
对象

spec.redisEnterpriseAdditionalPodSpecAttributes.resourceClaims[].source

↩ 父母

名字 类型 描述 必填
resourceClaimName 字符串
resourceClaimTemplateName 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.schedulingGates[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.securityContext

↩ 父母

名字 类型 描述 必填
fs组 整数

格式:int64
fsGroupChangePolicy 字符串
runAsGroup 整数

格式:int64
runAsNonRoot 布尔
runAsUser 整数

格式:int64
seLinux选项 对象
seccomp配置文件 对象
补充组 []整数
sysctl 参数 []对象
windows选项 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.securityContext.seLinuxOptions

↩ 父母

名字 类型 描述 必填
水平 字符串
角色 字符串
类型 字符串
用户 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.securityContext.seccompProfile

↩ 父母

名字 类型 描述 必填
类型 字符串
localhost配置文件 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.securityContext.sysctls[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.securityContext.windowsOptions

↩ 父母

名字 类型 描述 必填
gmsaCredentialSpec 字符串
gmsaCredentialSpecName (英语) 字符串
主机进程 布尔
runAsUserName 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.tolerations[]

↩ 父母

名字 类型 描述 必填
影响 字符串
钥匙 字符串
算子 字符串
tolerationSeconds 整数

格式:int64
价值 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.topologySpreadConstraints[]

↩ 父母

名字 类型 描述 必填
最大倾斜 整数

格式:int32
topologyKey 字符串
whenUnsatisfiable (无法满足) 字符串
labelSelector 对象
matchLabelKeys 的 []字符串
minDomains (最小域) 整数

格式:int32
nodeAffinityPolicy 字符串
nodeTaintsPolicy 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.topologySpreadConstraints[].labelSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.topologySpreadConstraints[].labelSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[]

↩ 父母

名字 类型 描述 必填
名字 字符串
awsElasticBlockStore 对象
azureDisk 对象
azure文件 对象
头孢 对象
煤渣 对象
配置映射 对象
CSI 对象
downwardAPI 对象
emptyDir 的 对象
短暂的 对象
FC (英语) 对象
弹性卷 对象
Flocker (弗洛克) 对象
gcePersistentDisk 对象
gitRepo 的 对象
GlusterFS 对象
主机路径 对象
iSCSI (iSCSI) 对象
NFS 对象
persistentVolumeClaim 对象
photonPersistentDisk 对象
portworxVolume 对象
预计 对象
Quobyte 对象
RBD 对象
scaleIO 对象
秘密 对象
StorageOS作系统 对象
vsphereVolume 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].awsElasticBlockStore

↩ 父母

名字 类型 描述 必填
卷 ID 字符串
fs类型 字符串
分区 整数

格式:int32
只读 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].azureDisk

↩ 父母

名字 类型 描述 必填
diskName 磁盘名称 字符串
diskURI 的 字符串
缓存模式 字符串
fs类型 字符串
字符串
只读 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].azureFile

↩ 父母

名字 类型 描述 必填
secretName (秘密名称) 字符串
shareName (共享名称) 字符串
只读 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].cephfs

↩ 父母

名字 类型 描述 必填
显示器 []字符串
路径 字符串
只读 布尔
secret文件 字符串
secretRef 的 对象
用户 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].cephfs.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].cinder

↩ 父母

名字 类型 描述 必填
卷 ID 字符串
fs类型 字符串
只读 布尔
secretRef 的 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].cinder.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].configMap

↩ 父母

名字 类型 描述 必填
defaultMode 整数

格式:int32
项目 []对象
名字 字符串
自选 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].configMap.items[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
路径 字符串
模式 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].csi

↩ 父母

名字 类型 描述 必填
司机 字符串
fs类型 字符串
nodePublishSecretRef 对象
只读 布尔
volumeAttributes map[string]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].csi.nodePublishSecretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].downwardAPI

↩ 父母

名字 类型 描述 必填
defaultMode 整数

格式:int32
项目 []对象

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].downwardAPI.items[]

↩ 父母

名字 类型 描述 必填
路径 字符串
fieldRef (字段引用) 对象
模式 整数

格式:int32
resourceFieldRef 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].downwardAPI.items[].fieldRef

↩ 父母

名字 类型 描述 必填
字段路径 字符串
apiVersion 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].downwardAPI.items[].resourceFieldRef

↩ 父母

名字 类型 描述 必填
资源 字符串
容器名称 字符串
除数 int 或 string

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].emptyDir

↩ 父母

名字 类型 描述 必填
中等 字符串
大小限制 int 或 string

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral

↩ 父母

名字 类型 描述 必填
volumeClaimTemplate 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate

↩ 父母

名字 类型 描述 必填
规范 对象
元数据 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec

↩ 父母

名字 类型 描述 必填
accessModes []字符串
数据源 对象
dataSourceRef 对象
资源 对象
选择器 对象
storageClassName (存储类名称) 字符串
体积模式 字符串
卷名称 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.dataSource

↩ 父母

名字 类型 描述 必填
字符串
名字 字符串
apiGroup (api组) 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.dataSourceRef

↩ 父母

名字 类型 描述 必填
字符串
名字 字符串
apiGroup (api组) 字符串
Namespace 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.resources

↩ 父母

名字 类型 描述 必填
索赔 []对象
限制 map[string]int 或 string
请求 map[string]int 或 string

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.resources.claims[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.selector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.selector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].fc

↩ 父母

名字 类型 描述 必填
fs类型 字符串
整数

格式:int32
只读 布尔
目标 WWN []字符串
WWIDS []字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].flexVolume

↩ 父母

名字 类型 描述 必填
司机 字符串
fs类型 字符串
选项 map[string]字符串
只读 布尔
secretRef 的 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].flexVolume.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].flocker

↩ 父母

名字 类型 描述 必填
数据集名称 字符串
数据集UUID 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].gcePersistentDisk

↩ 父母

名字 类型 描述 必填
pdName (名称) 字符串
fs类型 字符串
分区 整数

格式:int32
只读 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].gitRepo

↩ 父母

名字 类型 描述 必填
存储 库 字符串
目录 字符串
校订 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].glusterfs

↩ 父母

名字 类型 描述 必填
端点 字符串
路径 字符串
只读 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].hostPath

↩ 父母

名字 类型 描述 必填
路径 字符串
类型 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].iscsi

↩ 父母

名字 类型 描述 必填
智商 字符串
整数

格式:int32
targetPortal 字符串
chapAuthDiscovery 布尔
chapAuthSession 布尔
fs类型 字符串
initiatorName (发起人名称) 字符串
iscsi接口 字符串
门户 []字符串
只读 布尔
secretRef 的 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].iscsi.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].nfs

↩ 父母

名字 类型 描述 必填
路径 字符串
服务器 字符串
只读 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].persistentVolumeClaim

↩ 父母

名字 类型 描述 必填
claimName (索赔名称) 字符串
只读 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].photonPersistentDisk

↩ 父母

名字 类型 描述 必填
pdID 字符串
fs类型 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].portworxVolume

↩ 父母

名字 类型 描述 必填
卷 ID 字符串
fs类型 字符串
只读 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected

↩ 父母

名字 类型 描述 必填
defaultMode 整数

格式:int32
来源 []对象

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[]

↩ 父母

名字 类型 描述 必填
配置映射 对象
downwardAPI 对象
秘密 对象
serviceAccountToken 服务 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].configMap

↩ 父母

名字 类型 描述 必填
项目 []对象
名字 字符串
自选 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].configMap.items[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
路径 字符串
模式 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI

↩ 父母

名字 类型 描述 必填
项目 []对象

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI.items[]

↩ 父母

名字 类型 描述 必填
路径 字符串
fieldRef (字段引用) 对象
模式 整数

格式:int32
resourceFieldRef 对象

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI.items[].fieldRef

↩ 父母

名字 类型 描述 必填
字段路径 字符串
apiVersion 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI.items[].resourceFieldRef

↩ 父母

名字 类型 描述 必填
资源 字符串
容器名称 字符串
除数 int 或 string

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].secret

↩ 父母

名字 类型 描述 必填
项目 []对象
名字 字符串
自选 布尔

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].secret.items[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
路径 字符串
模式 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].serviceAccountToken

↩ 父母

名字 类型 描述 必填
路径 字符串
观众 字符串
expirationSeconds 整数

格式:int64

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].quobyte

↩ 父母

名字 类型 描述 必填
注册表 字符串
字符串
字符串
只读 布尔
房客 字符串
用户 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].rbd

↩ 父母

名字 类型 描述 必填
图像 字符串
显示器 []字符串
fs类型 字符串
钥匙环 字符串
字符串
只读 布尔
secretRef 的 对象
用户 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].rbd.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].scaleIO

↩ 父母

名字 类型 描述 必填
网关 字符串
secretRef 的 对象
系统 字符串
fs类型 字符串
protectionDomain (保护域) 字符串
只读 布尔
SSL已启用 布尔
存储模式 字符串
存储池 字符串
卷名称 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].scaleIO.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].secret

↩ 父母

名字 类型 描述 必填
defaultMode 整数

格式:int32
项目 []对象
自选 布尔
secretName (秘密名称) 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].secret.items[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
路径 字符串
模式 整数

格式:int32

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].storageos

↩ 父母

名字 类型 描述 必填
fs类型 字符串
只读 布尔
secretRef 的 对象
卷名称 字符串
volumeNamespace 的 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].storageos.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].vsphereVolume

↩ 父母

名字 类型 描述 必填
volumePath (卷路径) 字符串
fs类型 字符串
storagePolicyID 字符串
storagePolicyName (存储策略名称) 字符串

spec.redis企业图像规格

↩ 父母

Redis Enterprise 容器镜像规格

名字 类型 描述 必填
digestHash 的 字符串 要拉取的容器镜像的摘要哈希。指定后,将根据摘要哈希而不是 image 标签提取容器映像。versionTag 字段还必须使用与此摘要哈希匹配的图像标记指定。注意:此字段仅支持 OLM 部署。
imagePullPolicy 字符串 要应用于容器镜像的镜像拉取策略。Always、Never、IfNotPresent 之一。
存储 库 字符串 要部署的容器镜像的存储库(名称)。
versionTag 字符串 需要部署的容器镜像的标签。

spec.redisEnterpriseNode资源

↩ 父母

Redis Enterprise 容器的计算资源要求

名字 类型 描述 必填
索赔 []对象
限制 map[string]int 或 string Limits (限制) 描述允许的最大计算资源量。更多信息:https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
请求 map[string]int 或 string 请求 描述所需的最小计算资源量。如果容器省略了 Requests,则默认为 Limits(如果明确指定),否则为实现定义的值。更多信息:https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

spec.redisEnterpriseNodeResources.claims[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseServicesConfiguration

↩ 父母

RS Cluster 可选服务设置

名字 类型 描述 必填
cmServer 服务器 对象
crdb协调器 对象
crdbWorker 对象
mdns服务器 对象
pdns服务器 对象
saslauthd 对象
统计存档器 对象

spec.redisEnterpriseServicesConfiguration.cmServer

↩ 父母

名字 类型 描述 必填
作模式 枚举 是否启用/禁用 CM 服务器

枚举:启用、禁用

spec.redisEnterpriseServicesConfiguration.crdbCoordinator

↩ 父母

名字 类型 描述 必填
作模式 枚举 是否启用/禁用 crdb 协调器进程

Enum:启用、禁用

spec.redisEnterpriseServicesConfiguration.crdbWorker

↩ 父母

名字 类型 描述 必填
作模式 枚举 是否启用/禁用 crdb 工作进程

Enum:enabled、disabled

spec.redisEnterpriseServicesConfiguration.mdnsServer

↩ 父母

名字 类型 描述 必填
作模式 枚举 是否启用/禁用多播 DNS 服务器

枚举:启用、禁用

spec.redisEnterpriseServicesConfiguration.pdnsServer

↩ 父母

名字 类型 描述 必填
作模式 枚举 是否启用/禁用 pdns 服务器

枚举:启用、禁用

spec.redisEnterpriseServicesConfiguration.saslauthd

↩ 父母

名字 类型 描述 必填
作模式 枚举 是否开启/关闭 saslauthd 服务

枚举:enabled、disabled

spec.redisEnterpriseServicesConfiguration.statsArchiver

↩ 父母

名字 类型 描述 必填
作模式 枚举 是否启用/禁用 stats archiver 服务

枚举:enabled、disabled

spec.redisEnterpriseServicesRiggerImageSpec

↩ 父母

服务 Rigger 容器镜像规范

名字 类型 描述 必填
digestHash 的 字符串 要拉取的容器镜像的摘要哈希。指定后,将根据摘要哈希而不是 image 标签提取容器映像。versionTag 字段还必须使用与此摘要哈希匹配的图像标记指定。注意:此字段仅支持 OLM 部署。
imagePullPolicy 字符串 要应用于容器镜像的镜像拉取策略。Always、Never、IfNotPresent 之一。
存储 库 字符串 要部署的容器镜像的存储库(名称)。
versionTag 字符串 需要部署的容器镜像的标签。

spec.redisEnterpriseServicesRigger资源

↩ 父母

Services Rigger Pod 的计算资源要求

名字 类型 描述 必填
索赔 []对象
限制 map[string]int 或 string Limits (限制) 描述允许的最大计算资源量。更多信息:https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
请求 map[string]int 或 string 请求 描述所需的最小计算资源量。如果容器省略了 Requests,则默认为 Limits(如果明确指定),否则为实现定义的值。更多信息:https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

spec.redisEnterpriseServicesRiggerResources.claims[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.redisEnterpriseVolumeMounts[]

↩ 父母

名字 类型 描述 必填
mountPath 字符串
名字 字符串
mountPropagation 的 字符串
只读 布尔
subPath 字符串
subPathExpr 字符串

spec.redisOnFlashSpec

↩ 父母

在 Flash 上存储特定于 redis 的配置。如果提供,集群将能够在 Flash 数据库上创建 redis。

名字 类型 描述 必填
启用 布尔
storageClassName (存储类名称) 字符串
bigStoreDriver 枚举

枚举:rocksdb、speedb
flashDiskSize int 或 string
flashStorageEngine 枚举

枚举:rocksdb

spec.securityContext

↩ 父母

将应用于 RS Pod 的安全配置。

名字 类型 描述 必填
readOnlyRootFilesystemPolicy 对象 RS 容器是否具有只读根文件系统,策略是什么。一些强制路径仍然是可写的,因此 RS 可以正常工作。

spec.securityContext.readOnlyRootFilesystemPolicy

↩ 父母

RS 容器是否具有只读根文件系统,策略是什么。一些强制路径仍然是可写的,因此 RS 可以正常工作。

名字 类型 描述 必填
启用 布尔 RS 容器是否具有只读根文件系统。默认值为 false。

spec.services

↩ 父母

为 Redis Enterprise 集群和数据库创建的作员管理的服务资源的自定义选项

名字 类型 描述 必填
api服务 对象 REC API 服务的自定义选项。
服务注释 map[string]字符串 要在 Operator 创建的服务资源上设置的全局附加注释。指定的注释不会覆盖已存在且并非源自运算符的注释。

spec.services.apiService

↩ 父母

REC API 服务的自定义选项。

名字 类型 描述 必填
类型 枚举 要为 REC API 服务创建的服务类型。默认为 ClusterIP 服务(如果未另行指定)。

枚举:ClusterIP、NodePort、LoadBalancer

spec.servicesRigger规格

↩ 父母

服务索具规范

名字 类型 描述 必填
databaseServicePortPolicy 枚举 databaseServicePortPolicy 指示如何确定 REDB 服务的服务端口。默认为 DatabasePortForward,如果未另行指定。DatabasePortForward - 服务端口将与数据库端口相同。RedisDefaultPort - 服务端口将是默认的 Redis 端口 (6379)。

枚举:DatabasePortForward、RedisDefaultPort

databaseServiceType 数据库服务类型 字符串 用于访问数据库的服务类型。应为逗号分隔的列表。可能的值为 cluster_ip、 headless 和 load_balancer。
extraEnvVars []对象
pod注解 map[string]字符串 Service Rigger Pod 的注释
service命名 枚举 用于确定如何命名在创建数据库时自动创建的服务。使用 bdb_name 时,数据库名称也将用于服务名称。使用 redis-port 时,服务将被命名为 redis-

枚举:bdb_name、redis-port
servicesRiggerAdditionalPodSpecAttributes 对象 高级使用风险自负 - 指定 Rigger 部署 Pod 所需的 Pod 属性。由 Operator 管理的 Pod 属性可能会覆盖这些设置(Containers、serviceAccountName、podTolerations、ImagePullSecrets、nodeSelector、PriorityClassName、PodSecurityContext)。此外,请确保集群上运行的 K8s 版本支持这些属性 -作员不会验证这一点。

spec.servicesRiggerSpec.extraEnvVars[]

↩ 父母

EnvVar 表示 Container 中存在的环境变量。更多信息: https://kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/

名字 类型 描述 必填
名字 字符串 环境变量的名称。
价值 字符串
value从 对象 环境变量值的 source。如果 value 不为空,则不能使用。

spec.servicesRiggerSpec.extraEnvVars[].value从

↩ 父母

环境变量值的 source。如果 value 不为空,则不能使用。

名字 类型 描述 必填
configMapKeyRef 对象 选择 ConfigMap 的 key。
fieldRef (字段引用) 对象 选择 Pod 的字段
resourceFieldRef 对象 选择容器的资源:目前仅支持资源限制和请求。
secretKeyRef 对象 在 Pod 的命名空间中选择 secret 的键

spec.servicesRiggerSpec.extraEnvVars[].valueFrom.configMapKeyRef

↩ 父母

选择 ConfigMap 的 key。

名字 类型 描述 必填
钥匙 字符串 要选择的键。
名字 字符串 引用对象的名称
自选 布尔 指定是否必须定义 ConfigMap 或其键

spec.servicesRiggerSpec.extraEnvVars[].valueFrom.fieldRef

↩ 父母

选择 Pod 的字段

名字 类型 描述 必填
字段路径 字符串 要在指定 API 版本中选择的字段的路径。
apiVersion 字符串 FieldPath 编写的架构版本默认为 “v1”。

spec.servicesRiggerSpec.extraEnvVars[].valueFrom.resourceFieldRef

↩ 父母

选择容器的资源:目前仅支持资源限制和请求。

名字 类型 描述 必填
资源 字符串 必需:要选择 的资源
容器名称 字符串 容器名称:对于卷是必需的,对于环境变量是可选的
除数 int 或 string 指定公开资源的输出格式,默认为 “1”

spec.servicesRiggerSpec.extraEnvVars[].valueFrom.secretKeyRef

↩ 父母

在 Pod 的命名空间中选择 secret 的键

名字 类型 描述 必填
钥匙 字符串 要从中选择的密钥的密钥。必须是有效的密钥。
名字 字符串 引用对象的名称
自选 布尔 指定是否必须定义 Secret 或其密钥

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes

↩ 父母

高级使用风险自负 - 指定 Rigger 部署 Pod 所需的 Pod 属性。由 Operator 管理的 Pod 属性可能会覆盖这些设置(Containers、serviceAccountName、podTolerations、ImagePullSecrets、nodeSelector、PriorityClassName、PodSecurityContext)。此外,请确保集群上运行的 K8s 版本支持这些属性 -作员不会验证这一点。

名字 类型 描述 必填
activeDeadlineSeconds 整数

格式:int64
亲和力 对象
automountServiceAccountToken 布尔
dnsConfig 的 对象
dns策略 字符串
enableServiceLinks 布尔
ephemeralContainers []对象
hostAliases []对象
主机IPC 布尔
主机网络 布尔
主机 PID 布尔
主机用户 布尔
主机名 字符串
imagePullSecrets []对象
initContainers []对象
节点名称 字符串
nodeSelector map[string]字符串
操作系统 对象
开销 map[string]int 或 string
抢占策略 字符串
优先权 整数

格式:int32
priorityClassName 字符串
准备大门 []对象
resourceClaims []对象
restartPolicy (重新启动策略) 字符串
runtimeClassName (运行时类名称) 字符串
schedulerName (调度器名称) 字符串
调度 Gates []对象
securityContext 对象
serviceAccount 服务 字符串
serviceAccountName (服务帐户名称) 字符串
setHostnameAsFQDN 布尔
shareProcess命名空间 布尔
子域 字符串
terminationGracePeriodSeconds 整数

格式:int64
容忍度 []对象
topologySpreadConstraints []对象
[]对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity

↩ 父母

名字 类型 描述 必填
nodeAffinity 对象
podAffinity 的 对象
podAntiAffinity 的 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity

↩ 父母

名字 类型 描述 必填
preferredDuringSchedulingIgnoredDuringExecution []对象
requiredDuringSchedulingIgnoredDuringExecution 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[]

↩ 父母

名字 类型 描述 必填
偏好 对象
重量 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[].preference

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchFields 字段 []对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[].preference.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[].preference.matchFields[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

↩ 父母

名字 类型 描述 必填
nodeSelector术语 []对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[]

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchFields 字段 []对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[].matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[].matchFields[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity

↩ 父母

名字 类型 描述 必填
preferredDuringSchedulingIgnoredDuringExecution []对象
requiredDuringSchedulingIgnoredDuringExecution []对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[]

↩ 父母

名字 类型 描述 必填
podAffinityTerm 对象
重量 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm

↩ 父母

名字 类型 描述 必填
topologyKey 字符串
labelSelector 对象
namespaceSelector 对象
命名空间 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[]

↩ 父母

名字 类型 描述 必填
topologyKey 字符串
labelSelector 对象
namespaceSelector 对象
命名空间 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity

↩ 父母

名字 类型 描述 必填
preferredDuringSchedulingIgnoredDuringExecution []对象
requiredDuringSchedulingIgnoredDuringExecution []对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[]

↩ 父母

名字 类型 描述 必填
podAffinityTerm 对象
重量 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm

↩ 父母

名字 类型 描述 必填
topologyKey 字符串
labelSelector 对象
namespaceSelector 对象
命名空间 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[]

↩ 父母

名字 类型 描述 必填
topologyKey 字符串
labelSelector 对象
namespaceSelector 对象
命名空间 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.dnsConfig

↩ 父母

名字 类型 描述 必填
域名服务器 []字符串
选项 []对象
搜索 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.dnsConfig.options[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[]

↩ 父母

名字 类型 描述 必填
名字 字符串
参数 []字符串
命令 []字符串
环境 []对象
envFrom []对象
图像 字符串
imagePullPolicy 字符串
生命周期 对象
livenessProbe 的 对象
港口 []对象
readinessProbe (准备探测) 对象
资源 对象
securityContext 对象
启动探针 对象
标准丁 布尔
stdinOnce 布尔
targetContainerName (目标容器名称) 字符串
terminationMessagePath 字符串
terminationMessagePolicy 字符串
tty 布尔
卷设备 []对象
volumeMounts []对象
workingDir 的 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].env[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串
value从 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom

↩ 父母

名字 类型 描述 必填
configMapKeyRef 对象
fieldRef (字段引用) 对象
resourceFieldRef 对象
secretKeyRef 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.configMapKeyRef

↩ 父母

名字 类型 描述 必填
钥匙 字符串
名字 字符串
自选 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.fieldRef

↩ 父母

名字 类型 描述 必填
字段路径 字符串
apiVersion 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.resourceFieldRef

↩ 父母

名字 类型 描述 必填
资源 字符串
容器名称 字符串
除数 int 或 string

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.secretKeyRef

↩ 父母

名字 类型 描述 必填
钥匙 字符串
名字 字符串
自选 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].envFrom[]

↩ 父母

名字 类型 描述 必填
configMapRef 对象
前缀 字符串
secretRef 的 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].envFrom[].configMapRef

↩ 父母

名字 类型 描述 必填
名字 字符串
自选 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].envFrom[].secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串
自选 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle

↩ 父母

名字 类型 描述 必填
postStart 开始 对象
预停止 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart

↩ 父母

名字 类型 描述 必填
执行 对象
httpGet 对象
tcpSocket 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop

↩ 父母

名字 类型 描述 必填
执行 对象
httpGet 对象
tcpSocket 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].ports[]

↩ 父母

名字 类型 描述 必填
容器端口 整数

格式:int32
主机 IP 字符串
主机端口 整数

格式:int32
名字 字符串
协议 字符串

默认值:TCP

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].resources

↩ 父母

名字 类型 描述 必填
索赔 []对象
限制 map[string]int 或 string
请求 map[string]int 或 string

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].resources.claims[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].securityContext

↩ 父母

名字 类型 描述 必填
allowPrivilegeEscalation 权限 布尔
能力 对象
特权 布尔
procMount 字符串
readOnlyRootFile系统 布尔
runAsGroup 整数

格式:int64
runAsNonRoot 布尔
runAsUser 整数

格式:int64
seLinux选项 对象
seccomp配置文件 对象
windows选项 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.capabilities

↩ 父母

名字 类型 描述 必填
[]字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.seLinuxOptions

↩ 父母

名字 类型 描述 必填
水平 字符串
角色 字符串
类型 字符串
用户 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.seccompProfile

↩ 父母

名字 类型 描述 必填
类型 字符串
localhost配置文件 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.windowsOptions

↩ 父母

名字 类型 描述 必填
gmsaCredentialSpec 字符串
gmsaCredentialSpecName (英语) 字符串
主机进程 布尔
runAsUserName 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].volumeDevices[]

↩ 父母

名字 类型 描述 必填
设备路径 字符串
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].volumeMounts[]

↩ 父母

名字 类型 描述 必填
mountPath 字符串
名字 字符串
mountPropagation 的 字符串
只读 布尔
subPath 字符串
subPathExpr 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.hostAliases[]

↩ 父母

名字 类型 描述 必填
主机名 []字符串
IP 地址 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.imagePullSecrets[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[]

↩ 父母

名字 类型 描述 必填
名字 字符串
参数 []字符串
命令 []字符串
环境 []对象
envFrom []对象
图像 字符串
imagePullPolicy 字符串
生命周期 对象
livenessProbe 的 对象
港口 []对象
readinessProbe (准备探测) 对象
资源 对象
securityContext 对象
启动探针 对象
标准丁 布尔
stdinOnce 布尔
terminationMessagePath 字符串
terminationMessagePolicy 字符串
tty 布尔
卷设备 []对象
volumeMounts []对象
workingDir 的 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].env[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串
value从 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].env[].valueFrom

↩ 父母

名字 类型 描述 必填
configMapKeyRef 对象
fieldRef (字段引用) 对象
resourceFieldRef 对象
secretKeyRef 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.configMapKeyRef

↩ 父母

名字 类型 描述 必填
钥匙 字符串
名字 字符串
自选 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.fieldRef

↩ 父母

名字 类型 描述 必填
字段路径 字符串
apiVersion 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.resourceFieldRef

↩ 父母

名字 类型 描述 必填
资源 字符串
容器名称 字符串
除数 int 或 string

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.secretKeyRef

↩ 父母

名字 类型 描述 必填
钥匙 字符串
名字 字符串
自选 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].envFrom[]

↩ 父母

名字 类型 描述 必填
configMapRef 对象
前缀 字符串
secretRef 的 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].envFrom[].configMapRef

↩ 父母

名字 类型 描述 必填
名字 字符串
自选 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].envFrom[].secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串
自选 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle

↩ 父母

名字 类型 描述 必填
postStart 开始 对象
预停止 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart

↩ 父母

名字 类型 描述 必填
执行 对象
httpGet 对象
tcpSocket 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop

↩ 父母

名字 类型 描述 必填
执行 对象
httpGet 对象
tcpSocket 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].livenessProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].livenessProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].livenessProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].livenessProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].livenessProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].livenessProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].ports[]

↩ 父母

名字 类型 描述 必填
容器端口 整数

格式:int32
主机 IP 字符串
主机端口 整数

格式:int32
名字 字符串
协议 字符串

默认值:TCP

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].readinessProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].readinessProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].readinessProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].readinessProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].readinessProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].readinessProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].resources

↩ 父母

名字 类型 描述 必填
索赔 []对象
限制 map[string]int 或 string
请求 map[string]int 或 string

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].resources.claims[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].securityContext

↩ 父母

名字 类型 描述 必填
allowPrivilegeEscalation 权限 布尔
能力 对象
特权 布尔
procMount 字符串
readOnlyRootFile系统 布尔
runAsGroup 整数

格式:int64
runAsNonRoot 布尔
runAsUser 整数

格式:int64
seLinux选项 对象
seccomp配置文件 对象
windows选项 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].securityContext.capabilities

↩ 父母

名字 类型 描述 必填
[]字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].securityContext.seLinuxOptions

↩ 父母

名字 类型 描述 必填
水平 字符串
角色 字符串
类型 字符串
用户 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].securityContext.seccompProfile

↩ 父母

名字 类型 描述 必填
类型 字符串
localhost配置文件 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].securityContext.windowsOptions

↩ 父母

名字 类型 描述 必填
gmsaCredentialSpec 字符串
gmsaCredentialSpecName (英语) 字符串
主机进程 布尔
runAsUserName 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].startupProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].startupProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].startupProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].startupProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].startupProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].startupProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].volumeDevices[]

↩ 父母

名字 类型 描述 必填
设备路径 字符串
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].volumeMounts[]

↩ 父母

名字 类型 描述 必填
mountPath 字符串
名字 字符串
mountPropagation 的 字符串
只读 布尔
subPath 字符串
subPathExpr 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.os

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.readinessGates[]

↩ 父母

名字 类型 描述 必填
conditionType 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.resourceClaims[]

↩ 父母

名字 类型 描述 必填
名字 字符串
对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.resourceClaims[].source

↩ 父母

名字 类型 描述 必填
resourceClaimName 字符串
resourceClaimTemplateName 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.schedulingGates[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.securityContext

↩ 父母

名字 类型 描述 必填
fs组 整数

格式:int64
fsGroupChangePolicy 字符串
runAsGroup 整数

格式:int64
runAsNonRoot 布尔
runAsUser 整数

格式:int64
seLinux选项 对象
seccomp配置文件 对象
补充组 []整数
sysctl 参数 []对象
windows选项 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.securityContext.seLinuxOptions

↩ 父母

名字 类型 描述 必填
水平 字符串
角色 字符串
类型 字符串
用户 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.securityContext.seccompProfile

↩ 父母

名字 类型 描述 必填
类型 字符串
localhost配置文件 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.securityContext.sysctls[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.securityContext.windowsOptions

↩ 父母

名字 类型 描述 必填
gmsaCredentialSpec 字符串
gmsaCredentialSpecName (英语) 字符串
主机进程 布尔
runAsUserName 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.tolerations[]

↩ 父母

名字 类型 描述 必填
影响 字符串
钥匙 字符串
算子 字符串
tolerationSeconds 整数

格式:int64
价值 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.topologySpreadConstraints[]

↩ 父母

名字 类型 描述 必填
最大倾斜 整数

格式:int32
topologyKey 字符串
whenUnsatisfiable (无法满足) 字符串
labelSelector 对象
matchLabelKeys 的 []字符串
minDomains (最小域) 整数

格式:int32
nodeAffinityPolicy 字符串
nodeTaintsPolicy 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.topologySpreadConstraints[].labelSelector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.topologySpreadConstraints[].labelSelector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[]

↩ 父母

名字 类型 描述 必填
名字 字符串
awsElasticBlockStore 对象
azureDisk 对象
azure文件 对象
头孢 对象
煤渣 对象
配置映射 对象
CSI 对象
downwardAPI 对象
emptyDir 的 对象
短暂的 对象
FC (英语) 对象
弹性卷 对象
Flocker (弗洛克) 对象
gcePersistentDisk 对象
gitRepo 的 对象
GlusterFS 对象
主机路径 对象
iSCSI (iSCSI) 对象
NFS 对象
persistentVolumeClaim 对象
photonPersistentDisk 对象
portworxVolume 对象
预计 对象
Quobyte 对象
RBD 对象
scaleIO 对象
秘密 对象
StorageOS作系统 对象
vsphereVolume 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].awsElasticBlockStore

↩ 父母

名字 类型 描述 必填
卷 ID 字符串
fs类型 字符串
分区 整数

格式:int32
只读 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].azureDisk

↩ 父母

名字 类型 描述 必填
diskName 磁盘名称 字符串
diskURI 的 字符串
缓存模式 字符串
fs类型 字符串
字符串
只读 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].azureFile

↩ 父母

名字 类型 描述 必填
secretName (秘密名称) 字符串
shareName (共享名称) 字符串
只读 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].cephfs

↩ 父母

名字 类型 描述 必填
显示器 []字符串
路径 字符串
只读 布尔
secret文件 字符串
secretRef 的 对象
用户 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].cephfs.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].cinder

↩ 父母

名字 类型 描述 必填
卷 ID 字符串
fs类型 字符串
只读 布尔
secretRef 的 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].cinder.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].configMap

↩ 父母

名字 类型 描述 必填
defaultMode 整数

格式:int32
项目 []对象
名字 字符串
自选 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].configMap.items[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
路径 字符串
模式 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].csi

↩ 父母

名字 类型 描述 必填
司机 字符串
fs类型 字符串
nodePublishSecretRef 对象
只读 布尔
volumeAttributes map[string]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].csi.nodePublishSecretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].downwardAPI

↩ 父母

名字 类型 描述 必填
defaultMode 整数

格式:int32
项目 []对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].downwardAPI.items[]

↩ 父母

名字 类型 描述 必填
路径 字符串
fieldRef (字段引用) 对象
模式 整数

格式:int32
resourceFieldRef 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].downwardAPI.items[].fieldRef

↩ 父母

名字 类型 描述 必填
字段路径 字符串
apiVersion 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].downwardAPI.items[].resourceFieldRef

↩ 父母

名字 类型 描述 必填
资源 字符串
容器名称 字符串
除数 int 或 string

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].emptyDir

↩ 父母

名字 类型 描述 必填
中等 字符串
大小限制 int 或 string

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral

↩ 父母

名字 类型 描述 必填
volumeClaimTemplate 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate

↩ 父母

名字 类型 描述 必填
规范 对象
元数据 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec

↩ 父母

名字 类型 描述 必填
accessModes []字符串
数据源 对象
dataSourceRef 对象
资源 对象
选择器 对象
storageClassName (存储类名称) 字符串
体积模式 字符串
卷名称 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.dataSource

↩ 父母

名字 类型 描述 必填
字符串
名字 字符串
apiGroup (api组) 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.dataSourceRef

↩ 父母

名字 类型 描述 必填
字符串
名字 字符串
apiGroup (api组) 字符串
Namespace 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.resources

↩ 父母

名字 类型 描述 必填
索赔 []对象
限制 map[string]int 或 string
请求 map[string]int 或 string

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.resources.claims[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.selector

↩ 父母

名字 类型 描述 必填
match表达式 []对象
matchLabels map[string]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.selector.matchExpressions[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
算子 字符串
[]字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].fc

↩ 父母

名字 类型 描述 必填
fs类型 字符串
整数

格式:int32
只读 布尔
目标 WWN []字符串
WWIDS []字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].flexVolume

↩ 父母

名字 类型 描述 必填
司机 字符串
fs类型 字符串
选项 map[string]字符串
只读 布尔
secretRef 的 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].flexVolume.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].flocker

↩ 父母

名字 类型 描述 必填
数据集名称 字符串
数据集UUID 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].gcePersistentDisk

↩ 父母

名字 类型 描述 必填
pdName (名称) 字符串
fs类型 字符串
分区 整数

格式:int32
只读 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].gitRepo

↩ 父母

名字 类型 描述 必填
存储 库 字符串
目录 字符串
校订 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].glusterfs

↩ 父母

名字 类型 描述 必填
端点 字符串
路径 字符串
只读 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].hostPath

↩ 父母

名字 类型 描述 必填
路径 字符串
类型 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].iscsi

↩ 父母

名字 类型 描述 必填
智商 字符串
整数

格式:int32
targetPortal 字符串
chapAuthDiscovery 布尔
chapAuthSession 布尔
fs类型 字符串
initiatorName (发起人名称) 字符串
iscsi接口 字符串
门户 []字符串
只读 布尔
secretRef 的 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].iscsi.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].nfs

↩ 父母

名字 类型 描述 必填
路径 字符串
服务器 字符串
只读 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].persistentVolumeClaim

↩ 父母

名字 类型 描述 必填
claimName (索赔名称) 字符串
只读 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].photonPersistentDisk

↩ 父母

名字 类型 描述 必填
pdID 字符串
fs类型 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].portworxVolume

↩ 父母

名字 类型 描述 必填
卷 ID 字符串
fs类型 字符串
只读 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected

↩ 父母

名字 类型 描述 必填
defaultMode 整数

格式:int32
来源 []对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[]

↩ 父母

名字 类型 描述 必填
配置映射 对象
downwardAPI 对象
秘密 对象
serviceAccountToken 服务 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].configMap

↩ 父母

名字 类型 描述 必填
项目 []对象
名字 字符串
自选 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].configMap.items[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
路径 字符串
模式 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI

↩ 父母

名字 类型 描述 必填
项目 []对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI.items[]

↩ 父母

名字 类型 描述 必填
路径 字符串
fieldRef (字段引用) 对象
模式 整数

格式:int32
resourceFieldRef 对象

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI.items[].fieldRef

↩ 父母

名字 类型 描述 必填
字段路径 字符串
apiVersion 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI.items[].resourceFieldRef

↩ 父母

名字 类型 描述 必填
资源 字符串
容器名称 字符串
除数 int 或 string

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].secret

↩ 父母

名字 类型 描述 必填
项目 []对象
名字 字符串
自选 布尔

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].secret.items[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
路径 字符串
模式 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].serviceAccountToken

↩ 父母

名字 类型 描述 必填
路径 字符串
观众 字符串
expirationSeconds 整数

格式:int64

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].quobyte

↩ 父母

名字 类型 描述 必填
注册表 字符串
字符串
字符串
只读 布尔
房客 字符串
用户 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].rbd

↩ 父母

名字 类型 描述 必填
图像 字符串
显示器 []字符串
fs类型 字符串
钥匙环 字符串
字符串
只读 布尔
secretRef 的 对象
用户 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].rbd.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].scaleIO

↩ 父母

名字 类型 描述 必填
网关 字符串
secretRef 的 对象
系统 字符串
fs类型 字符串
protectionDomain (保护域) 字符串
只读 布尔
SSL已启用 布尔
存储模式 字符串
存储池 字符串
卷名称 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].scaleIO.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].secret

↩ 父母

名字 类型 描述 必填
defaultMode 整数

格式:int32
项目 []对象
自选 布尔
secretName (秘密名称) 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].secret.items[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
路径 字符串
模式 整数

格式:int32

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].storageos

↩ 父母

名字 类型 描述 必填
fs类型 字符串
只读 布尔
secretRef 的 对象
卷名称 字符串
volumeNamespace 的 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].storageos.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].vsphereVolume

↩ 父母

名字 类型 描述 必填
volumePath (卷路径) 字符串
fs类型 字符串
storagePolicyID 字符串
storagePolicyName (存储策略名称) 字符串

spec.sideContainers规格[]

↩ 父母

名字 类型 描述 必填
名字 字符串
参数 []字符串
命令 []字符串
环境 []对象
envFrom []对象
图像 字符串
imagePullPolicy 字符串
生命周期 对象
livenessProbe 的 对象
港口 []对象
readinessProbe (准备探测) 对象
资源 对象
securityContext 对象
启动探针 对象
标准丁 布尔
stdinOnce 布尔
terminationMessagePath 字符串
terminationMessagePolicy 字符串
tty 布尔
卷设备 []对象
volumeMounts []对象
workingDir 的 字符串

spec.sideContainersSpec[].env[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串
value从 对象

spec.sideContainersSpec[].env[].valueFrom

↩ 父母

名字 类型 描述 必填
configMapKeyRef 对象
fieldRef (字段引用) 对象
resourceFieldRef 对象
secretKeyRef 对象

spec.sideContainersSpec[].env[].valueFrom.configMapKeyRef

↩ 父母

名字 类型 描述 必填
钥匙 字符串
名字 字符串
自选 布尔

spec.sideContainersSpec[].env[].valueFrom.fieldRef

↩ 父母

名字 类型 描述 必填
字段路径 字符串
apiVersion 字符串

spec.sideContainersSpec[].env[].valueFrom.resourceFieldRef

↩ 父母

名字 类型 描述 必填
资源 字符串
容器名称 字符串
除数 int 或 string

spec.sideContainersSpec[].env[].valueFrom.secretKeyRef

↩ 父母

名字 类型 描述 必填
钥匙 字符串
名字 字符串
自选 布尔

spec.sideContainersSpec[].envFrom[]

↩ 父母

名字 类型 描述 必填
configMapRef 对象
前缀 字符串
secretRef 的 对象

spec.sideContainersSpec[].envFrom[].configMapRef

↩ 父母

名字 类型 描述 必填
名字 字符串
自选 布尔

spec.sideContainersSpec[].envFrom[].secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串
自选 布尔

spec.sideContainersSpec[].生命周期

↩ 父母

名字 类型 描述 必填
postStart 开始 对象
预停止 对象

spec.sideContainersSpec[].lifecycle.postStart

↩ 父母

名字 类型 描述 必填
执行 对象
httpGet 对象
tcpSocket 对象

spec.sideContainersSpec[].lifecycle.postStart.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.sideContainersSpec[].lifecycle.postStart.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.sideContainersSpec[].lifecycle.postStart.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.sideContainersSpec[].lifecycle.postStart.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.sideContainersSpec[].lifecycle.preStop

↩ 父母

名字 类型 描述 必填
执行 对象
httpGet 对象
tcpSocket 对象

spec.sideContainersSpec[].lifecycle.preStop.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.sideContainersSpec[].lifecycle.preStop.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.sideContainersSpec[].lifecycle.preStop.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.sideContainersSpec[].lifecycle.preStop.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.sideContainersSpec[].livenessProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.sideContainersSpec[].livenessProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.sideContainersSpec[].livenessProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.sideContainersSpec[].livenessProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.sideContainersSpec[].livenessProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.sideContainersSpec[].livenessProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.sideContainersSpec[].ports[]

↩ 父母

名字 类型 描述 必填
容器端口 整数

格式:int32
主机 IP 字符串
主机端口 整数

格式:int32
名字 字符串
协议 字符串

默认值:TCP

spec.sideContainersSpec[].readinessProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.sideContainersSpec[].readinessProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.sideContainersSpec[].readinessProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.sideContainersSpec[].readinessProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.sideContainersSpec[].readinessProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.sideContainersSpec[].readinessProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.sideContainersSpec[].resources

↩ 父母

名字 类型 描述 必填
索赔 []对象
限制 map[string]int 或 string
请求 map[string]int 或 string

spec.sideContainersSpec[].resources.claims[]

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.sideContainersSpec[].securityContext

↩ 父母

名字 类型 描述 必填
allowPrivilegeEscalation 权限 布尔
能力 对象
特权 布尔
procMount 字符串
readOnlyRootFile系统 布尔
runAsGroup 整数

格式:int64
runAsNonRoot 布尔
runAsUser 整数

格式:int64
seLinux选项 对象
seccomp配置文件 对象
windows选项 对象

spec.sideContainersSpec[].securityContext.capabilities

↩ 父母

名字 类型 描述 必填
[]字符串
[]字符串

spec.sideContainersSpec[].securityContext.seLinux选项

↩ 父母

名字 类型 描述 必填
水平 字符串
角色 字符串
类型 字符串
用户 字符串

spec.sideContainersSpec[].securityContext.seccompProfile

↩ 父母

名字 类型 描述 必填
类型 字符串
localhost配置文件 字符串

spec.sideContainersSpec[].securityContext.windowsOptions

↩ 父母

名字 类型 描述 必填
gmsaCredentialSpec 字符串
gmsaCredentialSpecName (英语) 字符串
主机进程 布尔
runAsUserName 字符串

spec.sideContainersSpec[].startupProbe

↩ 父母

名字 类型 描述 必填
执行 对象
failureThreshold (失败阈值) 整数

格式:int32
磁控器 对象
httpGet 对象
initialDelaySeconds 整数

格式:int32
periodSeconds (周期秒) 整数

格式:int32
成功阈值 整数

格式:int32
tcpSocket 对象
terminationGracePeriodSeconds 整数

格式:int64
timeoutSeconds 整数

格式:int32

spec.sideContainersSpec[].startupProbe.exec

↩ 父母

名字 类型 描述 必填
命令 []字符串

spec.sideContainersSpec[].startupProbe.grpc

↩ 父母

名字 类型 描述 必填
港口 整数

格式:int32
服务 字符串

spec.sideContainersSpec[].startupProbe.httpGet

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串
httpHeaders 的 []对象
路径 字符串
方案 字符串

spec.sideContainersSpec[].startupProbe.httpGet.httpHeaders[]

↩ 父母

名字 类型 描述 必填
名字 字符串
价值 字符串

spec.sideContainersSpec[].startupProbe.tcpSocket

↩ 父母

名字 类型 描述 必填
港口 int 或 string
主机 字符串

spec.sideContainersSpec[].volumeDevices[]

↩ 父母

名字 类型 描述 必填
设备路径 字符串
名字 字符串

spec.sideContainersSpec[].volumeMounts[]

↩ 父母

名字 类型 描述 必填
mountPath 字符串
名字 字符串
mountPropagation 的 字符串
只读 布尔
subPath 字符串
subPathExpr 字符串

spec.slaveHA 的

↩ 父母

Slave 高可用性机制配置。

名字 类型 描述 必填
slaveHAGrace期间 整数 从节点发生故障到从属高可用性机制开始重新定位分片之间的时间(以秒为单位)。如果设置为 0,则不会影响集群配置。

格式:int32

spec.upgrade规格

↩ 父母

Redis Enterprise 升级规格

名字 类型 描述 必填
autoUpgradeRedis企业版 布尔 是否在 operator 升级时自动升级 Redis Enterprise

spec.volumes[]

↩ 父母

Volume 表示 Pod 中的命名卷,Pod 中的任何容器都可以访问该卷。更多信息: https://kubernetes.io/docs/concepts/storage/volumes

名字 类型 描述 必填
名字 字符串
awsElasticBlockStore 对象
azureDisk 对象
azure文件 对象
头孢 对象
煤渣 对象
配置映射 对象
CSI 对象
downwardAPI 对象
emptyDir 的 对象
FC (英语) 对象
弹性卷 对象
Flocker (弗洛克) 对象
gcePersistentDisk 对象
gitRepo 的 对象
GlusterFS 对象
主机路径 对象
iSCSI (iSCSI) 对象
NFS 对象
persistentVolumeClaim 对象
photonPersistentDisk 对象
portworxVolume 对象
预计 对象
Quobyte 对象
RBD 对象
scaleIO 对象
秘密 对象
StorageOS作系统 对象
vsphereVolume 对象

spec.volumes[].awsElasticBlockStore

↩ 父母

名字 类型 描述 必填
卷 ID 字符串
fs类型 字符串
分区 整数

格式:int32
只读 布尔

spec.volumes[].azureDisk

↩ 父母

名字 类型 描述 必填
diskName 磁盘名称 字符串
diskURI 的 字符串
缓存模式 字符串
fs类型 字符串
字符串
只读 布尔

spec.volumes[].azure文件

↩ 父母

名字 类型 描述 必填
secretName (秘密名称) 字符串
shareName (共享名称) 字符串
只读 布尔

spec.volumes[].cephfs

↩ 父母

名字 类型 描述 必填
显示器 []字符串
路径 字符串
只读 布尔
secret文件 字符串
secretRef 的 对象
用户 字符串

spec.volumes[].cephfs.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.volumes[].cinder

↩ 父母

名字 类型 描述 必填
卷 ID 字符串
fs类型 字符串
只读 布尔
secretRef 的 对象

spec.volumes[].cinder.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.volumes[].config映射

↩ 父母

名字 类型 描述 必填
defaultMode 整数

格式:int32
项目 []对象
名字 字符串
自选 布尔

spec.volumes[].configMap.items[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
路径 字符串
模式 整数

格式:int32

spec.volumes[].csi

↩ 父母

名字 类型 描述 必填
司机 字符串
fs类型 字符串
nodePublishSecretRef 对象
只读 布尔
volumeAttributes map[string]字符串

spec.volumes[].csi.nodePublishSecretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.volumes[].downwardAPI

↩ 父母

名字 类型 描述 必填
defaultMode 整数

格式:int32
项目 []对象

spec.volumes[].downwardAPI.items[]

↩ 父母

名字 类型 描述 必填
路径 字符串
fieldRef (字段引用) 对象
模式 整数

格式:int32
resourceFieldRef 对象

spec.volumes[].downwardAPI.items[].fieldRef

↩ 父母

名字 类型 描述 必填
字段路径 字符串
apiVersion 字符串

spec.volumes[].downwardAPI.items[].resourceFieldRef

↩ 父母

名字 类型 描述 必填
资源 字符串
容器名称 字符串
除数 int 或 string

spec.volumes[].emptyDir

↩ 父母

名字 类型 描述 必填
中等 字符串
大小限制 int 或 string

spec.volumes[].fc 的

↩ 父母

名字 类型 描述 必填
fs类型 字符串
整数

格式:int32
只读 布尔
目标 WWN []字符串
WWIDS []字符串

spec.volumes[].flexVolume

↩ 父母

名字 类型 描述 必填
司机 字符串
fs类型 字符串
选项 map[string]字符串
只读 布尔
secretRef 的 对象

spec.volumes[].flexVolume.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.volumes[].flocker

↩ 父母

名字 类型 描述 必填
数据集名称 字符串
数据集UUID 字符串

spec.volumes[].gcePersistentDisk

↩ 父母

名字 类型 描述 必填
pdName (名称) 字符串
fs类型 字符串
分区 整数

格式:int32
只读 布尔

spec.volumes[].gitRepo

↩ 父母

名字 类型 描述 必填
存储 库 字符串
目录 字符串
校订 字符串

spec.volumes[].glusterfs

↩ 父母

名字 类型 描述 必填
端点 字符串
路径 字符串
只读 布尔

spec.volumes[].hostPath

↩ 父母

名字 类型 描述 必填
路径 字符串
类型 字符串

spec.volumes[].iscsi

↩ 父母

名字 类型 描述 必填
智商 字符串
整数

格式:int32
targetPortal 字符串
chapAuthDiscovery 布尔
chapAuthSession 布尔
fs类型 字符串
initiatorName (发起人名称) 字符串
iscsi接口 字符串
门户 []字符串
只读 布尔
secretRef 的 对象

spec.volumes[].iscsi.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.volumes[].nfs

↩ 父母

名字 类型 描述 必填
路径 字符串
服务器 字符串
只读 布尔

spec.volumes[].persistentVolumeClaim

↩ 父母

名字 类型 描述 必填
claimName (索赔名称) 字符串
只读 布尔

spec.volumes[].photonPersistentDisk

↩ 父母

名字 类型 描述 必填
pdID 字符串
fs类型 字符串

spec.volumes[].portworxVolume

↩ 父母

名字 类型 描述 必填
卷 ID 字符串
fs类型 字符串
只读 布尔

spec.volumes[].projected

↩ 父母

名字 类型 描述 必填
来源 []对象
defaultMode 整数

格式:int32

spec.volumes[].projected.sources[]

↩ 父母

名字 类型 描述 必填
配置映射 对象
downwardAPI 对象
秘密 对象
serviceAccountToken 服务 对象

spec.volumes[].projected.sources[].configMap

↩ 父母

名字 类型 描述 必填
项目 []对象
名字 字符串
自选 布尔

spec.volumes[].projected.sources[].configMap.items[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
路径 字符串
模式 整数

格式:int32

spec.volumes[].projected.sources[].downwardAPI

↩ 父母

名字 类型 描述 必填
项目 []对象

spec.volumes[].projected.sources[].downwardAPI.items[]

↩ 父母

名字 类型 描述 必填
路径 字符串
fieldRef (字段引用) 对象
模式 整数

格式:int32
resourceFieldRef 对象

spec.volumes[].projected.sources[].downwardAPI.items[].fieldRef

↩ 父母

名字 类型 描述 必填
字段路径 字符串
apiVersion 字符串

spec.volumes[].projected.sources[].downwardAPI.items[].resourceFieldRef

↩ 父母

名字 类型 描述 必填
资源 字符串
容器名称 字符串
除数 int 或 string

spec.volumes[].projected.sources[].secret

↩ 父母

名字 类型 描述 必填
项目 []对象
名字 字符串
自选 布尔

spec.volumes[].projected.sources[].secret.items[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
路径 字符串
模式 整数

格式:int32

spec.volumes[].projected.sources[].serviceAccountToken

↩ 父母

名字 类型 描述 必填
路径 字符串
观众 字符串
expirationSeconds 整数

格式:int64

spec.volumes[].quo字节

↩ 父母

名字 类型 描述 必填
注册表 字符串
字符串
字符串
只读 布尔
房客 字符串
用户 字符串

spec.volumes[].rbd

↩ 父母

名字 类型 描述 必填
图像 字符串
显示器 []字符串
fs类型 字符串
钥匙环 字符串
字符串
只读 布尔
secretRef 的 对象
用户 字符串

spec.volumes[].rbd.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.volumes[].scaleIO 的

↩ 父母

名字 类型 描述 必填
网关 字符串
secretRef 的 对象
系统 字符串
fs类型 字符串
protectionDomain (保护域) 字符串
只读 布尔
SSL已启用 布尔
存储模式 字符串
存储池 字符串
卷名称 字符串

spec.volumes[].scaleIO.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.volumes[].secret

↩ 父母

名字 类型 描述 必填
defaultMode 整数

格式:int32
项目 []对象
自选 布尔
secretName (秘密名称) 字符串

spec.volumes[].secret.items[]

↩ 父母

名字 类型 描述 必填
钥匙 字符串
路径 字符串
模式 整数

格式:int32

spec.volumes[].storageOS

↩ 父母

名字 类型 描述 必填
fs类型 字符串
只读 布尔
secretRef 的 对象
卷名称 字符串
volumeNamespace 的 字符串

spec.volumes[].storageos.secretRef

↩ 父母

名字 类型 描述 必填
名字 字符串

spec.volumes[].vsphereVolume

↩ 父母

名字 类型 描述 必填
volumePath (卷路径) 字符串
fs类型 字符串
storagePolicyID 字符串
storagePolicyName (存储策略名称) 字符串

地位

↩ 父母

名字 类型 描述 必填
bundledDatabaseVersions []对象 Redis Enterprise Software 捆绑的开源数据库版本 - 请注意,为了使用特定版本,应根据所需版本(主要/次要)由“upgradePolicy”支持该版本——“主要”或“最新”
certificates状态 对象 存储有关群集证书及其更新过程的信息。在主动-主动数据库中,这用于检测证书的更新,并触发参与集群之间的同步。
ingressOrRouteMethodStatus 字符串 存在的 ingressOrRouteSpec/ActiveActive 规范方法
licenseStatus 对象
managedAPI 对象 指示由 Operator 管理的集群 API。这仅适用于由 Operator 选择性管理的集群 API,例如集群 LDAP 配置。大多数其他 API 由 Operator 自动管理,此处未列出。
模块 []对象
ocsp状态 对象 表示集群的 OCSP 状态的 API 对象
persistenceStatus 对象 用于 Redis Enterprise Cluster 持久性的持久性卷声明的状态。状态将与一个或多个 PVC 的状态相对应(如果其中一个 PVC 处于调整大小或调整大小失败,则失败/调整大小)
redisEnterpriseIPFamily 字符串
specStatus 字符串
字符串

status.bundledDatabaseVersions[]

↩ 父母

名字 类型 描述 必填
dbType 数据库类型 字符串
版本 字符串
主要 布尔

status.certificates状态

↩ 父母

存储有关群集证书及其更新过程的信息。在主动-主动数据库中,这用于检测证书的更新,并触发参与集群之间的同步。

名字 类型 描述 必填
整数 Generation 存储集群的 Proxy 和 Syncer 证书密钥的版本。在主动-主动数据库中,当用户更新代理或同步器证书时,需要触发 crdb-update 命令以避免潜在的同步问题。这有助于 REAADB 控制器检测证书中的更改并触发 crdb-update。集群的 Proxy certificate secret 的版本。

格式:int64

更新状态 字符串 集群证书更新的状态

状态.licenseStatus

↩ 父母

名字 类型 描述 必填
activationDate (激活日期) 字符串
过期日期 字符串
特征 []字符串
flash分片 整数

格式:int32
flashShardsLimit 整数

格式:int32
许可证状态 字符串
所有者 字符串
ram分片 整数

格式:int32
ramShardsLimit 整数

格式:int32
分片限制 整数
shards用法 字符串

status.managedAPI

↩ 父母

指示由 Operator 管理的集群 API。这仅适用于由 Operator 选择性管理的集群 API,例如集群 LDAP 配置。大多数其他 API 由 Operator 自动管理,此处未列出。

名字 类型 描述 必填
LDAP 格式 布尔 指示集群 LDAP 配置是否由 operator 管理。启用此功能后,作员将根据 RedisEnterpriseCluster 资源中的“.spec.ldap”字段协调集群 LDAP 配置。

status.modules[]

↩ 父母

名字 类型 描述 必填
displayName (显示名称) 字符串
名字 字符串
版本 []字符串

status.ocspStatus

↩ 父母

表示集群的 OCSP 状态的 API 对象

名字 类型 描述 必填
证书状态 字符串 指示代理证书状态 - GOOD/REVOKED/UNKNOWN。
next更新 字符串 提供有关证书状态的较新信息(如果可用)的时间或之前
生产在 字符串 OCSP 响应方签署此响应的时间。
responderUrl 的 字符串 此状态的来源 OCSP 响应程序 URL。
撤销时间 字符串 证书被吊销或置于保留状态的时间。
this更新 字符串 响应方知道所指示的状态正确的最近一次时间。

status.persistenceStatus

↩ 父母

用于 Redis Enterprise Cluster 持久性的 Persistent Volume Claims 的状态。状态将与一个或多个 PVC 的状态相对应(如果其中一个 PVC 处于调整大小或调整大小失败,则失败/调整大小)

名字 类型 描述 必填
地位 字符串 PVC 的当前状态
成功 字符串 预置了预期大小的 PVC 数量
为本页评分
返回顶部 ↑