Documentation ¶
Index ¶
- func ResidualTime(t time.Time) string
- type AutoRenewCertsEnabled
- type AutoRenewCertsModule
- type CaCertificate
- type Certificate
- type CheckCertsModule
- type DisplayForm
- type EnableRenewService
- type FetchKubeConfig
- type ListClusterCerts
- type PrintClusterCertsModule
- type RenewCerts
- type RenewCertsModule
- type SyneKubeConfigToWorker
- type UninstallAutoRenewCerts
- type UninstallAutoRenewCertsModule
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResidualTime ¶
Types ¶
type AutoRenewCertsEnabled ¶
type AutoRenewCertsEnabled struct { common.KubePrepare Not bool }
type AutoRenewCertsModule ¶
type AutoRenewCertsModule struct { common.KubeModule Skip bool }
func (*AutoRenewCertsModule) Init ¶
func (a *AutoRenewCertsModule) Init()
func (*AutoRenewCertsModule) IsSkip ¶
func (a *AutoRenewCertsModule) IsSkip() bool
type CaCertificate ¶
type Certificate ¶
type CheckCertsModule ¶
type CheckCertsModule struct {
common.KubeModule
}
func (*CheckCertsModule) Init ¶
func (c *CheckCertsModule) Init()
type DisplayForm ¶
type DisplayForm struct {
common.KubeAction
}
type EnableRenewService ¶
type EnableRenewService struct {
common.KubeAction
}
type FetchKubeConfig ¶
type FetchKubeConfig struct {
common.KubeAction
}
type ListClusterCerts ¶
type ListClusterCerts struct {
common.KubeAction
}
type PrintClusterCertsModule ¶
type PrintClusterCertsModule struct {
common.KubeModule
}
func (*PrintClusterCertsModule) Init ¶
func (p *PrintClusterCertsModule) Init()
type RenewCerts ¶
type RenewCerts struct {
common.KubeAction
}
type RenewCertsModule ¶
type RenewCertsModule struct {
common.KubeModule
}
func (*RenewCertsModule) Init ¶
func (r *RenewCertsModule) Init()
type SyneKubeConfigToWorker ¶
type SyneKubeConfigToWorker struct {
common.KubeAction
}
type UninstallAutoRenewCerts ¶
type UninstallAutoRenewCerts struct {
common.KubeAction
}
type UninstallAutoRenewCertsModule ¶
type UninstallAutoRenewCertsModule struct {
common.KubeModule
}
func (*UninstallAutoRenewCertsModule) Init ¶
func (u *UninstallAutoRenewCertsModule) Init()
Click to show internal directories.
Click to hide internal directories.