Documentation ¶
Index ¶
- func Creator(namespace, name string) util.Constructor
- func DataSourceSchema() map[string]*schema.Schema
- func DataSourceVolume() *schema.Resource
- func ResourceVolume() *schema.Resource
- func Schema() map[string]*schema.Schema
- func Updater(volume *corev1.PersistentVolumeClaim) util.Constructor
- type Constructor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Creator ¶
func Creator(namespace, name string) util.Constructor
func DataSourceSchema ¶
func DataSourceVolume ¶
func ResourceVolume ¶
func Updater ¶
func Updater(volume *corev1.PersistentVolumeClaim) util.Constructor
Types ¶
type Constructor ¶
type Constructor struct {
Volume *corev1.PersistentVolumeClaim
}
func (*Constructor) Result ¶
func (c *Constructor) Result() (interface{}, error)
func (*Constructor) Setup ¶
func (c *Constructor) Setup() util.Processors
func (*Constructor) Validate ¶
func (c *Constructor) Validate() error
Click to show internal directories.
Click to hide internal directories.