github.com/metaprov/modela-operator@v0.0.0-20240118193048-f378be8b74d2/bundle/manifests/management.modela.ai_modelabackupruns.yaml (about) 1 apiVersion: apiextensions.k8s.io/v1 2 kind: CustomResourceDefinition 3 metadata: 4 annotations: 5 controller-gen.kubebuilder.io/version: v0.9.0 6 creationTimestamp: null 7 name: modelabackupruns.management.modela.ai 8 spec: 9 group: management.modela.ai 10 names: 11 kind: ModelaBackupRun 12 listKind: ModelaBackupRunList 13 plural: modelabackupruns 14 singular: modelabackuprun 15 scope: Namespaced 16 versions: 17 - name: v1alpha1 18 schema: 19 openAPIV3Schema: 20 description: ModelaBackupRun is the Schema for the modelabackupruns 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: ModelaBackupRunSpec defines the desired state of ModelaBackupRun 36 type: object 37 status: 38 description: ModelaBackupRunStatus defines the observed state of ModelaBackupRun 39 properties: 40 error: 41 type: string 42 folder: 43 description: The backup folder 44 type: string 45 phase: 46 description: 'INSERT ADDITIONAL STATUS FIELD - define observed state 47 of cluster Important: Run "make" to regenerate code after modifying 48 this file The phase of the backup run' 49 type: string 50 startedAt: 51 description: When the backup run was started 52 format: date-time 53 type: string 54 stoppedAt: 55 description: Time of completion 56 format: date-time 57 type: string 58 type: object 59 type: object 60 served: true 61 storage: true 62 subresources: 63 status: {} 64 status: 65 acceptedNames: 66 kind: "" 67 plural: "" 68 conditions: null 69 storedVersions: null