volcano.sh/volcano@v1.9.0/config/crd/volcano/v1beta1/nodeinfo.volcano.sh_numatopologies.yaml (about)

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