mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-05-24 01:53:16 +00:00
9 lines
285 B
Go
Vendored
9 lines
285 B
Go
Vendored
// SPDX-FileCopyrightText: Copyright 2015-2025 go-swagger maintainers
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package adapters exposes a registry of adapters to multiple
|
|
// JSON serialization libraries.
|
|
//
|
|
// All interfaces are defined in package [ifaces.Adapter].
|
|
package adapters
|