Deckhouse Kubernetes Platform устанавливает CRD, но не удаляет их при отключении модуля. Если вам больше не нужны созданные CRD, удалите их.

MemcachedClass

Scope: Cluster

MemcachedClass is the Schema for the memcachedclasses API
  • apiVersion
    строка
    APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
  • kind
    строка
    Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
  • metadata
    объект
  • spec
    объект
    MemcachedClassSpec defines the desired state of MemcachedClass
    • spec.configuration
      объект
      ClassConfiguration is the default configuration for the class
      • spec.configuration.lockMemory
        булевый
      • spec.configuration.maxConnections
        целочисленный
      • spec.configuration.maxItemSize
        строка или число

        Шаблон: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$

      • spec.configuration.slabMinSize
        строка

        Допустимые значения: Short, Medium, Long

      • spec.configuration.threads
        целочисленный
    • spec.nodeAffinity
      объект
      NodeAffinity of the service pods
      • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution
        массив объектов
        The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding “weight” to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.
        • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference
          объект
          A node selector term, associated with the corresponding weight.
          • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions
            массив объектов
            A list of node selector requirements by node’s labels.
            • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.key
              строка
              The label key that the selector applies to.
            • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.operator
              строка
              Represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
            • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.values
              массив строк
              An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
          • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields
            массив объектов
            A list of node selector requirements by node’s fields.
            • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.key
              строка
              The label key that the selector applies to.
            • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.operator
              строка
              Represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
            • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.values
              массив строк
              An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
        • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.weight
          целочисленный
          Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
      • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution
        объект
        If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.
        • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms
          массив объектов

          Обязательный параметр

          Required. A list of node selector terms. The terms are ORed.
          • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions
            массив объектов
            A list of node selector requirements by node’s labels.
            • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.key
              строка
              The label key that the selector applies to.
            • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.operator
              строка
              Represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
            • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.values
              массив строк
              An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
          • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields
            массив объектов
            A list of node selector requirements by node’s fields.
            • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.key
              строка
              The label key that the selector applies to.
            • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.operator
              строка
              Represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
            • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.values
              массив строк
              An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
    • spec.nodeSelector
      объект
      Allows a service pods to be assigned to specified nodes. The same as in the spec.nodeSelector parameter for Kubernetes Pods.
    • spec.overridableConfiguration
      массив строк
      List of the configuration options that can be override by the user
      • spec.overridableConfiguration.Элемент массива
        строка
        ConfigurationType is a type of configuration option

        Допустимые значения: maxItemSize, slabMinSize, lockMemory

    • spec.sizingPolicies
      массив объектов

      Обязательный параметр

      SizingPolicies is policy of the resource sizing
      • spec.sizingPolicies.coreFraction
        массив строк
        CoreFractions is the multiplier for requests of the cores
        • spec.sizingPolicies.coreFraction.Элемент массива
          строка

          Шаблон: ^(100|[0-9]|[1-9][0-9])%$

      • spec.sizingPolicies.cores
        объект
        Cores structure
        • spec.sizingPolicies.cores.max
          целочисленный

          Обязательный параметр

          Higher limit for Cores setting

          Пример:

          max: 6
          
        • spec.sizingPolicies.cores.min
          целочисленный

          Обязательный параметр

          Lower limit for Cores setting

          Пример:

          min: 1
          
      • spec.sizingPolicies.memory
        объект
        Memory structure
        • spec.sizingPolicies.memory.max
          строка или число

          Обязательный параметр

          Higher limit for Memory setting

          Шаблон: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$

          Пример:

          max: 5Gi
          
        • spec.sizingPolicies.memory.min
          строка или число

          Обязательный параметр

          Lower limit for Memory setting

          Шаблон: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$

          Пример:

          min: 128Mi
          
        • spec.sizingPolicies.memory.step
          строка или число
          Step for Memory setting

          Шаблон: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$

          Пример:

          step: 1Gi
          
    • spec.tolerations
      массив объектов
      Tolerations of the service pods
      • spec.tolerations.effect
        строка
        Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
      • spec.tolerations.key
        строка
        Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
      • spec.tolerations.operator
        строка
        Operator represents a key’s relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
      • spec.tolerations.tolerationSeconds
        целочисленный
        TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
      • spec.tolerations.value
        строка
        Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.
    • spec.topology
      объект

      Обязательный параметр

      Topology of the service
      • spec.topology.allowedTopologies
        массив строк

        Обязательный параметр

        • spec.topology.allowedTopologies.Элемент массива
          строка

          Допустимые значения: Ignored, Zonal, TransZonal

      • spec.topology.allowedZones
        массив строк

        По умолчанию: []

      • spec.topology.defaultTopology
        строка

        Обязательный параметр

        Допустимые значения: Ignored, Zonal, TransZonal

    • spec.validations
      массив объектов
      Validations List of the validation rules applied to the Memcached user configuration
      • spec.validations.message
        строка
      • spec.validations.rule
        строка
