|
|
|
@@ -1,11 +1,9 @@ |
|
|
|
|
|
|
|
--- |
|
|
|
apiVersion: apiextensions.k8s.io/v1 |
|
|
|
kind: CustomResourceDefinition |
|
|
|
metadata: |
|
|
|
annotations: |
|
|
|
controller-gen.kubebuilder.io/version: v0.6.2 |
|
|
|
creationTimestamp: null |
|
|
|
controller-gen.kubebuilder.io/version: v0.15.0 |
|
|
|
name: models.sedna.io |
|
|
|
spec: |
|
|
|
group: sedna.io |
|
|
|
@@ -19,14 +17,27 @@ spec: |
|
|
|
- name: v1alpha1 |
|
|
|
schema: |
|
|
|
openAPIV3Schema: |
|
|
|
description: Model describes the data that a model resource should have |
|
|
|
properties: |
|
|
|
apiVersion: |
|
|
|
description: |- |
|
|
|
APIVersion defines the versioned schema of this representation of an object. |
|
|
|
Servers should convert recognized schemas to the latest internal value, and |
|
|
|
may reject unrecognized values. |
|
|
|
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
|
|
|
type: string |
|
|
|
kind: |
|
|
|
description: |- |
|
|
|
Kind is a string value representing the REST resource this object represents. |
|
|
|
Servers may infer this from the endpoint the client submits requests to. |
|
|
|
Cannot be updated. |
|
|
|
In CamelCase. |
|
|
|
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
|
|
|
type: string |
|
|
|
metadata: |
|
|
|
type: object |
|
|
|
spec: |
|
|
|
description: ModelSpec is a description of a model |
|
|
|
properties: |
|
|
|
credentialName: |
|
|
|
type: string |
|
|
|
@@ -43,9 +54,14 @@ spec: |
|
|
|
- url |
|
|
|
type: object |
|
|
|
status: |
|
|
|
description: |- |
|
|
|
ModelStatus represents information about the status of a model |
|
|
|
including the time a model updated, and metrics in a model |
|
|
|
properties: |
|
|
|
metrics: |
|
|
|
items: |
|
|
|
description: Metric describes the data that a resource model metric |
|
|
|
should have |
|
|
|
properties: |
|
|
|
key: |
|
|
|
type: string |
|
|
|
@@ -67,9 +83,3 @@ spec: |
|
|
|
storage: true |
|
|
|
subresources: |
|
|
|
status: {} |
|
|
|
status: |
|
|
|
acceptedNames: |
|
|
|
kind: "" |
|
|
|
plural: "" |
|
|
|
conditions: [] |
|
|
|
storedVersions: [] |