Schema of the API types that are served by Karmada.
This library is the canonical location of the Karmada API definition.Most likely interaction with this repository is as a dependency of client-go.
We recommend using the go types in this repo. You may serialize them directly to JSON.
Branches and tags track karmada-io/karmada
branches and are compatible with that repo.
This api
is synced from https://github.com/karmada-io/karmada/tree/master/pkg/apis.
Code changes are made in that location, merged into karmada-io/karmada
and later synced here.
https://github.com/karmada-io/karmada/tree/master/pkg/apis is synced to here. All changes must be made in the former. The latter is read-only.