Skip to content

Prefactoring before adding metrics support.#15

Merged
porridge merged 1 commit intomasterfrom
prefactor2
May 22, 2024
Merged

Prefactoring before adding metrics support.#15
porridge merged 1 commit intomasterfrom
prefactor2

Conversation

@porridge
Copy link
Copy Markdown
Collaborator

  • change deploy tool to use the flag package where appropriate rather than positional arguments for everything, as they would become a mess when another is added,
  • rename daemonSetTemplate to deploymentTemplate as it already contains more than the daemonset, and will continue to grow soon,
  • rename some variables to mention CRI to make room for an upcoming non-cri client/connection,
  • extract a logging package, to be used in upcoming subcommand,
  • in README and GHA workflow, correct deploy tool usage
  • in README, mention daemonset in individual commands,
  • use consistent indentation in the deployment template
  • build the deploy tool just once in GH action

- change deploy tool to use the flag package where appropriate rather
  than positional arguments for everything, as they would become a mess
  when another is added,
- rename daemonSetTemplate to deploymentTemplate as it already contains
  more than the daemonset, and will continue to grow soon,
- rename some variables to mention CRI to make room for an upcoming
  non-cri client/connection,
- extract a logging package, to be used in upcoming subcommand,
- in README and GHA workflow, correct deploy tool usage
- in README, mention daemonset in individual commands,
- use consistent indentation in the deployment template
- build the deploy tool just once in GH action
@porridge porridge merged commit e893c27 into master May 22, 2024
@porridge porridge deleted the prefactor2 branch May 22, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants