types

package
v1.1.0-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	V0041ControllerPingPingedUP   = "UP"
	V0041ControllerPingPingedDOWN = "DOWN"
)
View Source
const (
	V0042ControllerPingPingedUP   = "UP"
	V0042ControllerPingPingedDOWN = "DOWN"
)
View Source
const (
	V0043ControllerPingPingedUP   = "UP"
	V0043ControllerPingPingedDOWN = "DOWN"
)
View Source
const (
	V0044ControllerPingPingedUP   = "UP"
	V0044ControllerPingPingedDOWN = "DOWN"
)
View Source
const (
	ObjectTypeV0041ControllerPing = "V0041ControllerPing"
)
View Source
const (
	ObjectTypeV0041JobInfo = "V0041JobInfo"
)
View Source
const (
	ObjectTypeV0041Node = "V0041Node"
)
View Source
const (
	ObjectTypeV0041PartitionInfo = "V0041PartitionInfo"
)
View Source
const (
	ObjectTypeV0041Reconfigure = "V0041Reconfigure"
)
View Source
const (
	ObjectTypeV0041Stats = "V0041Stats"
)
View Source
const (
	ObjectTypeV0042ControllerPing = "V0042ControllerPing"
)
View Source
const (
	ObjectTypeV0042JobInfo = "V0042JobInfo"
)
View Source
const (
	ObjectTypeV0042Node = "V0042Node"
)
View Source
const (
	ObjectTypeV0042PartitionInfo = "V0042PartitionInfo"
)
View Source
const (
	ObjectTypeV0042Reconfigure = "V0042Reconfigure"
)
View Source
const (
	ObjectTypeV0042Stats = "V0042Stats"
)
View Source
const (
	ObjectTypeV0043ControllerPing = "V0043ControllerPing"
)
View Source
const (
	ObjectTypeV0043JobInfo = "V0043JobInfo"
)
View Source
const (
	ObjectTypeV0043Node = "V0043Node"
)
View Source
const (
	ObjectTypeV0043PartitionInfo = "V0043PartitionInfo"
)
View Source
const (
	ObjectTypeV0043Reconfigure = "V0043Reconfigure"
)
View Source
const (
	ObjectTypeV0043Stats = "V0043Stats"
)
View Source
const (
	ObjectTypeV0044ControllerPing = "V0044ControllerPing"
)
View Source
const (
	ObjectTypeV0044JobInfo = "V0044JobInfo"
)
View Source
const (
	ObjectTypeV0044Node = "V0044Node"
)
View Source
const (
	ObjectTypeV0044NodeResourceLayout = "V0044NodeResources"
)
View Source
const (
	ObjectTypeV0044PartitionInfo = "V0044PartitionInfo"
)
View Source
const (
	ObjectTypeV0044Reconfigure = "V0044Reconfigure"
)
View Source
const (
	ObjectTypeV0044ReservationInfo = "V0044ReservationInfo"
)
View Source
const (
	ObjectTypeV0044Stats = "V0044Stats"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type V0041ControllerPing

type V0041ControllerPing struct {
	api.V0041ControllerPing
}

func (*V0041ControllerPing) DeepCopy

func (*V0041ControllerPing) DeepCopyObject

func (o *V0041ControllerPing) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0041ControllerPing) GetKey

func (o *V0041ControllerPing) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0041ControllerPing) GetType

func (o *V0041ControllerPing) GetType() object.ObjectType

GetType implements Object.

type V0041ControllerPingList

type V0041ControllerPingList struct {
	Items []V0041ControllerPing
}

func (*V0041ControllerPingList) AppendItem

func (o *V0041ControllerPingList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0041ControllerPingList) DeepCopyObjectList

func (o *V0041ControllerPingList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0041ControllerPingList) GetItems

func (o *V0041ControllerPingList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0041ControllerPingList) GetType

GetType implements ObjectList.

type V0041JobInfo

type V0041JobInfo struct {
	api.V0041JobInfo
}

func (*V0041JobInfo) DeepCopy

func (o *V0041JobInfo) DeepCopy() *V0041JobInfo

