Skip to content
Unverified Commit 53f899c6 authored by Ankit R Gadiya's avatar Ankit R Gadiya
Browse files

fix: Generate ObjectMeta instead of Object in Delete functions

The Delete operation only requires the ObjectMeta details so there is
no use in generating the entire object. This changes the Delete
functions of all objects (service, configmap, secret) to directly
generate ObjectMeta and assign it to Empty Object. This is not a
breaking change.

Resolves #17
parent a3654fb7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment