forked from opendatahub-io/opendatahub-operator
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from crobby/rhods1016branch
Update from master and move manifests reference to v1.0.16
- Loading branch information
Showing
8 changed files
with
419 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
deploy/olm-catalog/opendatahub/1.1.0/manifests/kfdef.apps.kubeflow.org.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: kfdefs.kfdef.apps.kubeflow.org | ||
labels: | ||
component: opendatahub-operator | ||
spec: | ||
group: kfdef.apps.kubeflow.org | ||
names: | ||
kind: KfDef | ||
listKind: KfDefList | ||
plural: kfdefs | ||
singular: kfdef | ||
scope: Namespaced | ||
subresources: | ||
status: {} | ||
validation: | ||
openAPIV3Schema: | ||
description: KfDef is the Schema for the kfdefs 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/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/api-conventions.md#types-kinds' | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
description: KfDefSpec defines the desired state of KfDef | ||
type: object | ||
status: | ||
description: KfDefStatus defines the observed state of KfDef | ||
type: object | ||
type: object | ||
version: v1 | ||
versions: | ||
- name: v1 | ||
served: true | ||
storage: true |
354 changes: 354 additions & 0 deletions
354
...atalog/opendatahub/1.1.0/manifests/opendatahub-operator.v1.1.0.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
deploy/olm-catalog/opendatahub/1.1.0/metadata/annotations.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
annotations: | ||
operators.operatorframework.io.bundle.mediatype.v1: "registry+v1" | ||
operators.operatorframework.io.bundle.manifests.v1: "manifests/" | ||
operators.operatorframework.io.bundle.metadata.v1: "metadata/" | ||
operators.operatorframework.io.bundle.package.v1: "opendatahub-operator" | ||
operators.operatorframework.io.bundle.channels.v1: "stable,rolling,beta" | ||
operators.operatorframework.io.bundle.channel.default.v1: "stable" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
--- | ||
# Use `replaces-mode` or `semver-mode`. Once you switch to `semver-mode`, there is no easy way back. | ||
updateGraph: replaces-mode | ||
reviewers: | ||
- lavlas | ||
- nakfour | ||
- crobby | ||
- vpavlin |
Submodule odh-manifests
updated
21 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"""opendatahub operator.""" | ||
|
||
|
||
__version__ = "1.0.11" | ||
__version__ = "1.1.0" |