Documentation
¶
Index ¶
- type Fake
- type FakeClaim
- func (c *FakeClaim) EnsureExists() error
- func (c *FakeClaim) NodeSelector() map[string]string
- func (c *FakeClaim) SetNodeSelector(nodeSelectors map[string]string)
- func (c *FakeClaim) SetStoragePath(path string)
- func (c *FakeClaim) SetStorageSize(quantity resource.Quantity)
- func (c *FakeClaim) StoragePath() string
- func (c *FakeClaim) StorageSize() *resource.Quantity
- type PersistentVolumeClaim
- type PersistentVolumeClaims
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fake ¶
type Fake struct {
// contains filtered or unexported fields
}
func (*Fake) New ¶
func (f *Fake) New(name types.NamespacedName, owner meta.Object) PersistentVolumeClaim
type FakeClaim ¶
type FakeClaim struct {
// contains filtered or unexported fields
}
func (*FakeClaim) EnsureExists ¶
func (*FakeClaim) NodeSelector ¶
func (*FakeClaim) SetNodeSelector ¶
func (*FakeClaim) SetStoragePath ¶
func (*FakeClaim) SetStorageSize ¶
func (*FakeClaim) StoragePath ¶
func (*FakeClaim) StorageSize ¶
type PersistentVolumeClaim ¶
type PersistentVolumeClaims ¶
type PersistentVolumeClaims interface {
New(name types.NamespacedName, owner meta.Object) PersistentVolumeClaim
}
Click to show internal directories.
Click to hide internal directories.