package ctrdtaskapi

import "github.com/Microsoft/hcsshim/pkg/ctrdtaskapi"

Index

Types

type PolicyFragment

type PolicyFragment struct {
	// Fragment is used by containerd to pass additional security policy
	// constraint fragments as part of shim task Update request.
	// The value is a base64 encoded COSE_Sign1 document that contains the
	// fragment and any additional information required for validation.
	Fragment string `json:"fragment,omitempty"`
}

Source Files

update.go

Version
v0.10.0-rc.4
Published
Jan 11, 2023
Platform
darwin/amd64
Imports
1 packages
Last checked
17 minutes ago

Tools for package owners.