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
func (*Register) DeepCopy ¶ added in v0.0.3
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Register.
func (*Register) DeepCopyInto ¶ added in v0.0.3
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
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
Click to show internal directories.
Click to hide internal directories.