github.com/openshift/dpu-operator@v0.0.0-20240502153209-3af840d137c2/bundle/manifests/config.openshift.io_dpuoperatorconfigs.yaml (about)

     1  apiVersion: apiextensions.k8s.io/v1
     2  kind: CustomResourceDefinition
     3  metadata:
     4    annotations:
     5      controller-gen.kubebuilder.io/version: v0.12.0
     6    creationTimestamp: null
     7    name: dpuoperatorconfigs.config.openshift.io
     8  spec:
     9    group: config.openshift.io
    10    names:
    11      kind: DpuOperatorConfig
    12      listKind: DpuOperatorConfigList
    13      plural: dpuoperatorconfigs
    14      singular: dpuoperatorconfig
    15    scope: Namespaced
    16    versions:
    17    - name: v1
    18      schema:
    19        openAPIV3Schema:
    20          description: DpuOperatorConfig is the Schema for the dpuoperatorconfigs 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: DpuOperatorConfigSpec defines the desired state of DpuOperatorConfig
    36              properties:
    37                logLevel:
    38                  description: Set log level of the operator. Edit dpuoperatorconfig_types.go
    39                    to remove/update
    40                  type: integer
    41                mode:
    42                  description: 'Mode can be "host" or "dpu" and it defines on which
    43                    side we are TODO: add support for auto'
    44                  type: string
    45              type: object
    46            status:
    47              description: DpuOperatorConfigStatus defines the observed state of DpuOperatorConfig
    48              type: object
    49          type: object
    50      served: true
    51      storage: true
    52      subresources:
    53        status: {}
    54  status:
    55    acceptedNames:
    56      kind: ""
    57      plural: ""
    58    conditions: null
    59    storedVersions: null