MemcachedClass is the Schema for the memcachedclasses API
  • apiVersion
    строка
    APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
  • kind
    строка
    Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
  • metadata
    объект
  • spec
    объект
    MemcachedClassSpec defines the desired state of MemcachedClass
    • spec.configuration
      объект
      ClassConfiguration is the default configuration for the class
      • spec.configuration.lockMemory
        булевый
      • spec.configuration.maxConnections
        целочисленный
      • spec.configuration.maxItemSize
        строка или число

        Шаблон: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$

      • spec.configuration.slabMinSize
        строка

        Допустимые значения: Short, Medium, Long

      • spec.configuration.threads
        целочисленный
    • spec.nodeAffinity
      объект
      NodeAffinity of the service pods
      • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution
        массив объектов
        The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding “weight” to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.
        • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference
          объект
          A node selector term, associated with the corresponding weight.
          • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions
            массив объектов
            A list of node selector requirements by node’s labels.
            • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.key
              строка
              The label key that the selector applies to.
            • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.operator
              строка
              Represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
            • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.values
              массив строк
              An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
          • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields
            массив объектов
            A list of node selector requirements by node’s fields.
            • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.key
              строка
              The label key that the selector applies to.
            • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.operator
              строка
              Represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
            • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.values
              массив строк
              An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
        • spec.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.weight
          целочисленный
          Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
      • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution
        объект
        If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.
        • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms
          массив объектов

          Обязательный параметр

          Required. A list of node selector terms. The terms are ORed.
          • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions
            массив объектов
            A list of node selector requirements by node’s labels.
            • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.key
              строка
              The label key that the selector applies to.
            • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.operator
              строка
              Represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
            • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.values
              массив строк
              An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
          • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields
            массив объектов
            A list of node selector requirements by node’s fields.
            • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.key
              строка
              The label key that the selector applies to.
            • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.operator
              строка
              Represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
            • spec.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.values
              массив строк
              An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
    • spec.nodeSelector
      объект
      Allows a service pods to be assigned to specified nodes. The same as in the spec.nodeSelector parameter for Kubernetes Pods.
    • spec.overridableConfiguration
      массив строк
      List of the configuration options that can be override by the user
      • spec.overridableConfiguration.Элемент массива
        строка
        ConfigurationType is a type of configuration option

        Допустимые значения: maxItemSize, slabMinSize, lockMemory

    • spec.sizingPolicies
      массив объектов

      Обязательный параметр

      SizingPolicies is policy of the resource sizing
      • spec.sizingPolicies.coreFraction
        массив целых чисел
        CoreFractions is the multiplier for requests of the cores
      • spec.sizingPolicies.cores
        объект
        Cores structure
        • spec.sizingPolicies.cores.max
          целочисленный

          Обязательный параметр

          Higher limit for Cores setting

          Пример:

          max: 6
          
        • spec.sizingPolicies.cores.min
          целочисленный

          Обязательный параметр

          Lower limit for Cores setting

          Пример:

          min: 1
          
      • spec.sizingPolicies.memory
        объект
        Memory structure
        • spec.sizingPolicies.memory.max
          строка или число

          Обязательный параметр

          Higher limit for Memory setting

          Шаблон: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$

          Пример:

          max: 5Gi
          
        • spec.sizingPolicies.memory.min
          строка или число

          Обязательный параметр

          Lower limit for Memory setting

          Шаблон: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$

          Пример:

          min: 128Mi
          
        • spec.sizingPolicies.memory.step
          строка или число
          Step for Memory setting

          Шаблон: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$

          Пример:

          step: 1Gi
          
    • spec.tolerations
      массив объектов
      Tolerations of the service pods
      • spec.tolerations.effect
        строка
        Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
      • spec.tolerations.key
        строка
        Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
      • spec.tolerations.operator
        строка
        Operator represents a key’s relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
      • spec.tolerations.tolerationSeconds
        целочисленный
        TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
      • spec.tolerations.value
        строка
        Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.
    • spec.topology
      объект

      Обязательный параметр

      Topology of the service
      • spec.topology.allowedTopologies
        массив строк

        Обязательный параметр

        • spec.topology.allowedTopologies.Элемент массива
          строка

          Допустимые значения: Ignored, Zonal, TransZonal

      • spec.topology.allowedZones
        массив строк

        По умолчанию: []

      • spec.topology.defaultTopology
        строка

        Обязательный параметр

        Допустимые значения: Ignored, Zonal, TransZonal

    • spec.validations
      массив объектов
      Validations List of the validation rules applied to the Memcached user configuration
      • spec.validations.message
        строка
      • spec.validations.rule
        строка

Memcached

Scope: Namespaced

