We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082f37f commit 2bf6502Copy full SHA for 2bf6502
cns/NetworkContainerContract.go
@@ -9,6 +9,7 @@ import (
9
10
"github.com/Azure/azure-container-networking/cns/types"
11
"github.com/Azure/azure-container-networking/crd/nodenetworkconfig/api/v1alpha"
12
+ "github.com/Azure/azure-container-networking/network/policy"
13
"github.com/google/uuid"
14
"github.com/pkg/errors"
15
corev1 "k8s.io/api/core/v1"
@@ -503,6 +504,8 @@ type PodIpInfo struct {
503
504
Routes []Route
505
// PnpId is set for backend interfaces, Pnp Id identifies VF. Plug and play id(pnp) is also called as PCI ID
506
PnPID string
507
+ // Default Deny ACL's to configure on HNS endpoints for Swiftv2 window nodes
508
+ EndpointPolicies []policy.Policy
509
}
510
511
type HostIPInfo struct {
0 commit comments