@@ -10957,6 +10957,7 @@ Represents the network policy.
| <aid="networkpolicyenabled"></a>`enabled` | [`Boolean!`](#boolean) | Indicates whether this policy is enabled. |
| <aid="networkpolicyenvironments"></a>`environments` | [`EnvironmentConnection`](#environmentconnection) | Environments where this policy is applied. (see [Connections](#connections)) |
| <aid="networkpolicyfromautodevops"></a>`fromAutoDevops` | [`Boolean!`](#boolean) | Indicates whether this policy is created from AutoDevops. |
| <aid="networkpolicykind"></a>`kind` | [`NetworkPolicyKind!`](#networkpolicykind) | Kind of the policy. |
| <aid="networkpolicyname"></a>`name` | [`String!`](#string) | Name of the policy. |
| <aid="networkpolicynamespace"></a>`namespace` | [`String!`](#string) | Namespace of the policy. |
| <aid="networkpolicyupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp of when the policy YAML was last updated. |
...
...
@@ -14886,6 +14887,15 @@ Negated Iteration ID wildcard values.
| ----- | ----------- |
| <aid="negatediterationwildcardidcurrent"></a>`CURRENT` | Current iteration. |
### `NetworkPolicyKind`
Kind of the network policy.
| Value | Description |
| ----- | ----------- |
| <aid="networkpolicykindciliumnetworkpolicy"></a>`CiliumNetworkPolicy` | The policy kind of Cilium Network Policy. |
| <aid="networkpolicykindnetworkpolicy"></a>`NetworkPolicy` | The policy kind of Network Policy. |