Skip to content

Commit 8f81333

Browse files
Merge pull request #171 from AKamyshnikova/fix-status
Fix backup/restore status
2 parents f2e23bb + cc32acd commit 8f81333

19 files changed

+15
-29
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SERVICE_NAME := casskop
2121
BUILD_FOLDER = .
2222
MOUNTDIR = $(PWD)
2323

24-
BOOTSTRAP_IMAGE ?= ghcr.io/cscetbon/casskop-bootstrap:0.1.19
24+
BOOTSTRAP_IMAGE ?= ghcr.io/cscetbon/casskop-bootstrap:0.1.21
2525
TELEPRESENCE_REGISTRY ?= datawire
2626
KUBESQUASH_REGISTRY:=
2727
KUBECONFIG ?= ~/.kube/config

api/v2/cassandrabackup_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ func (b BackupConditionType) HasFailed() bool {
7272

7373
// CassandraBackup is the Schema for the cassandrabackups API
7474
// +k8s:openapi-gen=true
75-
// +kubebuilder:subresource:status
7675
type CassandraBackup struct {
7776
metav1.TypeMeta `json:",inline"`
7877
metav1.ObjectMeta `json:"metadata,omitempty"`

api/v2/cassandracluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
DefaultReadinessHealthCheckPeriod int32 = 10
2222

2323
defaultCassandraImage = "cassandra:3.11.10"
24-
defaultBootstrapImage = "ghcr.io/cscetbon/casskop-bootstrap:0.1.19"
24+
defaultBootstrapImage = "ghcr.io/cscetbon/casskop-bootstrap:0.1.21"
2525
defaultConfigBuilderImage = "datastax/cass-config-builder:1.0.4"
2626

2727
DefaultBackRestImage = "ghcr.io/cscetbon/instaclustr-icarus:1.1.3"

api/v2/cassandrarestore_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ type CassandraRestoreSpec struct {
8585
// +resourceName=cassandrarestores
8686
// +kubebuilder:object:root=true
8787
// CassandraRestore is a Casskop Operator resource that represents the restoration of a backup of a Cassandra cluster
88-
// +kubebuilder:subresource:status
8988
type CassandraRestore struct {
9089
metav1.TypeMeta `json:",inline"`
9190
metav1.ObjectMeta `json:"metadata"`

charts/casskop/crds/db.orange.com_cassandrabackups.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,3 @@ spec:
131131
type: string
132132
served: true
133133
storage: true
134-
subresources:
135-
status: {}

charts/casskop/crds/db.orange.com_cassandrarestores.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,3 @@ spec:
139139
type: string
140140
served: true
141141
storage: true
142-
subresources:
143-
status: {}

charts/multi-casskop/crds/db.orange.com_cassandrabackups.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,3 @@ spec:
131131
type: string
132132
served: true
133133
storage: true
134-
subresources:
135-
status: {}

charts/multi-casskop/crds/db.orange.com_cassandrarestores.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,3 @@ spec:
139139
type: string
140140
served: true
141141
storage: true
142-
subresources:
143-
status: {}

config/crd/bases/db.orange.com_cassandrabackups.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,3 @@ spec:
131131
type: string
132132
served: true
133133
storage: true
134-
subresources:
135-
status: {}

config/crd/bases/db.orange.com_cassandrarestores.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,3 @@ spec:
139139
type: string
140140
served: true
141141
storage: true
142-
subresources:
143-
status: {}

0 commit comments

Comments
 (0)