Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Deployment ¶
func (self *Client) Deployment(namespace string) *Deployment
type Deployment ¶
type Deployment struct {
// contains filtered or unexported fields
}
func (*Deployment) Create ¶
func (self *Deployment) Create(data template.DeploymentTemplate) (*appsv1.Deployment, error)
func (*Deployment) List ¶
func (self *Deployment) List() (*appsv1.DeploymentList, error)
func (*Deployment) Remove ¶
func (self *Deployment) Remove(name string) error
type PersistentVolume ¶
type PersistentVolume struct {
// contains filtered or unexported fields
}
func (*PersistentVolume) Create ¶
func (self *PersistentVolume) Create(data template.PersistentVolumeTemplate) (*corev1.PersistentVolume, error)
func (*PersistentVolume) List ¶
func (self *PersistentVolume) List() (*corev1.PersistentVolumeList, error)
func (*PersistentVolume) Remove ¶
func (self *PersistentVolume) Remove(name string) error
type PersistentVolumeClaim ¶
type PersistentVolumeClaim struct {
// contains filtered or unexported fields
}
func (*PersistentVolumeClaim) Create ¶
func (self *PersistentVolumeClaim) Create(data template.PersistentVolumeClaimTemplate) (*corev1.PersistentVolumeClaim, error)
func (*PersistentVolumeClaim) List ¶
func (self *PersistentVolumeClaim) List() (*corev1.PersistentVolumeClaimList, error)
func (*PersistentVolumeClaim) Remove ¶
func (self *PersistentVolumeClaim) Remove(name string) error
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func (*Storage) PersistentVolume ¶
func (self *Storage) PersistentVolume() *PersistentVolume
func (*Storage) PersistentVolumeClaim ¶
func (self *Storage) PersistentVolumeClaim() *PersistentVolumeClaim
Click to show internal directories.
Click to hide internal directories.