github.com/kotalco/kotal@v0.3.0/config/crd/bases/graph.kotal.io_nodes.yaml (about) 1 --- 2 apiVersion: apiextensions.k8s.io/v1 3 kind: CustomResourceDefinition 4 metadata: 5 annotations: 6 controller-gen.kubebuilder.io/version: v0.8.0 7 creationTimestamp: null 8 name: nodes.graph.kotal.io 9 spec: 10 group: graph.kotal.io 11 names: 12 kind: Node 13 listKind: NodeList 14 plural: nodes 15 singular: node 16 scope: Namespaced 17 versions: 18 - name: v1alpha1 19 schema: 20 openAPIV3Schema: 21 description: Node is the Schema for the nodes API 22 properties: 23 apiVersion: 24 description: 'APIVersion defines the versioned schema of this representation 25 of an object. Servers should convert recognized schemas to the latest 26 internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' 27 type: string 28 kind: 29 description: 'Kind is a string value representing the REST resource this 30 object represents. Servers may infer this from the endpoint the client 31 submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' 32 type: string 33 metadata: 34 type: object 35 spec: 36 description: NodeSpec defines the desired state of Node 37 properties: 38 image: 39 description: 'TODO: default node image Image is Graph node client 40 image' 41 type: string 42 type: object 43 status: 44 description: NodeStatus defines the observed state of Node 45 type: object 46 type: object 47 served: true 48 storage: true 49 subresources: 50 status: {} 51 status: 52 acceptedNames: 53 kind: "" 54 plural: "" 55 conditions: [] 56 storedVersions: []