Backstage
Docs
Github
Preparing search index...
@backstage/plugin-kubernetes
index
KubernetesProxyApi
Interface KubernetesProxyApi
interface
KubernetesProxyApi
{
deletePod
(
request
:
{
clusterName
:
string
;
namespace
:
string
;
podName
:
string
}
,
)
:
Promise
<
{
text
:
string
}
>
;
getEventsByInvolvedObjectName
(
request
:
{
clusterName
:
string
;
involvedObjectName
:
string
;
namespace
:
string
;
}
,
)
:
Promise
<
Event
[]
>
;
getPodLogs
(
request
:
{
clusterName
:
string
;
containerName
:
string
;
namespace
:
string
;
podName
:
string
;
previous
?:
boolean
;
}
,
)
:
Promise
<
{
text
:
string
}
>
;
}
Index
Methods
delete
Pod
get
Events
By
Involved
Object
Name
get
Pod
Logs
Methods
delete
Pod
deletePod
(
request
:
{
clusterName
:
string
;
namespace
:
string
;
podName
:
string
}
,
)
:
Promise
<
{
text
:
string
}
>
Parameters
request
:
{
clusterName
:
string
;
namespace
:
string
;
podName
:
string
}
Returns
Promise
<
{
text
:
string
}
>
get
Events
By
Involved
Object
Name
getEventsByInvolvedObjectName
(
request
:
{
clusterName
:
string
;
involvedObjectName
:
string
;
namespace
:
string
;
}
,
)
:
Promise
<
Event
[]
>
Parameters
request
:
{
clusterName
:
string
;
involvedObjectName
:
string
;
namespace
:
string
}
Returns
Promise
<
Event
[]
>
get
Pod
Logs
getPodLogs
(
request
:
{
clusterName
:
string
;
containerName
:
string
;
namespace
:
string
;
podName
:
string
;
previous
?:
boolean
;
}
,
)
:
Promise
<
{
text
:
string
}
>
Parameters
request
:
{
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
Methods
delete
Pod
get
Events
By
Involved
Object
Name
get
Pod
Logs
Docs
Github
Backstage
Loading...