Documentation ¶
Index ¶
- Constants
- func Register(ctx context.Context, cluster *config.UserContext)
- type Client
- func (c *Client) ApplyDomain(hosts []string) (bool, string, error)
- func (c *Client) CreateDomain(hosts []string) (string, error)
- func (c *Client) DeleteDomain() (string, error)
- func (c *Client) GetDomain() (d *model.Domain, err error)
- func (c *Client) RenewDomain() (string, error)
- func (c *Client) SetBaseURL(base string)
- func (c *Client) UpdateDomain(hosts []string) (string, error)
- type Controller
Constants ¶
View Source
const (
RdnsIPDomain = "lb.rancher.cloud"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(secrets v1.SecretInterface, secretLister v1.SecretLister, clusterName string) *Client
func (*Client) DeleteDomain ¶
func (*Client) RenewDomain ¶
func (*Client) SetBaseURL ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.