k8stopologyawareschedwg / noderesourcetopology-api

This repository contains an implementation for CRD (https://docs.google.com/document/d/12kj3fK8boNuPNqob6F_pPU9ZTaNEnPGaXEooW1Cilwg/edit)
Apache License 2.0
8 stars 6 forks source link

crd: regenerate with v1alpha2 #28

Closed ffromani closed 1 year ago

ffromani commented 1 year ago

Followup to #25 regenerate the CRD including v1alpha2.

We will evaluate if we want to also offer version-specific CRDs alongside the all-in-one manifests/crd.yaml.

ffromani commented 1 year ago

/cc @swatisehgal

fmuyassarov commented 1 year ago

Hi @ffromani I see that TopologyManager constants are still in API definitions (in v1alpha2), what's the plan of moving them out from NRT API?

ffromani commented 1 year ago

Hi @ffromani I see that TopologyManager constants are still in API definitions (in v1alpha2), what's the plan of moving them out from NRT API?

The constants (and the TopologyPolicies field) are being deprecated starting v1alpha2 and they will be removed as soon as we can break compatbility, so v1beta1 (pending final review of the API graduation process standards)

ffromani commented 1 year ago

testbed for the new CRD version: https://github.com/k8stopologyawareschedwg/resource-topology-exporter/pull/157