Document (non-breaking) API changes

Signed-off-by: Tomas Aschan <tomasl@spotify.com>
This commit is contained in:
Tomas Aschan
2022-09-06 14:44:13 +02:00
parent 2f4e64782f
commit d12becfc00
+2 -2
View File
@@ -337,9 +337,9 @@ export const KubernetesDrawer: <T extends KubernetesDrawerable>({
// @public (undocumented)
export interface KubernetesObjects {
// (undocumented)
error: string | undefined;
error?: string;
// (undocumented)
kubernetesObjects: ObjectsByEntityResponse | undefined;
kubernetesObjects?: ObjectsByEntityResponse;
}
// Warning: (ae-missing-release-tag) "kubernetesPlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)