func (*V0041JobInfo) DeepCopyObject

func (o *V0041JobInfo) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0041JobInfo) GetKey

func (o *V0041JobInfo) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0041JobInfo) GetStateAsSet

func (o *V0041JobInfo) GetStateAsSet() set.Set[api.V0041JobInfoJobState]

func (*V0041JobInfo) GetType

func (o *V0041JobInfo) GetType() object.ObjectType

GetType implements Object.

type V0041JobInfoList

type V0041JobInfoList struct {
	Items []V0041JobInfo
}

func (*V0041JobInfoList) AppendItem

func (o *V0041JobInfoList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0041JobInfoList) DeepCopyObjectList

func (o *V0041JobInfoList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0041JobInfoList) GetItems

func (o *V0041JobInfoList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0041JobInfoList) GetType

func (o *V0041JobInfoList) GetType() object.ObjectType

GetType implements ObjectList.

type V0041Node

type V0041Node struct {
	api.V0041Node
}

func (*V0041Node) DeepCopy

func (o *V0041Node) DeepCopy() *V0041Node

func (*V0041Node) DeepCopyObject

func (o *V0041Node) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0041Node) GetKey

func (o *V0041Node) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0041Node) GetStateAsSet

func (o *V0041Node) GetStateAsSet() set.Set[api.V0041NodeState]

func (*V0041Node) GetType

func (o *V0041Node) GetType() object.ObjectType

GetType implements Object.

type V0041NodeList

type V0041NodeList struct {
	Items []V0041Node
}

func (*V0041NodeList) AppendItem

func (o *V0041NodeList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0041NodeList) DeepCopyObjectList

func (o *V0041NodeList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0041NodeList) GetItems

func (o *V0041NodeList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0041NodeList) GetType

func (o *V0041NodeList) GetType() object.ObjectType

GetType implements ObjectList.

type V0041PartitionInfo

type V0041PartitionInfo struct {
	api.V0041PartitionInfo
}

func (*V0041PartitionInfo) DeepCopy

func (o *V0041PartitionInfo) DeepCopy() *V0041PartitionInfo

func (*V0041PartitionInfo) DeepCopyObject

func (o *V0041PartitionInfo) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0041PartitionInfo) GetKey

func (o *V0041PartitionInfo) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0041PartitionInfo) GetStateAsSet

func (*V0041PartitionInfo) GetType

func (o *V0041PartitionInfo) GetType() object.ObjectType

GetType implements Object.

type V0041PartitionInfoList

type V0041PartitionInfoList struct {
	Items []V0041PartitionInfo
}

func (*V0041PartitionInfoList) AppendItem

func (o *V0041PartitionInfoList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0041PartitionInfoList) DeepCopyObjectList

func (o *V0041PartitionInfoList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0041PartitionInfoList) GetItems

func (o *V0041PartitionInfoList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0041PartitionInfoList) GetType

GetType implements ObjectList.

type V0041Reconfigure

type V0041Reconfigure struct{}

func (*V0041Reconfigure) DeepCopy

func (o *V0041Reconfigure) DeepCopy() *V0041Reconfigure

func (*V0041Reconfigure) DeepCopyObject

func (o *V0041Reconfigure) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0041Reconfigure) GetKey

func (o *V0041Reconfigure) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0041Reconfigure) GetType

func (o *V0041Reconfigure) GetType() object.ObjectType

GetType implements Object.

type V0041ReconfigureList

type V0041ReconfigureList struct {
	Items []V0041Reconfigure
}

func (*V0041ReconfigureList) AppendItem

func (o *V0041ReconfigureList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0041ReconfigureList) DeepCopyObjectList

func (o *V0041ReconfigureList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0041ReconfigureList) GetItems

func (o *V0041ReconfigureList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0041ReconfigureList) GetType

func (o *V0041ReconfigureList) GetType() object.ObjectType

GetType implements ObjectList.

type V0041Stats

type V0041Stats struct {
	api.V0041StatsMsg
}

func (*V0041Stats) DeepCopy

func (o *V0041Stats) DeepCopy() *V0041Stats

