Proto: k8s_reports.proto

Package: networking.gloo.solo.io

Types:

K8sServiceReport

FieldDescription
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

FieldDescription
key(string)

value(common.gloo.solo.io.AppliedDestinationPortPolicies)

K8sServiceReport.WorkspacesEntry

FieldDescription
key(string)

value(common.gloo.solo.io.Report)

K8sServiceStatus

FieldDescription
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

FieldDescription
key(string)

value(uint32)

K8sWorkloadReport

FieldDescription
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

FieldDescription
key(string)

value(common.gloo.solo.io.AppliedWorkloadPolicies)

K8sWorkloadReport.WorkspacesEntry

FieldDescription
key(string)

value(common.gloo.solo.io.Report)

K8sWorkloadStatus

FieldDescription
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

FieldDescription
key(string)

value(uint32)