Documentation
¶
Index ¶
- type RemoteService
- func New(localConfig *rest.Config, cluster *v3.Cluster, clusterLister v3.ClusterLister, ...) (*RemoteService, error)
- func NewLocal(localConfig *rest.Config, cluster *v3.Cluster) (*RemoteService, error)
- func NewRemote(cluster *v3.Cluster, clusterLister v3.ClusterLister, factory dialer.Factory) (*RemoteService, error)
- type SimpleProxy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteService ¶
type RemoteService struct {
sync.Mutex
// contains filtered or unexported fields
}
func New ¶
func New(localConfig *rest.Config, cluster *v3.Cluster, clusterLister v3.ClusterLister, factory dialer.Factory) (*RemoteService, error)
func NewLocal ¶
func NewLocal(localConfig *rest.Config, cluster *v3.Cluster) (*RemoteService, error)
type SimpleProxy ¶
type SimpleProxy struct {
// contains filtered or unexported fields
}
func NewSimpleProxy ¶
func NewSimpleProxy(host string, caData []byte, overrideHostHeader bool) (*SimpleProxy, error)
Click to show internal directories.
Click to hide internal directories.