func (*V0041Stats) DeepCopyObject

func (o *V0041Stats) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0041Stats) GetKey

func (o *V0041Stats) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0041Stats) GetType

func (o *V0041Stats) GetType() object.ObjectType

GetType implements Object.

type V0041StatsList

type V0041StatsList struct {
	Items []V0041Stats
}

func (*V0041StatsList) AppendItem

func (o *V0041StatsList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0041StatsList) DeepCopyObjectList

func (o *V0041StatsList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0041StatsList) GetItems

func (o *V0041StatsList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0041StatsList) GetType

func (o *V0041StatsList) GetType() object.ObjectType

GetType implements ObjectList.

type V0042ControllerPing

type V0042ControllerPing struct {
	api.V0042ControllerPing
}

func (*V0042ControllerPing) DeepCopy

func (*V0042ControllerPing) DeepCopyObject

func (o *V0042ControllerPing) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0042ControllerPing) GetKey

func (o *V0042ControllerPing) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0042ControllerPing) GetType

func (o *V0042ControllerPing) GetType() object.ObjectType

GetType implements Object.

type V0042ControllerPingList

type V0042ControllerPingList struct {
	Items []V0042ControllerPing
}

func (*V0042ControllerPingList) AppendItem

func (o *V0042ControllerPingList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0042ControllerPingList) DeepCopyObjectList

func (o *V0042ControllerPingList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0042ControllerPingList) GetItems

func (o *V0042ControllerPingList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0042ControllerPingList) GetType

GetType implements ObjectList.

type V0042JobInfo

type V0042JobInfo struct {
	api.V0042JobInfo
}

func (*V0042JobInfo) DeepCopy

func (o *V0042JobInfo) DeepCopy() *V0042JobInfo

func (*V0042JobInfo) DeepCopyObject

func (o *V0042JobInfo) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0042JobInfo) GetKey

func (o *V0042JobInfo) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0042JobInfo) GetStateAsSet

func (o *V0042JobInfo) GetStateAsSet() set.Set[api.V0042JobInfoJobState]

func (*V0042JobInfo) GetType

func (o *V0042JobInfo) GetType() object.ObjectType

GetType implements Object.

type V0042JobInfoList

type V0042JobInfoList struct {
	Items []V0042JobInfo
}

func (*V0042JobInfoList) AppendItem

func (o *V0042JobInfoList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0042JobInfoList) DeepCopyObjectList

func (o *V0042JobInfoList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0042JobInfoList) GetItems

func (o *V0042JobInfoList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0042JobInfoList) GetType

func (o *V0042JobInfoList) GetType() object.ObjectType

GetType implements ObjectList.

type V0042Node

type V0042Node struct {
	api.V0042Node
}

func (*V0042Node) DeepCopy

func (o *V0042Node) DeepCopy() *V0042Node

func (*V0042Node) DeepCopyObject

func (o *V0042Node) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0042Node) GetKey

func (o *V0042Node) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0042Node) GetStateAsSet

func (o *V0042Node) GetStateAsSet() set.Set[api.V0042NodeState]

func (*V0042Node) GetType

func (o *V0042Node) GetType() object.ObjectType

GetType implements Object.

type V0042NodeList

type V0042NodeList struct {
	Items []V0042Node
}

func (*V0042NodeList) AppendItem

func (o *V0042NodeList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0042NodeList) DeepCopyObjectList

func (o *V0042NodeList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0042NodeList) GetItems

func (o *V0042NodeList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0042NodeList) GetType

func (o *V0042NodeList) GetType() object.ObjectType

GetType implements ObjectList.

type V0042PartitionInfo

type V0042PartitionInfo struct {
	api.V0042PartitionInfo
}

func (*V0042PartitionInfo) DeepCopy

func (o *V0042PartitionInfo) DeepCopy() *V0042PartitionInfo

func (*V0042PartitionInfo) DeepCopyObject

func (o *V0042PartitionInfo) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0042PartitionInfo) GetKey

func (o *V0042PartitionInfo) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0042PartitionInfo) GetStateAsSet

