Documentation ¶
Index ¶
Constants ¶
View Source
const (
UID = "linode"
)
Variables ¶
This section is empty.
Functions ¶
func NewLinodeNamer ¶
func NewLinodeNamer() controller.Namer
func NewLinodeProvisioner ¶
func NewLinodeProvisioner(ctx context.Context, client kubernetes.Interface, linodeClient *linodego.Client) controller.Provisioner
Types ¶
type ExternalStorage ¶
type ExternalStorage struct {
// contains filtered or unexported fields
}
func (*ExternalStorage) Init ¶
func (e *ExternalStorage) Init() (controller.Provisioner, error)
func (*ExternalStorage) Namer ¶
func (e *ExternalStorage) Namer() controller.Namer
type LinodeNamer ¶
type LinodeNamer struct{}
func (*LinodeNamer) GetProvisionedVolumeNameForClaim ¶
func (n *LinodeNamer) GetProvisionedVolumeNameForClaim(claim *core.PersistentVolumeClaim) string
type TokenSource ¶
type TokenSource struct {
ApiToken string `json:"token"`
}
Click to show internal directories.
Click to hide internal directories.