Get desktop application:
View/edit binary Protocol Buffers messages
bool exclude_other_cidr = 1
bool exclude_cloud_cidr = 2
repeated string pods_cidr = 1
repeated string service_cidr = 2
repeated string node_cidr = 4
repeated string vpc_cidr = 5
repeated string other_cidr = 3
repeated string cloud_cidr = 6
string namespace = 1
string name = 2
repeated string workload_label_keys = 3
string node_name = 1
string label_selector = 2
Used in: CloudVolumeInfo
Used in: NodeStats
int64 time_seconds = 1
uint64 usage_nanocores = 2
uint64 usage_core_nanoseconds = 3
Used in: GetCloudVolumesResponse
string cloud_provider = 1
string zone = 2
string volume_id = 3
string volume_type = 4
string volume_state = 5
int64 size_bytes = 6
int32 iops = 7
int32 throughput_bytes = 8
bool encrypted = 9
oneof cloud_specific
Used in: NodeStats, RuntimeStats
int64 time_seconds = 1
uint64 available_bytes = 2
uint64 capacity_bytes = 3
uint64 used_bytes = 4
uint64 inodes_free = 5
uint64 inodes = 6
uint64 inodes_used = 7
Used in: CloudVolumeInfo
Used as response type in: KubeAPI.GetPod, KubeAPI.GetPodByName
Used in: GetIPInfoResponse, GetIPsInfoResponse
string pod_uid = 1
string pod_name = 3
string namespace = 2
string workload_name = 4
string workload_kind = 5
string workload_uid = 6
string zone = 7
string region = 10
string node_name = 8
string cloud_domain = 11
bytes ip = 9
Used in: NodeStats
int64 time_seconds = 1
uint64 available_bytes = 2
uint64 usage_bytes = 3
uint64 working_set_bytes = 4
uint64 rss_bytes = 5
uint64 page_faults = 6
uint64 major_page_faults = 7
Used in: NodeStats
int64 time_seconds = 1
uint64 rx_bytes = 2
uint64 rx_errors = 3
uint64 tx_bytes = 4
uint64 tx_errors = 5
Used in: GetNodeResponse
string name = 1
map<string, string> labels = 2
string cloud_provider = 3
string zone = 4
string region = 5
Used in: GetPodsOnNodeResponse
string name = 1
string namespace = 2
string pod_ip = 3
map<string, string> labels = 4
Used in: GetNodeStatsSummaryResponse
string node_name = 1
int64 start_time_seconds = 2
optional CPUStats cpu = 3
optional FsStats fs = 6
Used in: GetPodResponse
string workload_uid = 1
string workload_name = 2
string zone = 4
string region = 6
string node_name = 5
Used in: GetPodVolumesResponse
string namespace = 1
string pod_name = 2
string pod_uid = 3
string controller_kind = 4
string controller_name = 5
string container_name = 6
string volume_name = 7
string mount_path = 8
string pvc_name = 9
string pvc_uid = 10
int64 requested_size_bytes = 11
string pv_name = 12
string storage_class = 13
string csi_driver = 14
string csi_volume_handle = 15
string volume_mode = 16
string device_path = 17
Used in: NodeStats
int64 time_seconds = 1
optional FsStats image_fs = 2
optional FsStats container_fs = 3
Used in: Pod
WORKLOAD_KIND_UNKNOWN = 0
WORKLOAD_KIND_DEPLOYMENT = 1
WORKLOAD_KIND_REPLICA_SET = 2
WORKLOAD_KIND_STATEFUL_SET = 3
WORKLOAD_KIND_DAEMON_SET = 4
WORKLOAD_KIND_JOB = 5
WORKLOAD_KIND_CRONJOB = 6
WORKLOAD_KIND_POD = 7
WORKLOAD_KIND_ROLLOUT = 8