func (*V0042PartitionInfo) GetType

func (o *V0042PartitionInfo) GetType() object.ObjectType

GetType implements Object.

type V0042PartitionInfoList

type V0042PartitionInfoList struct {
	Items []V0042PartitionInfo
}

func (*V0042PartitionInfoList) AppendItem

func (o *V0042PartitionInfoList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0042PartitionInfoList) DeepCopyObjectList

func (o *V0042PartitionInfoList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0042PartitionInfoList) GetItems

func (o *V0042PartitionInfoList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0042PartitionInfoList) GetType

GetType implements ObjectList.

type V0042Reconfigure

type V0042Reconfigure struct{}

func (*V0042Reconfigure) DeepCopy

func (o *V0042Reconfigure) DeepCopy() *V0042Reconfigure

func (*V0042Reconfigure) DeepCopyObject

func (o *V0042Reconfigure) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0042Reconfigure) GetKey

func (o *V0042Reconfigure) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0042Reconfigure) GetType

func (o *V0042Reconfigure) GetType() object.ObjectType

GetType implements Object.

type V0042ReconfigureList

type V0042ReconfigureList struct {
	Items []V0042Reconfigure
}

func (*V0042ReconfigureList) AppendItem

func (o *V0042ReconfigureList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0042ReconfigureList) DeepCopyObjectList

func (o *V0042ReconfigureList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0042ReconfigureList) GetItems

func (o *V0042ReconfigureList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0042ReconfigureList) GetType

func (o *V0042ReconfigureList) GetType() object.ObjectType

GetType implements ObjectList.

type V0042Stats

type V0042Stats struct {
	api.V0042StatsMsg
}

func (*V0042Stats) DeepCopy

func (o *V0042Stats) DeepCopy() *V0042Stats

func (*V0042Stats) DeepCopyObject

func (o *V0042Stats) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0042Stats) GetKey

func (o *V0042Stats) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0042Stats) GetType

func (o *V0042Stats) GetType() object.ObjectType

GetType implements Object.

type V0042StatsList

type V0042StatsList struct {
	Items []V0042Stats
}

func (*V0042StatsList) AppendItem

func (o *V0042StatsList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0042StatsList) DeepCopyObjectList

func (o *V0042StatsList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0042StatsList) GetItems

func (o *V0042StatsList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0042StatsList) GetType

func (o *V0042StatsList) GetType() object.ObjectType

GetType implements ObjectList.

type V0043ControllerPing

type V0043ControllerPing struct {
	api.V0043ControllerPing
}

func (*V0043ControllerPing) DeepCopy

func (*V0043ControllerPing) DeepCopyObject

func (o *V0043ControllerPing) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0043ControllerPing) GetKey

func (o *V0043ControllerPing) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0043ControllerPing) GetType

func (o *V0043ControllerPing) GetType() object.ObjectType

GetType implements Object.

type V0043ControllerPingList

type V0043ControllerPingList struct {
	Items []V0043ControllerPing
}

func (*V0043ControllerPingList) AppendItem

func (o *V0043ControllerPingList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0043ControllerPingList) DeepCopyObjectList

func (o *V0043ControllerPingList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0043ControllerPingList) GetItems

func (o *V0043ControllerPingList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0043ControllerPingList) GetType

GetType implements ObjectList.

type V0043JobInfo

type V0043JobInfo struct {
	api.V0043JobInfo
}

func (*V0043JobInfo) DeepCopy

func (o *V0043JobInfo) DeepCopy() *V0043JobInfo

func (*V0043JobInfo) DeepCopyObject

func (o *V0043JobInfo) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0043JobInfo) GetKey

func (o *V0043JobInfo) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0043JobInfo) GetStateAsSet

func (o *V0043JobInfo) GetStateAsSet() set.Set[api.V0043JobInfoJobState]

func (*V0043JobInfo) GetType

func (o *V0043JobInfo) GetType() object.ObjectType

GetType implements Object.

type V0043JobInfoList

type V0043JobInfoList struct {
	Items []V0043JobInfo
}

func (*V0043JobInfoList) AppendItem

