Documentation ¶
Index ¶
Constants ¶
View Source
const PathKey = "sourcePath"
View Source
const TypeLocalWorkload workloadinterface.ObjectType = "LocalWorkload"
Variables ¶
This section is empty.
Functions ¶
func IsTypeLocalWorkload ¶
Types ¶
type LocalWorkload ¶
type LocalWorkload struct {
*workloadinterface.BaseObject
}
func NewLocalWorkload ¶
func NewLocalWorkload(object map[string]interface{}) *LocalWorkload
NewLocalWorkload construct a NewLocalWorkload from map[string]interface{}. If the map does not match the object, will return nil
func (*LocalWorkload) DeletePathEntry ¶
func (localWorkload *LocalWorkload) DeletePathEntry()
func (*LocalWorkload) GetID ¶
func (localWorkload *LocalWorkload) GetID() string
func (*LocalWorkload) GetPath ¶
func (localWorkload *LocalWorkload) GetPath() string
func (*LocalWorkload) SetPath ¶
func (localWorkload *LocalWorkload) SetPath(p string)
Click to show internal directories.
Click to hide internal directories.