chore(kubernetes-common): add changeset and update API report

Make SERVICEACCOUNT_CA_PATH public so it can be imported by external modules.

Signed-off-by: Martin Polaško <mpolasko@redhat.com>
This commit is contained in:
Martin Polaško
2025-08-28 17:43:49 +02:00
parent 98ec79ca83
commit bdd7f952d7
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-common': patch
---
Make SERVICEACCOUNT_CA_PATH public so it can be imported by external modules.
+4
View File
@@ -455,6 +455,10 @@ export interface SecretsFetchResponse {
type: 'secrets';
}
// @public
export const SERVICEACCOUNT_CA_PATH =
'/var/run/secrets/kubernetes.io/serviceaccount/ca.crt';
// @public (undocumented)
export interface ServiceFetchResponse {
// (undocumented)