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) HelmClientsetForBootstrap(namespace string) (*action.Client, error)
- func (c *Cluster) Host() (string, error)
- func (c *Cluster) HostForBootstrap() (string, error)
- func (c *Cluster) PlatformClientsetForBootstrap() (platformversionedclient.PlatformV1Interface, 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)
- func (c *Cluster) RegistryApplicationForBootstrap() (applicationversiondclient.ApplicationV1Interface, error)
- func (c *Cluster) RegistryClientsetForBootstrap() (registryversionedclient.RegistryV1Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { *platformv1.Cluster ClusterCredential *platformv1.ClusterCredential IsCredentialChanged bool // contains filtered or unexported fields }
func (*Cluster) ClientsetForBootstrap ¶
func (c *Cluster) ClientsetForBootstrap() (kubernetes.Interface, error)
func (*Cluster) HelmClientsetForBootstrap ¶ added in v1.9.0
func (*Cluster) HostForBootstrap ¶
func (*Cluster) PlatformClientsetForBootstrap ¶ added in v1.6.0
func (c *Cluster) PlatformClientsetForBootstrap() (platformversionedclient.PlatformV1Interface, error)
func (*Cluster) RESTConfigForBootstrap ¶
func (*Cluster) RESTConfigForClientX509 ¶
func (*Cluster) RegisterRestConfig ¶ added in v1.9.0
func (*Cluster) RegistryApplicationForBootstrap ¶ added in v1.8.0
func (c *Cluster) RegistryApplicationForBootstrap() (applicationversiondclient.ApplicationV1Interface, error)
func (*Cluster) RegistryClientsetForBootstrap ¶ added in v1.7.0
func (c *Cluster) RegistryClientsetForBootstrap() (registryversionedclient.RegistryV1Interface, error)
Click to show internal directories.
Click to hide internal directories.