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:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-common': patch
|
||||
---
|
||||
|
||||
Make SERVICEACCOUNT_CA_PATH public so it can be imported by external modules.
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user