Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object interface {
metav1.Object
runtime.Object
}
Object is a union type that can represent either typed objects of type metav1.Object or dynamic objects of type runtime.object.
type ObjectList ¶
type ObjectList interface {
metav1.ListInterface
runtime.Object
}
ObjectList is a Kubernetes object list, allows functions to work with any resource that implements both runtime.Object and metav1.ListInterface interfaces.
Click to show internal directories.
Click to hide internal directories.