Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SupportNoAuth = true Insecure = false )
Functions ¶
This section is empty.
Types ¶
type SafeClient ¶
type SafeClient struct {
// contains filtered or unexported fields
}
func NewSafeClient ¶
func NewSafeClient(flags ...*pflag.FlagSet) (*SafeClient, error)
func (*SafeClient) Copy ¶
func (c *SafeClient) Copy() *SafeClient
func (*SafeClient) NewRTClient ¶
func (c *SafeClient) NewRTClient(schemeFuncs ...(func(s *apiruntime.Scheme) error)) (ctrlrtclient.Client, error)
func (*SafeClient) SetTLSCAData ¶
func (c *SafeClient) SetTLSCAData(caData []byte)
Click to show internal directories.
Click to hide internal directories.