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
Loading
Please register or sign in to comment