Documentation
¶
Index ¶
- type FakeClusterScope
- func (f *FakeClusterScope) CloudClient() *proxmox.Service
- func (f *FakeClusterScope) ControlPlaneEndpoint() clusterv1.APIEndpoint
- func (f *FakeClusterScope) Name() string
- func (f *FakeClusterScope) Namespace() string
- func (f *FakeClusterScope) SetControlPlaneEndpoint(endpoint clusterv1.APIEndpoint)
- func (f *FakeClusterScope) SetName(name string)
- func (f *FakeClusterScope) SetStorage(storage infrav1.Storage)
- func (f *FakeClusterScope) Storage() infrav1.Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClusterScope ¶
type FakeClusterScope struct {
// contains filtered or unexported fields
}
func NewClusterScope ¶
func NewClusterScope(client *proxmox.Service) *FakeClusterScope
func (*FakeClusterScope) CloudClient ¶
func (f *FakeClusterScope) CloudClient() *proxmox.Service
func (*FakeClusterScope) ControlPlaneEndpoint ¶
func (f *FakeClusterScope) ControlPlaneEndpoint() clusterv1.APIEndpoint
func (*FakeClusterScope) Name ¶
func (f *FakeClusterScope) Name() string
func (*FakeClusterScope) Namespace ¶
func (f *FakeClusterScope) Namespace() string
func (*FakeClusterScope) SetControlPlaneEndpoint ¶
func (f *FakeClusterScope) SetControlPlaneEndpoint(endpoint clusterv1.APIEndpoint)
func (*FakeClusterScope) SetName ¶
func (f *FakeClusterScope) SetName(name string)
func (*FakeClusterScope) SetStorage ¶
func (f *FakeClusterScope) SetStorage(storage infrav1.Storage)
func (*FakeClusterScope) Storage ¶
func (f *FakeClusterScope) Storage() infrav1.Storage
Click to show internal directories.
Click to hide internal directories.