Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
MultiClusterServiceSpec in MultiClusterService CRD is not optional (#…
Browse files Browse the repository at this point in the history
…3782)

Signed-off-by: Delyan Raychev <[email protected]>
  • Loading branch information
draychev authored Jul 19, 2021
1 parent 4907022 commit 2a67eab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/apis/config/v1alpha1/multi_cluster_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ type MultiClusterService struct {
metav1.ObjectMeta `json:"metadata,omitempty" yaml:"metadata,omitempty"`

// Spec is the MultiClusterService specification.
// +optional
Spec MultiClusterServiceSpec `json:"spec,omitempty" yaml:"spec,omitempty"`
}

Expand Down

0 comments on commit 2a67eab

Please sign in to comment.