vertica / vertica-kubernetes

Operator, container and Helm chart to deploy Vertica in Kubernetes
Apache License 2.0
44 stars 25 forks source link

podfacts new package #967

Closed HaoYang0000 closed 4 days ago

HaoYang0000 commented 4 days ago

This PR:

  1. Move the podfact package out of vdb and its test file
  2. Keeps the original podfact attribute private, adding Getters and Setters for other packages to assign or edit value(Otherwise we need to expose the attribute of podfact)
  3. Adjust import and attribute reference in all packages and tests