diff --git a/api/v1beta1/rollout_types.go b/api/v1beta1/rollout_types.go index d6dbe22a..15f0c50d 100644 --- a/api/v1beta1/rollout_types.go +++ b/api/v1beta1/rollout_types.go @@ -65,12 +65,6 @@ type RolloutSpec struct { Disabled bool `json:"disabled,omitempty"` } -type ObjectRef struct { - // WorkloadRef contains enough information to let you identify a workload for Rollout - // Batch release of the bypass - WorkloadRef *WorkloadRef `json:"workloadRef,omitempty"` -} - // WorkloadRef holds a references to the Kubernetes object type WorkloadRef struct { // API Version of the referent