Skip to content

Refactoring CRUD functions in sdk package #257

@devdattakulkarni

Description

@devdattakulkarni

Currently, various resource functions that make CRUD (and other) calls against the Kubernetes API Server are spread in following three files in the sdk package:

  • action.go: Create, Update, Delete
  • api.go: Watch
  • query.go: Get, List

Is there a reason to keep them separate like this, or can they be combined in a single file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions