Documentation
¶
Index ¶
- Constants
- func New() store.Interface
- type FakeStore
- func (s *FakeStore) Certificates(cluster string) store.CertificateStore
- func (s *FakeStore) Clusters() store.ClusterStore
- func (s *FakeStore) Credentials() store.CredentialStore
- func (s *FakeStore) Machine(cluster string) store.MachineStore
- func (s *FakeStore) MachineSet(cluster string) store.MachineSetStore
- func (s *FakeStore) Operations() store.OperationStore
- func (s *FakeStore) Owner(id int64) store.ResourceInterface
- func (s *FakeStore) SSHKeys(cluster string) store.SSHKeyStore
Constants ¶
View Source
const (
UID = "fake"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FakeStore ¶
type FakeStore struct {
// contains filtered or unexported fields
}
func (*FakeStore) Certificates ¶
func (s *FakeStore) Certificates(cluster string) store.CertificateStore
func (*FakeStore) Clusters ¶
func (s *FakeStore) Clusters() store.ClusterStore
func (*FakeStore) Credentials ¶
func (s *FakeStore) Credentials() store.CredentialStore
func (*FakeStore) MachineSet ¶
func (s *FakeStore) MachineSet(cluster string) store.MachineSetStore
func (*FakeStore) Operations ¶
func (s *FakeStore) Operations() store.OperationStore
Click to show internal directories.
Click to hide internal directories.