There was an error while loading. Please reload this page.
1 parent eb2b285 commit da0ac00Copy full SHA for da0ac00
2 files changed
out.txt
@@ -0,0 +1,12 @@
1
+apiVersion: networking.k8s.io/v1
2
+kind: NetworkPolicy
3
+metadata:
4
+ creationTimestamp: null
5
+ name: default-deny-in-namespace
6
+spec:
7
+ podSelector: {}
8
+ policyTypes:
9
+ - Ingress
10
+ - Egress
11
+status: {}
12
+
roxctl/generate/generate.go
@@ -9,7 +9,6 @@ import (
// Command defines the generate command tree
func Command(cliEnvironment environment.Environment) *cobra.Command {
c := &cobra.Command{
-
13
Use: "generate",
14
}
15
0 commit comments