Skip to content
  • Ankit R Gadiya's avatar
    fix: Generate ObjectMeta instead of Object in Delete functions · 53f899c6
    Ankit R Gadiya authored
    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
    53f899c6