package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Dec 27, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 21
Opens a new window with list of known importers.
Documentation
¶
Package v1 contains core API types used by most ndd resources.
+kubebuilder:object:generate=true
type Tag struct {
Key *string `json:"key,omitempty"`
Value *string `json:"value,omitempty"`
}
func (in *Tag) DeepCopy() *Tag
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Tag.
func (in *Tag) DeepCopyInto(out *Tag)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.