v1

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2021 License: Apache-2.0 Imports: 0 Imported by: 21

Documentation

Overview

Package v1 contains core API types used by most ndd resources. +kubebuilder:object:generate=true

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Register added in v0.0.3

type Register struct {
	Kind *string `json:"kind,omitempty"`
	Name *string `json:"name,omitempty"`
}

func (*Register) DeepCopy added in v0.0.3

func (in *Register) DeepCopy() *Register

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Register.

func (*Register) DeepCopyInto added in v0.0.3

func (in *Register) DeepCopyInto(out *Register)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Register) GetRegister added in v0.0.3

func (r *Register) GetRegister() map[string]string

type RegisterKind added in v0.0.3

type RegisterKind string
const (
	RegisterKindIpam            RegisterKind = "ipam"
	RegisterKindAs              RegisterKind = "as"
	RegisterKindNetworkInstance RegisterKind = "network-instance"
	RegisterKindVlan            RegisterKind = "vlan"
	RegisterKindEndpointGroup   RegisterKind = "endpoint-group"
)

func (RegisterKind) String added in v0.0.3

func (r RegisterKind) String() string

type Tag

type Tag struct {
	Key   *string `json:"key,omitempty"`
	Value *string `json:"value,omitempty"`
}

func (*Tag) DeepCopy

func (in *Tag) DeepCopy() *Tag

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Tag.

func (*Tag) DeepCopyInto

func (in *Tag) DeepCopyInto(out *Tag)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Tag) GetTag

func (t *Tag) GetTag() map[string]string

Jump to

Keyboard shortcuts

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