leafref

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2022 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LeafRef

type LeafRef struct {
	LocalPath  *gnmi.Path `json:"localPath,omitempty"`
	RemotePath *gnmi.Path `json:"remotePath,omitempty"`
}

type LeafRefValidationKind

type LeafRefValidationKind string
const (
	LeafRefValidationLocal    LeafRefValidationKind = "local"
	LeafRefValidationExternal LeafRefValidationKind = "external"
)

type Resolution added in v0.1.346

type Resolution struct {
	ResolvedLeafRefs []*ResolvedLeafRef // holds all the resolved leafRefs if they get resolved
}

type ResolvedLeafRef added in v0.1.263

type ResolvedLeafRef struct {
	*LeafRef
	Value    string `json:"value,omitempty"`
	Resolved bool   `json:"resolved,omitempty"`
	External bool   `json:"external,omitempty"`
}

func (*ResolvedLeafRef) DeepCopy added in v0.1.263

func (in *ResolvedLeafRef) DeepCopy() (out *ResolvedLeafRef)

Jump to

Keyboard shortcuts

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