Skip to content

Commit

Permalink
Regenerated manifests and deepcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Jan 27, 2025
1 parent 78b3c71 commit 6b0e24a
Show file tree
Hide file tree
Showing 9 changed files with 708 additions and 31,665 deletions.
2 changes: 1 addition & 1 deletion operator/apis/mlops/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 22 additions & 30 deletions operator/config/crd/bases/mlops.seldon.io_experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: experiments.mlops.seldon.io
spec:
group: mlops.seldon.io
Expand Down Expand Up @@ -44,19 +45,14 @@ spec:
description: Experiment is the Schema for the experiments API
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
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
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
Expand Down Expand Up @@ -100,24 +96,22 @@ spec:
annotations:
additionalProperties:
type: string
description: |-
Annotations is additional Status fields for the Resource to save some
additional State as well as convey more information to the user. This is
roughly akin to Annotations on any k8s resource, just the reconciler conveying
richer information outwards.
description: Annotations is additional Status fields for the Resource
to save some additional State as well as convey more information
to the user. This is roughly akin to Annotations on any k8s resource,
just the reconciler conveying richer information outwards.
type: object
conditions:
description: Conditions the latest available observations of a resource's
current state.
items:
description: |-
Condition defines a readiness condition for a Knative resource.
See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties
description: 'Condition defines a readiness condition for a Knative
resource. See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties'
properties:
lastTransitionTime:
description: |-
LastTransitionTime is the last time the condition transitioned from one status to another.
We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic
description: LastTransitionTime is the last time the condition
transitioned from one status to another. We use VolatileTime
in place of metav1.Time to exclude this from creating equality.Semantic
differences (all other things held constant).
type: string
message:
Expand All @@ -128,13 +122,12 @@ spec:
description: The reason for the condition's last transition.
type: string
severity:
description: |-
Severity with which to treat failures of this type of condition.
When this is not specified, it defaults to Error.
description: Severity with which to treat failures of this type
of condition. When this is not specified, it defaults to Error.
type: string
status:
$ref: '#/definitions/k8s.io~1api~1core~1v1~0ConditionStatus'
description: Status of the condition, one of True, False, Unknown.
type: string
type:
description: Type of condition.
type: string
Expand All @@ -144,9 +137,8 @@ spec:
type: object
type: array
observedGeneration:
description: |-
ObservedGeneration is the 'Generation' of the Service that
was last processed by the controller.
description: ObservedGeneration is the 'Generation' of the Service
that was last processed by the controller.
format: int64
type: integer
type: object
Expand Down
77 changes: 31 additions & 46 deletions operator/config/crd/bases/mlops.seldon.io_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: models.mlops.seldon.io
spec:
group: mlops.seldon.io
Expand Down Expand Up @@ -34,43 +35,34 @@ spec:
description: Model is the Schema for the models API
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
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
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 defines the desired state of Model
properties:
artifactVersion:
description: |-
Artifact Version
A v2 version folder to select from storage bucket
description: Artifact Version A v2 version folder to select from storage
bucket
format: int32
type: integer
dedicated:
description: |-
Dedicated server exclusive to this model
Default false
description: Dedicated server exclusive to this model Default false
type: boolean
explainer:
description: Explainer spec
properties:
modelRef:
description: |-
one of the following need to be set for blackbox explainers
Reference to Model
description: one of the following need to be set for blackbox
explainers Reference to Model
type: string
pipelineRef:
description: Reference to Pipeline
Expand All @@ -80,12 +72,10 @@ spec:
type: string
type: object
llm:
description: LLM spec
description: Llm spec
properties:
modelRef:
description: |-
one of the following need to be set for the LLM
Reference to Model
description: Reference to Model
type: string
pipelineRef:
description: Reference to Pipeline
Expand Down Expand Up @@ -130,9 +120,8 @@ spec:
type: object
type: array
preloaded:
description: |-
Model already loaded on a server. Don't schedule.
Default false
description: Model already loaded on a server. Don't schedule. Default
false
type: boolean
replicas:
description: Number of replicas - default 1
Expand Down Expand Up @@ -165,24 +154,22 @@ spec:
annotations:
additionalProperties:
type: string
description: |-
Annotations is additional Status fields for the Resource to save some
additional State as well as convey more information to the user. This is
roughly akin to Annotations on any k8s resource, just the reconciler conveying
richer information outwards.
description: Annotations is additional Status fields for the Resource
to save some additional State as well as convey more information
to the user. This is roughly akin to Annotations on any k8s resource,
just the reconciler conveying richer information outwards.
type: object
conditions:
description: Conditions the latest available observations of a resource's
current state.
items:
description: |-
Condition defines a readiness condition for a Knative resource.
See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties
description: 'Condition defines a readiness condition for a Knative
resource. See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties'
properties:
lastTransitionTime:
description: |-
LastTransitionTime is the last time the condition transitioned from one status to another.
We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic
description: LastTransitionTime is the last time the condition
transitioned from one status to another. We use VolatileTime
in place of metav1.Time to exclude this from creating equality.Semantic
differences (all other things held constant).
type: string
message:
Expand All @@ -193,13 +180,12 @@ spec:
description: The reason for the condition's last transition.
type: string
severity:
description: |-
Severity with which to treat failures of this type of condition.
When this is not specified, it defaults to Error.
description: Severity with which to treat failures of this type
of condition. When this is not specified, it defaults to Error.
type: string
status:
$ref: '#/definitions/k8s.io~1api~1core~1v1~0ConditionStatus'
description: Status of the condition, one of True, False, Unknown.
type: string
type:
description: Type of condition.
type: string
Expand All @@ -209,9 +195,8 @@ spec:
type: object
type: array
observedGeneration:
description: |-
ObservedGeneration is the 'Generation' of the Service that
was last processed by the controller.
description: ObservedGeneration is the 'Generation' of the Service
that was last processed by the controller.
format: int64
type: integer
replicas:
Expand Down
52 changes: 22 additions & 30 deletions operator/config/crd/bases/mlops.seldon.io_pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: pipelines.mlops.seldon.io
spec:
group: mlops.seldon.io
Expand Down Expand Up @@ -44,19 +45,14 @@ spec:
description: Pipeline is the Schema for the pipelines API
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
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
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
Expand Down Expand Up @@ -197,24 +193,22 @@ spec:
annotations:
additionalProperties:
type: string
description: |-
Annotations is additional Status fields for the Resource to save some
additional State as well as convey more information to the user. This is
roughly akin to Annotations on any k8s resource, just the reconciler conveying
richer information outwards.
description: Annotations is additional Status fields for the Resource
to save some additional State as well as convey more information
to the user. This is roughly akin to Annotations on any k8s resource,
just the reconciler conveying richer information outwards.
type: object
conditions:
description: Conditions the latest available observations of a resource's
current state.
items:
description: |-
Condition defines a readiness condition for a Knative resource.
See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties
description: 'Condition defines a readiness condition for a Knative
resource. See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties'
properties:
lastTransitionTime:
description: |-
LastTransitionTime is the last time the condition transitioned from one status to another.
We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic
description: LastTransitionTime is the last time the condition
transitioned from one status to another. We use VolatileTime
in place of metav1.Time to exclude this from creating equality.Semantic
differences (all other things held constant).
type: string
message:
Expand All @@ -225,13 +219,12 @@ spec:
description: The reason for the condition's last transition.
type: string
severity:
description: |-
Severity with which to treat failures of this type of condition.
When this is not specified, it defaults to Error.
description: Severity with which to treat failures of this type
of condition. When this is not specified, it defaults to Error.
type: string
status:
$ref: '#/definitions/k8s.io~1api~1core~1v1~0ConditionStatus'
description: Status of the condition, one of True, False, Unknown.
type: string
type:
description: Type of condition.
type: string
Expand All @@ -241,9 +234,8 @@ spec:
type: object
type: array
observedGeneration:
description: |-
ObservedGeneration is the 'Generation' of the Service that
was last processed by the controller.
description: ObservedGeneration is the 'Generation' of the Service
that was last processed by the controller.
format: int64
type: integer
type: object
Expand Down
Loading

0 comments on commit 6b0e24a

Please sign in to comment.