Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStaticRESTConfig ¶
GetStaticRESTConfig should not be used. I need a place to get the first reference until we make it take standard kubeconfig args. Deprecated
Types ¶
type ConfigClientGetter ¶
type ConfigClientGetter struct {
// contains filtered or unexported fields
}
func NewConfigClientGetter ¶
func NewConfigClientGetter(adminRESTConfig *rest.Config) *ConfigClientGetter
func (*ConfigClientGetter) GetConfigClient ¶
func (d *ConfigClientGetter) GetConfigClient() (clientconfigv1.Interface, error)
type DiscoveryGetter ¶
type DiscoveryGetter struct {
// contains filtered or unexported fields
}
func NewDiscoveryGetter ¶
func NewDiscoveryGetter(adminRESTConfig *rest.Config) *DiscoveryGetter
func (*DiscoveryGetter) GetDiscoveryClient ¶
func (d *DiscoveryGetter) GetDiscoveryClient() (discovery.AggregatedDiscoveryInterface, error)
Click to show internal directories.
Click to hide internal directories.