Memcached is the Schema for the memcacheds API
  • apiVersion
    строка
    APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
  • kind
    строка
    Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
  • metadata
    объект
  • spec
    объект
    • spec.configuration
      объект
      Memcached server configuration
      • spec.configuration.lockMemory
        булевый
        LockMemory memory blocking for using only by memcached server

        Пример:

        lockMemory: true || false
        
      • spec.configuration.maxItemSize
        строка или число
        MaxItemSize Max memcached item size

        Шаблон: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$

        Пример:

        maxItemSize: 1Mi, 1Gi, 1k, 1Ki
        
      • spec.configuration.slabMinSize
        строка
        SlabMinSize is slab size in memcached server (Short:50 bytes, Medium:100 bytes, Long:200 bytes)

        Допустимые значения: Short, Medium, Long

        Пример:

        slabMinSize: short
        
    • spec.group
      объект
      • spec.group.size
        целочисленный

        Обязательный параметр

        По умолчанию: 2

        Допустимые значения: 2 <= X

      • spec.group.topology
        строка

        Topology setting specifies how to schedule the cluster

        • Zonal: cluster will be scheduled to one zone. If possible
        • TransZonal: cluster will be scheduled to separated zone. If possible
        • Ignored: cluster will be scheduled with default k8s schedule rules, only node separation will be provided

        Допустимые значения: Ignored, Zonal, TransZonal

        Пример:

        topology: Ignored
        
    • spec.instance
      объект

      Обязательный параметр

      Memcached instance configuration
      • spec.instance.cpu
        объект

        Обязательный параметр

        • spec.instance.cpu.coreFraction
          строка

          Обязательный параметр

          Шаблон: ^(100|[0-9]|[1-9][0-9])%$

          Пример:

          coreFraction: '''1%'''
          
        • spec.instance.cpu.cores
          целочисленный

          Обязательный параметр

          Пример:

          cores: 1
          
      • spec.instance.memory
        объект

        Обязательный параметр

        • spec.instance.memory.size
          строка или число

          Обязательный параметр

          Шаблон: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$

    • spec.memcachedClassName
      строка

      Обязательный параметр

      Name of MemcachedClass kind, that has to be specified for settings validation

      По умолчанию: default

      Пример:

      memcachedClassName: minimal
      
    • spec.type
      строка

      Обязательный параметр

      Type of Memcached deployment

      По умолчанию: Standalone

      Допустимые значения: Standalone, Group

      Пример:

      type: Standalone
      
Memcached is the Schema for the memcacheds API
  • apiVersion
    строка
    APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
  • kind
    строка
    Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
  • metadata
    объект
  • spec
    объект
    • spec.configuration
      объект
      Memcached server configuration
      • spec.configuration.lockMemory
        булевый
        LockMemory memory blocking for using only by memcached server

        Пример:

        lockMemory: true || false
        
      • spec.configuration.maxItemSize
        строка или число
        MaxItemSize Max memcached item size

        Шаблон: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$

        Пример:

        maxItemSize: 1Mi, 1Gi, 1k, 1Ki
        
      • spec.configuration.slabMinSize
        строка
        SlabMinSize is slab size in memcached server (Short:50 bytes, Medium:100 bytes, Long:200 bytes)

        Допустимые значения: Short, Medium, Long

        Пример:

        slabMinSize: short
        
    • spec.group
      объект
      • spec.group.size
        целочисленный

        Обязательный параметр

        По умолчанию: 2

        Допустимые значения: 2 <= X

      • spec.group.topology
        строка

        Topology setting specifies how to schedule the cluster

        • Zonal: cluster will be scheduled to one zone. If possible
        • TransZonal: cluster will be scheduled to separated zone. If possible
        • Ignored: cluster will be scheduled with default k8s schedule rules, only node separation will be provided

        Допустимые значения: Ignored, Zonal, TransZonal

        Пример:

        topology: Ignored
        
    • spec.instance
      объект

      Обязательный параметр

      Memcached instance configuration
      • spec.instance.cpu
        объект

        Обязательный параметр

        • spec.instance.cpu.coreFraction
          целочисленный

          Обязательный параметр

          Допустимые значения: 1 <= X <= 100

          Пример:

          coreFraction: 1
          
        • spec.instance.cpu.cores
          целочисленный

          Обязательный параметр

          Пример:

          cores: 1
          
      • spec.instance.memory
        объект

        Обязательный параметр

        • spec.instance.memory.size
          строка или число

          Обязательный параметр

          Шаблон: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$

    • spec.memcachedClassName
      строка

      Обязательный параметр

      Name of MemcachedClass kind, that has to be specified for settings validation

      По умолчанию: default

      Пример:

      memcachedClassName: minimal
      
    • spec.type
      строка

      Обязательный параметр

      Type of Memcached deployment

      По умолчанию: Standalone

      Допустимые значения: Standalone, Group

      Пример:

      type: Standalone