github.com/midokura/kubeedge@v1.2.0-mido.0/build/crds/reliablesyncs/objectsync_v1alpha1.yaml (about)

     1  apiVersion: apiextensions.k8s.io/v1beta1
     2  kind: CustomResourceDefinition
     3  metadata:
     4    labels:
     5      controller-tools.k8s.io: "1.0"
     6    name: objectsyncs.reliablesyncs.kubeedge.io
     7  spec:
     8    group: reliablesyncs.kubeedge.io
     9    names:
    10      kind: ObjectSync
    11      plural: objectsyncs
    12    scope: Namespaced
    13    subresources:
    14      status: {}
    15    validation:
    16      openAPIV3Schema:
    17        properties:
    18          apiVersion:
    19            description: 'APIVersion defines the versioned schema of this representation
    20              of an object. Servers should convert recognized schemas to the latest
    21              internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
    22            type: string
    23          kind:
    24            description: 'Kind is a string value representing the REST resource this
    25              object represents. Servers may infer this from the endpoint the client
    26              submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
    27            type: string
    28          metadata:
    29            type: object
    30          spec:
    31            properties:
    32              objectType:
    33                description: NodeSelector indicates the binding preferences between
    34                  devices and nodes. Refer to k8s.io/kubernetes/pkg/apis/core NodeSelector
    35                  for more details
    36                type: string
    37              objectName:
    38                description: 'Required: The protocol configuration used to connect to
    39                  the device.'
    40                type: string
    41          status:
    42            properties:
    43              objectResourceVersion:
    44                description: 'Required: DeviceModelRef is reference to the device model
    45                             used as a template to create the device instance.'
    46                type: string
    47    version: v1alpha1