We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e3c5c commit 0321f41Copy full SHA for 0321f41
data/security/01_ipam_for_security.yml
@@ -32,7 +32,7 @@ spec:
32
kind: IpamPrefix
33
data:
34
- prefix: "10.1.1.0/24"
35
- description: "DMZ segment"
+ description: "DMZ network segment"
36
37
- prefix: "192.168.1.0/24"
38
description: "Internal corporate network"
generators/__init__.py
@@ -1 +1 @@
1
-"""Generators"""
+"""Generators."""
0 commit comments