Documentation ¶
Index ¶
- type Cluster
- func (c *Cluster) Clientset() (kubernetes.Interface, error)
- func (c *Cluster) ClientsetForBootstrap() (kubernetes.Interface, error)
- func (c *Cluster) GetMainIP() string
- func (c *Cluster) HostForBootstrap() (string, error)
- func (c *Cluster) RESTConfig() (*rest.Config, error)
- func (c *Cluster) RESTConfigForBootstrap() (*rest.Config, error)
- func (c *Cluster) RESTConfigForClientX509(clientCertData []byte, clientKeyData []byte) (*rest.Config, error)
- func (c *Cluster) RegisterRestConfig(config *rest.Config)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { *platform.Cluster ClusterCredential *platform.ClusterCredential // contains filtered or unexported fields }
func (*Cluster) ClientsetForBootstrap ¶
func (c *Cluster) ClientsetForBootstrap() (kubernetes.Interface, error)
func (*Cluster) HostForBootstrap ¶
func (*Cluster) RESTConfigForBootstrap ¶
func (*Cluster) RESTConfigForClientX509 ¶
func (*Cluster) RegisterRestConfig ¶ added in v1.9.0
Click to show internal directories.
Click to hide internal directories.