Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultObjectMetaLab = &objectMetaImpl{}
)
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
ObjectMeta() ObjectMetaLab
}
Interface provides access to all the informers in this group version.
type ObjectMetaLab ¶
type ObjectMetaLab interface { // Merge only merges Labels and Annotations Merge(dst, src *metav1.ObjectMeta) // IsEqual only checks Labels and Annotations IsEqual(a, b *metav1.ObjectMeta) bool }
ObjectMetaLab contains some utils for ObjectMeta
Click to show internal directories.
Click to hide internal directories.