package hcsshim
import "github.com/Microsoft/hcsshim"
Index ¶
- Constants
- type ACLPolicy
- type ActionType
- type DirectionType
- type IsolationPolicy
- type NatPolicy
- type OutboundNatPolicy
- type PaPolicy
- type Policy
- type PolicyType
- type ProxyPolicy
- type QosPolicy
- type RuleType
- type VlanPolicy
- type VsidPolicy
Constants ¶
const ( Nat = hns.Nat ACL = hns.ACL PA = hns.PA VLAN = hns.VLAN VSID = hns.VSID VNet = hns.VNet L2Driver = hns.L2Driver Isolation = hns.Isolation QOS = hns.QOS OutboundNat = hns.OutboundNat ExternalLoadBalancer = hns.ExternalLoadBalancer Route = hns.Route Proxy = hns.Proxy )
RequestType const
const ( Allow = hns.Allow Block = hns.Block In = hns.In Out = hns.Out Host = hns.Host Switch = hns.Switch )
Types ¶
type ACLPolicy ¶
type ActionType ¶
type ActionType = hns.ActionType
type DirectionType ¶
type DirectionType = hns.DirectionType
type IsolationPolicy ¶
type IsolationPolicy = hns.IsolationPolicy
type NatPolicy ¶
type OutboundNatPolicy ¶
type OutboundNatPolicy = hns.OutboundNatPolicy
type PaPolicy ¶
type Policy ¶
type PolicyType ¶
type PolicyType = hns.PolicyType
Type of Request Support in ModifySystem
type ProxyPolicy ¶
type ProxyPolicy = hns.ProxyPolicy
type QosPolicy ¶
type RuleType ¶
type VlanPolicy ¶
type VlanPolicy = hns.VlanPolicy
type VsidPolicy ¶
type VsidPolicy = hns.VsidPolicy
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
cmd | |
cmd/containerd-shim-runhcs-v1 | |
cmd/containerd-shim-runhcs-v1/options | |
cmd/containerd-shim-runhcs-v1/stats | |
cmd/dmverity-vhd | |
cmd/gcs | |
cmd/gcstools | |
cmd/gcstools/commoncli | |
cmd/gcstools/generichook | |
cmd/hooks | |
cmd/hooks/wait-paths | |
cmd/tar2ext4 | |
computestorage | Package computestorage is a wrapper around the HCS storage APIs. |
ext4 | |
ext4/dmverity | |
ext4/internal | |
ext4/tar2ext4 | |
hcn | Package hcn is a shim for the Host Compute Networking (HCN) service, which manages networking for Windows Server containers and Hyper-V containers. |
internal | |
osversion | |
pkg | |
pkg/amdsevsnp | Package amdsevsnp contains minimal functionality required to fetch attestation reports inside an enlightened guest. |
pkg/annotations | |
pkg/cimfs | This package provides simple go wrappers on top of the win32 CIMFS mount APIs. |
pkg/cimfs/format | format package maintains some basic structures to allows us to read header of a cim file. |
pkg/ctrdtaskapi | |
pkg/go-runhcs | |
pkg/ncproxy | |
pkg/ncproxy/ncproxygrpc | |
pkg/ncproxy/ncproxygrpc/v0 | |
pkg/ncproxy/ncproxygrpc/v1 | |
pkg/ncproxy/nodenetsvc | |
pkg/ncproxy/nodenetsvc/v0 | |
pkg/ncproxy/nodenetsvc/v0/mock | Package nodenetsvc_v0_mock is a generated GoMock package. |
pkg/ncproxy/nodenetsvc/v1 | Package v1 contains the proto and compiled go files for the node network service v1 implementation. |
pkg/ncproxy/nodenetsvc/v1/mock | Package nodenetsvc_v1_mock is a generated GoMock package. |
pkg/ociwclayer | Package ociwclayer provides functions for importing and exporting Windows container layers from and to their OCI tar representation. |
pkg/octtrpc | |
pkg/securitypolicy |
- Version
- v0.12.9 (latest)
- Published
- Oct 30, 2024
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 9 hours ago –
Tools for package owners.