Backstage
Docs
Github
Preparing search index...
@backstage/plugin-kubernetes
index
KubernetesProxyClient
Class KubernetesProxyClient
A client for common requests through the proxy endpoint of the kubernetes backend plugin.
Index
Constructors
constructor
Methods
delete
Pod
get
Events
By
Involved
Object
Name
get
Pod
Logs
Constructors
constructor
new
KubernetesProxyClient
(
options
:
{
kubernetesApi
:
KubernetesApi
}
,
)
:
KubernetesProxyClient
Parameters
options
:
{
kubernetesApi
:
KubernetesApi
}
Returns
KubernetesProxyClient
Methods
delete
Pod
deletePod
(
__namedParameters
:
{
clusterName
:
string
;
namespace
:
string
;
podName
:
string
;
}
,
)
:
Promise
<
{
text
:
string
}
>
Parameters
__namedParameters
:
{
clusterName
:
string
;
namespace
:
string
;
podName
:
string
}
Returns
Promise
<
{
text
:
string
}
>
get
Events
By
Involved
Object
Name
getEventsByInvolvedObjectName
(
__namedParameters
:
{
clusterName
:
string
;
involvedObjectName
:
string
;
namespace
:
string
;
}
,
)
:
Promise
<
Event
[]
>
Parameters
__namedParameters
:
{
clusterName
:
string
;
involvedObjectName
:
string
;
namespace
:
string
}
Returns
Promise
<
Event
[]
>
get
Pod
Logs
getPodLogs
(
__namedParameters
:
{
clusterName
:
string
;
containerName
:
string
;
namespace
:
string
;
podName
:
string
;
previous
?:
boolean
;
}
,
)
:
Promise
<
{
text
:
string
}
>
Parameters
__namedParameters
:
{
clusterName
:
string
;
containerName
:
string
;
namespace
:
string
;
podName
:
string
;
previous
?:
boolean
;
}
Returns
Promise
<
{
text
:
string
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
delete
Pod
get
Events
By
Involved
Object
Name
get
Pod
Logs
Docs
Github
Backstage
Loading...
A client for common requests through the proxy endpoint of the kubernetes backend plugin.