func (o *V0043JobInfoList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0043JobInfoList) DeepCopyObjectList

func (o *V0043JobInfoList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0043JobInfoList) GetItems

func (o *V0043JobInfoList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0043JobInfoList) GetType

func (o *V0043JobInfoList) GetType() object.ObjectType

GetType implements ObjectList.

type V0043Node

type V0043Node struct {
	api.V0043Node
}

func (*V0043Node) DeepCopy

func (o *V0043Node) DeepCopy() *V0043Node

func (*V0043Node) DeepCopyObject

func (o *V0043Node) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0043Node) GetKey

func (o *V0043Node) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0043Node) GetStateAsSet

func (o *V0043Node) GetStateAsSet() set.Set[api.V0043NodeState]

func (*V0043Node) GetType

func (o *V0043Node) GetType() object.ObjectType

GetType implements Object.

type V0043NodeList

type V0043NodeList struct {
	Items []V0043Node
}

func (*V0043NodeList) AppendItem

func (o *V0043NodeList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0043NodeList) DeepCopyObjectList

func (o *V0043NodeList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0043NodeList) GetItems

func (o *V0043NodeList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0043NodeList) GetType

func (o *V0043NodeList) GetType() object.ObjectType

GetType implements ObjectList.

type V0043PartitionInfo

type V0043PartitionInfo struct {
	api.V0043PartitionInfo
}

func (*V0043PartitionInfo) DeepCopy

func (o *V0043PartitionInfo) DeepCopy() *V0043PartitionInfo

func (*V0043PartitionInfo) DeepCopyObject

func (o *V0043PartitionInfo) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0043PartitionInfo) GetKey

func (o *V0043PartitionInfo) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0043PartitionInfo) GetStateAsSet

func (*V0043PartitionInfo) GetType

func (o *V0043PartitionInfo) GetType() object.ObjectType

GetType implements Object.

type V0043PartitionInfoList

type V0043PartitionInfoList struct {
	Items []V0043PartitionInfo
}

func (*V0043PartitionInfoList) AppendItem

func (o *V0043PartitionInfoList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0043PartitionInfoList) DeepCopyObjectList

func (o *V0043PartitionInfoList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0043PartitionInfoList) GetItems

func (o *V0043PartitionInfoList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0043PartitionInfoList) GetType

GetType implements ObjectList.

type V0043Reconfigure

type V0043Reconfigure struct{}

func (*V0043Reconfigure) DeepCopy

func (o *V0043Reconfigure) DeepCopy() *V0043Reconfigure

func (*V0043Reconfigure) DeepCopyObject

func (o *V0043Reconfigure) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0043Reconfigure) GetKey

func (o *V0043Reconfigure) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0043Reconfigure) GetType

func (o *V0043Reconfigure) GetType() object.ObjectType

GetType implements Object.

type V0043ReconfigureList

type V0043ReconfigureList struct {
	Items []V0043Reconfigure
}

func (*V0043ReconfigureList) AppendItem

func (o *V0043ReconfigureList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0043ReconfigureList) DeepCopyObjectList

func (o *V0043ReconfigureList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0043ReconfigureList) GetItems

func (o *V0043ReconfigureList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0043ReconfigureList) GetType

func (o *V0043ReconfigureList) GetType() object.ObjectType

GetType implements ObjectList.

type V0043Stats

type V0043Stats struct {
	api.V0043StatsMsg
}

func (*V0043Stats) DeepCopy

func (o *V0043Stats) DeepCopy() *V0043Stats

func (*V0043Stats) DeepCopyObject

func (o *V0043Stats) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0043Stats) GetKey

func (o *V0043Stats) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0043Stats) GetType

func (o *V0043Stats) GetType() object.ObjectType

GetType implements Object.

type V0043StatsList

type V0043StatsList struct {
	Items []V0043Stats
}

func (*V0043StatsList) AppendItem

func (o *V0043StatsList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0043StatsList) DeepCopyObjectList

func (o *V0043StatsList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0043StatsList) GetItems

func (o *V0043StatsList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0043StatsList) GetType

func (o *V0043StatsList) GetType() object.ObjectType

