On this page
K8SReports
K8SReports API reference.
Proto: k8s_reports.proto
Package: networking.gloo.solo.io
K8sServiceReport
| Field | Description |
|---|---|
workspaces | (repeated K8sServiceReport.WorkspacesEntry) |
appliedDestinationPolicies | (repeated K8sServiceReport.AppliedDestinationPoliciesEntry)A map of policy GVK to policy references for all policies that are applied on this resource. |
ownerWorkspace | (string)The name of the workspace that owns this Kubernetes service. |
K8sServiceReport.AppliedDestinationPoliciesEntry
| Field | Description |
|---|---|
key | (string) |
value | (common.gloo.solo.io.AppliedDestinationPortPolicies) |
K8sServiceReport.WorkspacesEntry
| Field | Description |
|---|---|
key | (string) |
value | (common.gloo.solo.io.Report) |
K8sServiceStatus
| Field | Description |
|---|---|
common | (common.gloo.solo.io.Status)The state and workspace conditions of the applied resource. |
numAppliedDestinationPolicies | (repeated K8sServiceStatus.NumAppliedDestinationPoliciesEntry)A map of policy GVK to the number of policies that are applied on this resource. |
ownedByWorkspace | (string)The name of the workspace that owns this Kubernetes service. |
K8sServiceStatus.NumAppliedDestinationPoliciesEntry
| Field | Description |
|---|---|
key | (string) |
value | (uint32) |
K8sWorkloadReport
| Field | Description |
|---|---|
workspaces | (repeated K8sWorkloadReport.WorkspacesEntry) |
appliedWorkloadPolicies | (repeated K8sWorkloadReport.AppliedWorkloadPoliciesEntry)A map of policy GVK to policy references for all policies that are applied on this resource. |
K8sWorkloadReport.AppliedWorkloadPoliciesEntry
| Field | Description |
|---|---|
key | (string) |
value | (common.gloo.solo.io.AppliedWorkloadPolicies) |
K8sWorkloadReport.WorkspacesEntry
| Field | Description |
|---|---|
key | (string) |
value | (common.gloo.solo.io.Report) |
K8sWorkloadStatus
| Field | Description |
|---|---|
common | (common.gloo.solo.io.Status)The state and workspace conditions of the applied resource. |
numAppliedWorkloadPolicy | (repeated K8sWorkloadStatus.NumAppliedWorkloadPolicyEntry)A map of policy GVK to the number of policies that are applied on this resource. |
K8sWorkloadStatus.NumAppliedWorkloadPolicyEntry
| Field | Description |
|---|---|
key | (string) |
value | (uint32) |