workload
Defines Kubernetes workload information.
Examples
type Workload {
type: String
namespace: String
name: String
cluster: String
region: String
isExposed: String
consoleLink: String
exposurePath: [ExposurePathItem]
}
Fields
Field
Description
Supported fields
type String
Type of Kubernetes workload (Deployment, Pod, Service, etc.)
namespace String
Kubernetes namespace
name String
Name of the workload
cluster String
Kubernetes cluster name
region String
Cloud region where the cluster is located
isExposed String
Whether the workload is exposed to external traffic
consoleLink String
URL link to view the workload in the cloud console
exposurePath [ExposurePathItem]
Path showing how the workload is exposed
type String
name String
cbomId String
References
Fields with this object:
Last updated