volcano.sh/volcano@v1.9.0/installer/helm/chart/volcano/crd/v1beta1/nodeinfo.volcano.sh_numatopologies.yaml (about)

     1  apiVersion: apiextensions.k8s.io/v1beta1
     2  kind: CustomResourceDefinition
     3  metadata:
     4    annotations:
     5      controller-gen.kubebuilder.io/version: v0.6.0
     6    creationTimestamp: null
     7    name: numatopologies.nodeinfo.volcano.sh
     8  spec:
     9    group: nodeinfo.volcano.sh
    10    names:
    11      kind: Numatopology
    12      listKind: NumatopologyList
    13      plural: numatopologies
    14      shortNames:
    15      - numatopo
    16      singular: numatopology
    17    scope: Cluster
    18    validation:
    19      openAPIV3Schema:
    20        description: Numatopology is the Schema for the Numatopologies API
    21        properties:
    22          apiVersion:
    23            description: 'APIVersion defines the versioned schema of this representation
    24              of an object. Servers should convert recognized schemas to the latest
    25              internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
    26            type: string
    27          kind:
    28            description: 'Kind is a string value representing the REST resource this
    29              object represents. Servers may infer this from the endpoint the client
    30              submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
    31            type: string
    32          metadata:
    33            type: object
    34          spec:
    35            description: Specification of the numa information of the worker node
    36            properties:
    37              cpuDetail:
    38                additionalProperties:
    39                  description: CPUInfo is the cpu topology detail
    40                  properties:
    41                    core:
    42                      type: integer
    43                    numa:
    44                      type: integer
    45                    socket:
    46                      type: integer
    47                  type: object
    48                description: Specifies the cpu topology info Key is cpu id
    49                type: object
    50              numares:
    51                additionalProperties:
    52                  description: ResourceInfo is the sets about resource capacity and
    53                    allocatable
    54                  properties:
    55                    allocatable:
    56                      type: string
    57                    capacity:
    58                      type: integer
    59                  type: object
    60                description: Specifies the numa info for the resource Key is resource
    61                  name
    62                type: object
    63              policies:
    64                additionalProperties:
    65                  type: string
    66                description: Specifies the policy of the manager
    67                type: object
    68              resReserved:
    69                additionalProperties:
    70                  type: string
    71                description: Specifies the reserved resource of the node Key is resource
    72                  name
    73                type: object
    74            type: object
    75        type: object
    76    version: v1alpha1
    77    versions:
    78    - name: v1alpha1
    79      served: true
    80      storage: true
    81  status:
    82    acceptedNames:
    83      kind: ""
    84      plural: ""
    85    conditions: []
    86    storedVersions: []