Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
projectcalico#1253)

* Update generated crds for projectcalico#1229

* Re-add manual change to crds
  • Loading branch information
lmm authored Jun 11, 2020
1 parent 36db81b commit 0bcaac1
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 24 deletions.
32 changes: 20 additions & 12 deletions config/crd/crd.projectcalico.org_globalnetworkpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ spec:
by the rule. \n For NetworkPolicy, an empty NamespaceSelector
implies that the Selector is limited to selecting only
workload endpoints in the same namespace as the NetworkPolicy.
\n For GlobalNetworkPolicy, an empty NamespaceSelector
implies the Selector applies to workload endpoints across
all namespaces."
\n For NetworkPolicy, `global()` NamespaceSelector implies
that the Selector is limited to selecting only GlobalNetworkSet
or HostEndpoint. \n For GlobalNetworkPolicy, an empty
NamespaceSelector implies the Selector applies to workload
endpoints across all namespaces."
type: string
nets:
description: Nets is an optional field that restricts the
Expand Down Expand Up @@ -277,9 +279,11 @@ spec:
by the rule. \n For NetworkPolicy, an empty NamespaceSelector
implies that the Selector is limited to selecting only
workload endpoints in the same namespace as the NetworkPolicy.
\n For GlobalNetworkPolicy, an empty NamespaceSelector
implies the Selector applies to workload endpoints across
all namespaces."
\n For NetworkPolicy, `global()` NamespaceSelector implies
that the Selector is limited to selecting only GlobalNetworkSet
or HostEndpoint. \n For GlobalNetworkPolicy, an empty
NamespaceSelector implies the Selector applies to workload
endpoints across all namespaces."
type: string
nets:
description: Nets is an optional field that restricts the
Expand Down Expand Up @@ -401,9 +405,11 @@ spec:
by the rule. \n For NetworkPolicy, an empty NamespaceSelector
implies that the Selector is limited to selecting only
workload endpoints in the same namespace as the NetworkPolicy.
\n For GlobalNetworkPolicy, an empty NamespaceSelector
implies the Selector applies to workload endpoints across
all namespaces."
\n For NetworkPolicy, `global()` NamespaceSelector implies
that the Selector is limited to selecting only GlobalNetworkSet
or HostEndpoint. \n For GlobalNetworkPolicy, an empty
NamespaceSelector implies the Selector applies to workload
endpoints across all namespaces."
type: string
nets:
description: Nets is an optional field that restricts the
Expand Down Expand Up @@ -604,9 +610,11 @@ spec:
by the rule. \n For NetworkPolicy, an empty NamespaceSelector
implies that the Selector is limited to selecting only
workload endpoints in the same namespace as the NetworkPolicy.
\n For GlobalNetworkPolicy, an empty NamespaceSelector
implies the Selector applies to workload endpoints across
all namespaces."
\n For NetworkPolicy, `global()` NamespaceSelector implies
that the Selector is limited to selecting only GlobalNetworkSet
or HostEndpoint. \n For GlobalNetworkPolicy, an empty
NamespaceSelector implies the Selector applies to workload
endpoints across all namespaces."
type: string
nets:
description: Nets is an optional field that restricts the
Expand Down
32 changes: 20 additions & 12 deletions config/crd/crd.projectcalico.org_networkpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ spec:
by the rule. \n For NetworkPolicy, an empty NamespaceSelector
implies that the Selector is limited to selecting only
workload endpoints in the same namespace as the NetworkPolicy.
\n For GlobalNetworkPolicy, an empty NamespaceSelector
implies the Selector applies to workload endpoints across
all namespaces."
\n For NetworkPolicy, `global()` NamespaceSelector implies
that the Selector is limited to selecting only GlobalNetworkSet
or HostEndpoint. \n For GlobalNetworkPolicy, an empty
NamespaceSelector implies the Selector applies to workload
endpoints across all namespaces."
type: string
nets:
description: Nets is an optional field that restricts the
Expand Down Expand Up @@ -266,9 +268,11 @@ spec:
by the rule. \n For NetworkPolicy, an empty NamespaceSelector
implies that the Selector is limited to selecting only
workload endpoints in the same namespace as the NetworkPolicy.
\n For GlobalNetworkPolicy, an empty NamespaceSelector
implies the Selector applies to workload endpoints across
all namespaces."
\n For NetworkPolicy, `global()` NamespaceSelector implies
that the Selector is limited to selecting only GlobalNetworkSet
or HostEndpoint. \n For GlobalNetworkPolicy, an empty
NamespaceSelector implies the Selector applies to workload
endpoints across all namespaces."
type: string
nets:
description: Nets is an optional field that restricts the
Expand Down Expand Up @@ -390,9 +394,11 @@ spec:
by the rule. \n For NetworkPolicy, an empty NamespaceSelector
implies that the Selector is limited to selecting only
workload endpoints in the same namespace as the NetworkPolicy.
\n For GlobalNetworkPolicy, an empty NamespaceSelector
implies the Selector applies to workload endpoints across
all namespaces."
\n For NetworkPolicy, `global()` NamespaceSelector implies
that the Selector is limited to selecting only GlobalNetworkSet
or HostEndpoint. \n For GlobalNetworkPolicy, an empty
NamespaceSelector implies the Selector applies to workload
endpoints across all namespaces."
type: string
nets:
description: Nets is an optional field that restricts the
Expand Down Expand Up @@ -593,9 +599,11 @@ spec:
by the rule. \n For NetworkPolicy, an empty NamespaceSelector
implies that the Selector is limited to selecting only
workload endpoints in the same namespace as the NetworkPolicy.
\n For GlobalNetworkPolicy, an empty NamespaceSelector
implies the Selector applies to workload endpoints across
all namespaces."
\n For NetworkPolicy, `global()` NamespaceSelector implies
that the Selector is limited to selecting only GlobalNetworkSet
or HostEndpoint. \n For GlobalNetworkPolicy, an empty
NamespaceSelector implies the Selector applies to workload
endpoints across all namespaces."
type: string
nets:
description: Nets is an optional field that restricts the
Expand Down

0 comments on commit 0bcaac1

Please sign in to comment.