Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions armotypes/networkpolicies.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ const (
UnscheduledNodeAgentPods MissingRuntimeInfoReason = 2
IncompatibleKernel MissingRuntimeInfoReason = 3
RuncNotFound MissingRuntimeInfoReason = 4
// reasons 5-7 are derived from the state of the workload's own ApplicationProfile,
// complementing the node-agent (cluster-level) reasons above
ProfileStillLearning MissingRuntimeInfoReason = 5
AwaitingScanUpdate MissingRuntimeInfoReason = 6
ProfileTooLarge MissingRuntimeInfoReason = 7
)

// NetworkPoliciesWorkload is used store information about workloads
Expand Down
Loading