Skip to content

Commit cee1a68

Browse files
committed
remove crd
Signed-off-by: sabnaj <[email protected]>
1 parent 35b28ba commit cee1a68

File tree

5 files changed

+22
-206
lines changed

5 files changed

+22
-206
lines changed

apis/config/v1alpha1/db2_hadr_config_types.go

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
Copyright AppsCode Inc. and Contributors
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
16+
117
package v1alpha1
218

319
import (

apis/kubedb/v1alpha2/db2_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ type DB2Spec struct {
8888

8989
// HADR configuration for DB2
9090
// +optional
91-
HADRConfig core.LocalObjectReference `json:"hadrConfig,omitempty"`
91+
HADRConfig *core.LocalObjectReference `json:"hadrConfig,omitempty"`
9292
}
9393

9494
// DB2Status defines the observed state of DB2.

apis/kubedb/v1alpha2/openapi_generated.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/kubedb/v1alpha2/zz_generated.deepcopy.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crds/kubedb.com_db2Hadrs.yaml

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)