Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Handle ¶ added in v1.2.2
func Handle(param resourcemanage.ExtendParams) (interface{}, error)
func PvcHandle ¶ added in v1.2.2
func PvcHandle(param resourcemanage.ExtendParams) (interface{}, error)
Types ¶
type Pvc ¶
type Pvc struct {
// contains filtered or unexported fields
}
func (*Pvc) GetPvc ¶ added in v1.2.2
func (p *Pvc) GetPvc() (*unstructured.Unstructured, error)
GetPvc list pvcs, and add extend info that which pod mount this pvc
func (*Pvc) GetPvcWorkloads ¶
func (p *Pvc) GetPvcWorkloads(pvcName string) (*unstructured.Unstructured, error)
GetPvcWorkloads get extend deployments
Click to show internal directories.
Click to hide internal directories.