GetType implements ObjectList.

type V0044ControllerPing

type V0044ControllerPing struct {
	api.V0044ControllerPing
}

func (*V0044ControllerPing) DeepCopy

func (*V0044ControllerPing) DeepCopyObject

func (o *V0044ControllerPing) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0044ControllerPing) GetKey

func (o *V0044ControllerPing) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0044ControllerPing) GetType

func (o *V0044ControllerPing) GetType() object.ObjectType

GetType implements Object.

type V0044ControllerPingList

type V0044ControllerPingList struct {
	Items []V0044ControllerPing
}

func (*V0044ControllerPingList) AppendItem

func (o *V0044ControllerPingList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0044ControllerPingList) DeepCopyObjectList

func (o *V0044ControllerPingList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0044ControllerPingList) GetItems

func (o *V0044ControllerPingList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0044ControllerPingList) GetType

GetType implements ObjectList.

type V0044JobInfo

type V0044JobInfo struct {
	api.V0044JobInfo
}

func (*V0044JobInfo) DeepCopy

func (o *V0044JobInfo) DeepCopy() *V0044JobInfo

func (*V0044JobInfo) DeepCopyObject

func (o *V0044JobInfo) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0044JobInfo) GetKey

func (o *V0044JobInfo) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0044JobInfo) GetStateAsSet

func (o *V0044JobInfo) GetStateAsSet() set.Set[api.V0044JobInfoJobState]

func (*V0044JobInfo) GetType

func (o *V0044JobInfo) GetType() object.ObjectType

GetType implements Object.

type V0044JobInfoList

type V0044JobInfoList struct {
	Items []V0044JobInfo
}

func (*V0044JobInfoList) AppendItem

func (o *V0044JobInfoList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0044JobInfoList) DeepCopyObjectList

func (o *V0044JobInfoList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0044JobInfoList) GetItems

func (o *V0044JobInfoList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0044JobInfoList) GetType

func (o *V0044JobInfoList) GetType() object.ObjectType

GetType implements ObjectList.

type V0044Node

type V0044Node struct {
	api.V0044Node
}

func (*V0044Node) DeepCopy

func (o *V0044Node) DeepCopy() *V0044Node

func (*V0044Node) DeepCopyObject

func (o *V0044Node) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0044Node) GetKey

func (o *V0044Node) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0044Node) GetStateAsSet

func (o *V0044Node) GetStateAsSet() set.Set[api.V0044NodeState]

func (*V0044Node) GetType

func (o *V0044Node) GetType() object.ObjectType

GetType implements Object.

type V0044NodeList

type V0044NodeList struct {
	Items []V0044Node
}

func (*V0044NodeList) AppendItem

func (o *V0044NodeList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0044NodeList) DeepCopyObjectList

func (o *V0044NodeList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0044NodeList) GetItems

func (o *V0044NodeList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0044NodeList) GetType

func (o *V0044NodeList) GetType() object.ObjectType

GetType implements ObjectList.

type V0044NodeResourceLayout

type V0044NodeResourceLayout struct {
	api.V0044NodeResourceLayoutList
}

func (*V0044NodeResourceLayout) DeepCopy

func (*V0044NodeResourceLayout) DeepCopyObject

func (o *V0044NodeResourceLayout) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0044NodeResourceLayout) GetKey

GetKey implements Object.

func (*V0044NodeResourceLayout) GetType

GetType implements Object.

type V0044NodeResourceLayoutList

type V0044NodeResourceLayoutList struct {
	Items []V0044NodeResourceLayout
}

func (*V0044NodeResourceLayoutList) AppendItem

func (o *V0044NodeResourceLayoutList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0044NodeResourceLayoutList) DeepCopyObjectList

func (o *V0044NodeResourceLayoutList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0044NodeResourceLayoutList) GetItems

func (o *V0044NodeResourceLayoutList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0044NodeResourceLayoutList) GetType

GetType implements ObjectList.

type V0044PartitionInfo

type V0044PartitionInfo struct {
	api.V0044PartitionInfo
}

