Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

cherry-pick(release-v1.3.x): Remove v1beta1 CRD #1358

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions test/acceptance/features/discoverBindableResources.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,3 @@ Feature: Discover bindable resources in a cluster
And User acceptance-tests-dev can read resource bindablekinds/bindable-kinds
And Kind ProvisionedBackend with apiVersion stable.example.com/v1 is listed in bindable kinds
And Kind BindableBackend with apiVersion stable.example.com/v1 is listed in bindable kinds

@crdv1beta1
@external-feedback
Scenario: Discover bindable service when defined by v1beta1 CRD API
Given OLM Operator "provisioned_backend_crdv1beta1" is running
Then bindablekinds/bindable-kinds is available in the cluster
And User acceptance-tests-dev can read resource bindablekinds/bindable-kinds
And Kind BetaProvisionedBackend with apiVersion stable.example.com/v1 is listed in bindable kinds

This file was deleted.