Status
Proto: status.proto
Package: common.gloo.solo.io
Types:
- AppliedDestinationPortPolicies
- AppliedDestinationPortPolicies.DestinationPolicyReference
- AppliedRoutePolicies
- AppliedRoutePolicies.RoutePolicyReference
- AppliedWorkloadPolicies
- GenericContextStatus
- GenericGlobalStatus
- K8sServiceStatus
- K8sServiceStatus.AppliedDestinationPoliciesEntry
- K8sServiceStatus.WorkspacesEntry
- K8sWorkloadStatus
- K8sWorkloadStatus.AppliedWorkloadPoliciesEntry
- K8sWorkloadStatus.WorkspacesEntry
- OwnerWorkspace
- RouteReference
- WorkspaceStatus
- WorkspaceStatus.ClusterStatus
- WorkspaceStatus.ClustersEntry
AppliedDestinationPortPolicies
Field | Description |
---|---|
policies |
(repeated AppliedDestinationPortPolicies.DestinationPolicyReference )List of applied destination port policies |
AppliedDestinationPortPolicies.DestinationPolicyReference
Field | Description |
---|---|
destinationPort |
(int32 )the port on the destination object that the policy applies to |
destinationKind |
(DestinationKind )the kind of destination object that the policy applies to |
policy |
(ObjectReference )The reference to the policy |
AppliedRoutePolicies
Field | Description |
---|---|
policies |
(repeated AppliedRoutePolicies.RoutePolicyReference )List of applied route policies |
AppliedRoutePolicies.RoutePolicyReference
Field | Description |
---|---|
routeName |
(string )The name of the route that the policy is applied to |
routeIndex |
(int32 )The index of the route on the route table |
policy |
(ObjectReference )The reference to the policy |
AppliedWorkloadPolicies
Field | Description |
---|---|
policies |
(repeated ObjectReference )Policies on the workload |
GenericContextStatus
Field | Description |
---|---|
observedGeneration |
(int64 )The most recent generation observed in the the object's metadata. If the observedGeneration does not match metadata.generation , Gloo Mesh has not processed the most recent version of this object. |
state |
(ApprovalState )Whether the resource has been accepted as valid and processed in the Gloo Mesh config translation. |
message |
(string )Additional information about the current state of the resource. |
GenericGlobalStatus
Field | Description |
---|---|
state |
(ApprovalState )Whether the resource has been accepted as valid and processed in workspace clusters that it exists in. |
message |
(string )Additional information about the current state of the resource across all workspace clusters. |
K8sServiceStatus
Generic status used for persisting Gloo Mesh statuses for kubernetes services
Field | Description |
---|---|
global |
(GenericGlobalStatus ) |
workspaces |
(repeated K8sServiceStatus.WorkspacesEntry )The status of the kubernetes resource in each workspace that it exists in. |
appliedDestinationPolicies |
(repeated K8sServiceStatus.AppliedDestinationPoliciesEntry )Map of policy GVK to policy references for all policies applied on this resource. |
ownerWorkspace |
(OwnerWorkspace )Name of Workspace that owns K8s Service |
K8sServiceStatus.AppliedDestinationPoliciesEntry
Field | Description |
---|---|
key |
(string ) |
value |
(AppliedDestinationPortPolicies ) |
K8sServiceStatus.WorkspacesEntry
Field | Description |
---|---|
key |
(string ) |
value |
(WorkspaceStatus ) |
K8sWorkloadStatus
Generic status used for persisting Gloo Mesh statuses for kubernetes workloads (deployments, stateful sets, etc)
Field | Description |
---|---|
global |
(GenericGlobalStatus ) |
workspaces |
(repeated K8sWorkloadStatus.WorkspacesEntry )The status of the kubernetes resource in each workspace that it exists in. |
appliedWorkloadPolicies |
(repeated K8sWorkloadStatus.AppliedWorkloadPoliciesEntry )Map of policy GVK to policy references for all policies applied on this resource. |
ownerWorkspace |
(OwnerWorkspace )Name of Workspace that owns K8s Workload |
K8sWorkloadStatus.AppliedWorkloadPoliciesEntry
Field | Description |
---|---|
key |
(string ) |
value |
(AppliedWorkloadPolicies ) |
K8sWorkloadStatus.WorkspacesEntry
Field | Description |
---|---|
key |
(string ) |
value |
(WorkspaceStatus ) |
OwnerWorkspace
Name of Workspace that owns resource
Field | Description |
---|---|
workspace |
(string ) |
RouteReference
Indicates selected routes on status messages.
Field | Description |
---|---|
routeName |
(string )The name of the route |
routeIndex |
(int32 )The index of the route on the route table |
routeTable |
(ObjectReference )The route table containing the route |
WorkspaceStatus
Field | Description |
---|---|
clusters |
(repeated WorkspaceStatus.ClustersEntry )The status of the resource in each cluster within the workspace. |
WorkspaceStatus.ClusterStatus
Field | Description |
---|---|
generic |
(GenericContextStatus ) |
WorkspaceStatus.ClustersEntry
Field | Description |
---|---|
key |
(string ) |
value |
(WorkspaceStatus.ClusterStatus ) |