cni

package
v1.8.0-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * * This product includes software developed at Datadog (https://www.datadoghq.com) Copyright 2024 Datadog, Inc.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct {
	jsonparser.Parser
}

Parser parses CNI JSON configuration files.

func (*Parser) GetKind

func (p *Parser) GetKind() model.FileKind

func (*Parser) Parse

func (p *Parser) Parse(
	ctx context.Context,
	fileContent []byte,
	filePath string,
	resolveReferences bool,
	maxResolverDepth int,
) (
	resolved []byte,
	documents []model.Document,
	ignoreLines []int,
	resolvedFiles map[string]model.ResolvedFile,
	err error,
)

func (*Parser) SupportedExtensions

func (p *Parser) SupportedExtensions() []string

func (*Parser) SupportedTypes

func (p *Parser) SupportedTypes() map[string]bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL