Skip to content

Commit ebb0160

Browse files
author
Nicholas Thomson
committed
Remove unused adoption strings
1 parent 67f49bb commit ebb0160

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

apis/core/v1alpha1/types.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,3 @@ type PartialObjectMeta struct {
9090
// +patchStrategy=merge
9191
OwnerReferences []metav1.OwnerReference `json:"ownerReferences,omitempty" patchStrategy:"merge" patchMergeKey:"uid" protobuf:"bytes,6,rep,name=ownerReferences"`
9292
}
93-
94-
type AdoptionStatus string
95-
96-
const (
97-
AdoptionStatus_Adopted AdoptionStatus = "Adopted"
98-
AdoptionStatus_Error AdoptionStatus = "Error"
99-
)

0 commit comments

Comments
 (0)