Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachedDiscoveryClient ¶
type CachedDiscoveryClient struct {
discovery.DiscoveryInterface
}
func (*CachedDiscoveryClient) Fresh ¶
func (c *CachedDiscoveryClient) Fresh() bool
Fresh returns true if no cached data was used that had been retrieved before the instantiation.
func (*CachedDiscoveryClient) Invalidate ¶
func (c *CachedDiscoveryClient) Invalidate()
Invalidate enforces that no cached data is used in the future that is older than the current time.
type DynamicClient ¶
type DynamicClient struct { DynamicClient dynamic.Interface RESTMapper meta.RESTMapper }
func (*DynamicClient) ForGVK ¶
func (c *DynamicClient) ForGVK(gvk schema.GroupVersionKind, namespace string) (dynamic.ResourceInterface, error)
Click to show internal directories.
Click to hide internal directories.