async fn plan_network_policy(
client: &Client,
executor: &DeploymentExecutor<'_>,
def: &NetworkPolicyDefinition,
) -> Result<ObjectResult, CliError>Expand description
Plan a single network policy definition: create if missing, alter if exists, then plan grants, revocations, and comments.