diff --git a/apis/provider-ceph/v1alpha1/lifecycleconfiguration_types.go b/apis/provider-ceph/v1alpha1/lifecycleconfiguration_types.go index 48cfd6ed..03506b10 100644 --- a/apis/provider-ceph/v1alpha1/lifecycleconfiguration_types.go +++ b/apis/provider-ceph/v1alpha1/lifecycleconfiguration_types.go @@ -117,6 +117,7 @@ type LifecycleRuleFilter struct { // This is used in a Lifecycle Rule Filter to apply a logical AND to two or // more predicates. The Lifecycle Rule will apply to any object matching all // of the predicates configured inside the And operator. + // +optional And *LifecycleRuleAndOperator `json:"and,omitempty"` // Prefix identifying one or more objects to which the rule applies.