func (*V0044PartitionInfo) DeepCopy

func (o *V0044PartitionInfo) DeepCopy() *V0044PartitionInfo

func (*V0044PartitionInfo) DeepCopyObject

func (o *V0044PartitionInfo) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0044PartitionInfo) GetKey

func (o *V0044PartitionInfo) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0044PartitionInfo) GetStateAsSet

func (*V0044PartitionInfo) GetType

func (o *V0044PartitionInfo) GetType() object.ObjectType

GetType implements Object.

type V0044PartitionInfoList

type V0044PartitionInfoList struct {
	Items []V0044PartitionInfo
}

func (*V0044PartitionInfoList) AppendItem

func (o *V0044PartitionInfoList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0044PartitionInfoList) DeepCopyObjectList

func (o *V0044PartitionInfoList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0044PartitionInfoList) GetItems

func (o *V0044PartitionInfoList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0044PartitionInfoList) GetType

GetType implements ObjectList.

type V0044Reconfigure

type V0044Reconfigure struct{}

func (*V0044Reconfigure) DeepCopy

func (o *V0044Reconfigure) DeepCopy() *V0044Reconfigure

func (*V0044Reconfigure) DeepCopyObject

func (o *V0044Reconfigure) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0044Reconfigure) GetKey

func (o *V0044Reconfigure) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0044Reconfigure) GetType

func (o *V0044Reconfigure) GetType() object.ObjectType

GetType implements Object.

type V0044ReconfigureList

type V0044ReconfigureList struct {
	Items []V0044Reconfigure
}

func (*V0044ReconfigureList) AppendItem

func (o *V0044ReconfigureList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0044ReconfigureList) DeepCopyObjectList

func (o *V0044ReconfigureList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0044ReconfigureList) GetItems

func (o *V0044ReconfigureList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0044ReconfigureList) GetType

func (o *V0044ReconfigureList) GetType() object.ObjectType

GetType implements ObjectList.

type V0044ReservationInfo

type V0044ReservationInfo struct {
	api.V0044ReservationInfo
}

func (*V0044ReservationInfo) DeepCopy

func (*V0044ReservationInfo) DeepCopyObject

func (o *V0044ReservationInfo) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0044ReservationInfo) GetKey

GetKey implements Object.

func (*V0044ReservationInfo) GetType

func (o *V0044ReservationInfo) GetType() object.ObjectType

GetType implements Object.

type V0044ReservationInfoList

type V0044ReservationInfoList struct {
	Items []V0044ReservationInfo
}

func (*V0044ReservationInfoList) AppendItem

func (o *V0044ReservationInfoList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0044ReservationInfoList) DeepCopyObjectList

func (o *V0044ReservationInfoList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0044ReservationInfoList) GetItems

func (o *V0044ReservationInfoList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0044ReservationInfoList) GetType

GetType implements ObjectList.

type V0044Stats

type V0044Stats struct {
	api.V0044StatsMsg
}

func (*V0044Stats) DeepCopy

func (o *V0044Stats) DeepCopy() *V0044Stats

func (*V0044Stats) DeepCopyObject

func (o *V0044Stats) DeepCopyObject() object.Object

DeepCopyObject implements Object.

func (*V0044Stats) GetKey

func (o *V0044Stats) GetKey() object.ObjectKey

GetKey implements Object.

func (*V0044Stats) GetType

func (o *V0044Stats) GetType() object.ObjectType

GetType implements Object.

type V0044StatsList

type V0044StatsList struct {
	Items []V0044Stats
}

func (*V0044StatsList) AppendItem

func (o *V0044StatsList) AppendItem(object object.Object)

AppendItem implements ObjectList.

func (*V0044StatsList) DeepCopyObjectList

func (o *V0044StatsList) DeepCopyObjectList() object.ObjectList

DeepCopyObjectList implements ObjectList.

func (*V0044StatsList) GetItems

func (o *V0044StatsList) GetItems() []object.Object

GetItems implements ObjectList.

func (*V0044StatsList) GetType

func (o *V0044StatsList) GetType() object.ObjectType

GetType implements ObjectList.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL