Skip to content

Commit

Permalink
Update manifests for 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviHire committed Sep 16, 2024
1 parent a092845 commit 7fa4165
Show file tree
Hide file tree
Showing 15 changed files with 2,137 additions and 1,025 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 2.12.0
VERSION ?= 2.14.0
# IMAGE_TAG_BASE defines the opendatahub.io namespace and part of the image name for remote images.
# This variable is used to construct full image tags for bundle and catalog images.
#
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

44 changes: 19 additions & 25 deletions bundle/manifests/features.opendatahub.io_featuretrackers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: featuretrackers.features.opendatahub.io
spec:
Expand All @@ -17,29 +17,24 @@ spec:
- name: v1
schema:
openAPIV3Schema:
description: |-
FeatureTracker represents a cluster-scoped resource in the Data Science Cluster,
specifically designed for monitoring and managing objects created via the internal Features API.
This resource serves a crucial role in cross-namespace resource management, acting as
an owner reference for various resources. The primary purpose of the FeatureTracker
is to enable efficient garbage collection by Kubernetes. This is essential for
ensuring that resources are automatically cleaned up and reclaimed when they are
description: FeatureTracker represents a cluster-scoped resource in the Data
Science Cluster, specifically designed for monitoring and managing objects
created via the internal Features API. This resource serves a crucial role
in cross-namespace resource management, acting as an owner reference for
various resources. The primary purpose of the FeatureTracker is to enable
efficient garbage collection by Kubernetes. This is essential for ensuring
that resources are automatically cleaned up and reclaimed when they are
no longer required.
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 All @@ -63,9 +58,8 @@ spec:
properties:
conditions:
items:
description: |-
Condition represents the state of the operator's
reconciliation functionality.
description: Condition represents the state of the operator's reconciliation
functionality.
properties:
lastHeartbeatTime:
format: date-time
Expand All @@ -89,9 +83,9 @@ spec:
type: object
type: array
phase:
description: |-
Phase describes the Phase of FeatureTracker reconciliation state.
This is used by OLM UI to provide status information to the user.
description: Phase describes the Phase of FeatureTracker reconciliation
state. This is used by OLM UI to provide status information to the
user.
type: string
type: object
type: object
Expand Down
Loading

0 comments on commit 7fa4165

Please sign in to comment.