types

package
v1.2.0-rc1 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	V0042ControllerPingPingedUP   = "UP"
	V0042ControllerPingPingedDOWN = "DOWN"
)
View Source
const (
	V0043ControllerPingPingedUP   = "UP"
	V0043ControllerPingPingedDOWN = "DOWN"
)
View Source
const (
	V0044ControllerPingPingedUP   = "UP"
	V0044ControllerPingPingedDOWN = "DOWN"
)
View Source
const (
	V0045ControllerPingPingedUP   = "UP"
	V0045ControllerPingPingedDOWN = "DOWN"
)
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"
)
View Source
const (
	ObjectTypeV0045ControllerPing = "V0045ControllerPing"
)
View Source
const (
	ObjectTypeV0045JobInfo = "V0045JobInfo"
)
View Source
const (
	ObjectTypeV0045Node = "V0045Node"
)
View Source
const (
	ObjectTypeV0045NodeResourceLayout = "V0045NodeResources"
)
View Source
const (
	ObjectTypeV0045PartitionInfo = "V0045PartitionInfo"
)
View Source
const (
	ObjectTypeV0045Reconfigure = "V0045Reconfigure"
)
View Source
const (
	ObjectTypeV0045ReservationInfo = "V0045ReservationInfo"
)
View Source
const (
	ObjectTypeV0045Stats = "V0045Stats"
)

Variables

This section is empty.

Functions

This section is empty.

Types

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.

type V0045ControllerPing added in v1.2.0

type V0045ControllerPing struct {
	api.V0045ControllerPing
}

func (*V0045ControllerPing) DeepCopy added in v1.2.0

func (*V0045ControllerPing) DeepCopyObject added in v1.2.0

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

DeepCopyObject implements Object.

func (*V0045ControllerPing) GetKey added in v1.2.0

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

GetKey implements Object.

func (*V0045ControllerPing) GetType added in v1.2.0

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

GetType implements Object.

type V0045ControllerPingList added in v1.2.0

type V0045ControllerPingList struct {
	Items []V0045ControllerPing
}

func (*V0045ControllerPingList) AppendItem added in v1.2.0

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

AppendItem implements ObjectList.

func (*V0045ControllerPingList) DeepCopyObjectList added in v1.2.0

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

DeepCopyObjectList implements ObjectList.

func (*V0045ControllerPingList) GetItems added in v1.2.0

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

GetItems implements ObjectList.

func (*V0045ControllerPingList) GetType added in v1.2.0

GetType implements ObjectList.

type V0045JobInfo added in v1.2.0

type V0045JobInfo struct {
	api.V0045JobInfo
}

func (*V0045JobInfo) DeepCopy added in v1.2.0

func (o *V0045JobInfo) DeepCopy() *V0045JobInfo

func (*V0045JobInfo) DeepCopyObject added in v1.2.0

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

DeepCopyObject implements Object.

func (*V0045JobInfo) GetKey added in v1.2.0

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

GetKey implements Object.

func (*V0045JobInfo) GetStateAsSet added in v1.2.0

func (o *V0045JobInfo) GetStateAsSet() set.Set[api.V0045JobInfoJobState]

func (*V0045JobInfo) GetType added in v1.2.0

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

GetType implements Object.

type V0045JobInfoList added in v1.2.0

type V0045JobInfoList struct {
	Items []V0045JobInfo
}

func (*V0045JobInfoList) AppendItem added in v1.2.0

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

AppendItem implements ObjectList.

func (*V0045JobInfoList) DeepCopyObjectList added in v1.2.0

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

DeepCopyObjectList implements ObjectList.

func (*V0045JobInfoList) GetItems added in v1.2.0

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

GetItems implements ObjectList.

func (*V0045JobInfoList) GetType added in v1.2.0

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

GetType implements ObjectList.

type V0045Node added in v1.2.0

type V0045Node struct {
	api.V0045Node
}

func (*V0045Node) DeepCopy added in v1.2.0

func (o *V0045Node) DeepCopy() *V0045Node

func (*V0045Node) DeepCopyObject added in v1.2.0

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

DeepCopyObject implements Object.

func (*V0045Node) GetKey added in v1.2.0

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

GetKey implements Object.

func (*V0045Node) GetStateAsSet added in v1.2.0

func (o *V0045Node) GetStateAsSet() set.Set[api.V0045NodeState]

func (*V0045Node) GetType added in v1.2.0

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

GetType implements Object.

type V0045NodeList added in v1.2.0

type V0045NodeList struct {
	Items []V0045Node
}

func (*V0045NodeList) AppendItem added in v1.2.0

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

AppendItem implements ObjectList.

func (*V0045NodeList) DeepCopyObjectList added in v1.2.0

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

DeepCopyObjectList implements ObjectList.

func (*V0045NodeList) GetItems added in v1.2.0

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

GetItems implements ObjectList.

func (*V0045NodeList) GetType added in v1.2.0

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

GetType implements ObjectList.

type V0045NodeResourceLayout added in v1.2.0

type V0045NodeResourceLayout struct {
	api.V0045NodeResourceLayoutList
}

func (*V0045NodeResourceLayout) DeepCopy added in v1.2.0

func (*V0045NodeResourceLayout) DeepCopyObject added in v1.2.0

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

DeepCopyObject implements Object.

func (*V0045NodeResourceLayout) GetKey added in v1.2.0

GetKey implements Object.

func (*V0045NodeResourceLayout) GetType added in v1.2.0

GetType implements Object.

type V0045NodeResourceLayoutList added in v1.2.0

type V0045NodeResourceLayoutList struct {
	Items []V0045NodeResourceLayout
}

func (*V0045NodeResourceLayoutList) AppendItem added in v1.2.0

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

AppendItem implements ObjectList.

func (*V0045NodeResourceLayoutList) DeepCopyObjectList added in v1.2.0

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

DeepCopyObjectList implements ObjectList.

func (*V0045NodeResourceLayoutList) GetItems added in v1.2.0

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

GetItems implements ObjectList.

func (*V0045NodeResourceLayoutList) GetType added in v1.2.0

GetType implements ObjectList.

type V0045PartitionInfo added in v1.2.0

type V0045PartitionInfo struct {
	api.V0045PartitionInfo
}

func (*V0045PartitionInfo) DeepCopy added in v1.2.0

func (o *V0045PartitionInfo) DeepCopy() *V0045PartitionInfo

func (*V0045PartitionInfo) DeepCopyObject added in v1.2.0

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

DeepCopyObject implements Object.

func (*V0045PartitionInfo) GetKey added in v1.2.0

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

GetKey implements Object.

func (*V0045PartitionInfo) GetStateAsSet added in v1.2.0

func (*V0045PartitionInfo) GetType added in v1.2.0

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

GetType implements Object.

type V0045PartitionInfoList added in v1.2.0

type V0045PartitionInfoList struct {
	Items []V0045PartitionInfo
}

func (*V0045PartitionInfoList) AppendItem added in v1.2.0

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

AppendItem implements ObjectList.

func (*V0045PartitionInfoList) DeepCopyObjectList added in v1.2.0

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

DeepCopyObjectList implements ObjectList.

func (*V0045PartitionInfoList) GetItems added in v1.2.0

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

GetItems implements ObjectList.

func (*V0045PartitionInfoList) GetType added in v1.2.0

GetType implements ObjectList.

type V0045Reconfigure added in v1.2.0

type V0045Reconfigure struct{}

func (*V0045Reconfigure) DeepCopy added in v1.2.0

func (o *V0045Reconfigure) DeepCopy() *V0045Reconfigure

func (*V0045Reconfigure) DeepCopyObject added in v1.2.0

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

DeepCopyObject implements Object.

func (*V0045Reconfigure) GetKey added in v1.2.0

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

GetKey implements Object.

func (*V0045Reconfigure) GetType added in v1.2.0

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

GetType implements Object.

type V0045ReconfigureList added in v1.2.0

type V0045ReconfigureList struct {
	Items []V0045Reconfigure
}

func (*V0045ReconfigureList) AppendItem added in v1.2.0

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

AppendItem implements ObjectList.

func (*V0045ReconfigureList) DeepCopyObjectList added in v1.2.0

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

DeepCopyObjectList implements ObjectList.

func (*V0045ReconfigureList) GetItems added in v1.2.0

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

GetItems implements ObjectList.

func (*V0045ReconfigureList) GetType added in v1.2.0

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

GetType implements ObjectList.

type V0045ReservationInfo added in v1.2.0

type V0045ReservationInfo struct {
	api.V0045ReservationInfo
}

func (*V0045ReservationInfo) DeepCopy added in v1.2.0

func (*V0045ReservationInfo) DeepCopyObject added in v1.2.0

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

DeepCopyObject implements Object.

func (*V0045ReservationInfo) GetKey added in v1.2.0

GetKey implements Object.

func (*V0045ReservationInfo) GetType added in v1.2.0

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

GetType implements Object.

type V0045ReservationInfoList added in v1.2.0

type V0045ReservationInfoList struct {
	Items []V0045ReservationInfo
}

func (*V0045ReservationInfoList) AppendItem added in v1.2.0

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

AppendItem implements ObjectList.

func (*V0045ReservationInfoList) DeepCopyObjectList added in v1.2.0

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

DeepCopyObjectList implements ObjectList.

func (*V0045ReservationInfoList) GetItems added in v1.2.0

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

GetItems implements ObjectList.

func (*V0045ReservationInfoList) GetType added in v1.2.0

GetType implements ObjectList.

type V0045Stats added in v1.2.0

type V0045Stats struct {
	api.V0045StatsMsg
}

func (*V0045Stats) DeepCopy added in v1.2.0

func (o *V0045Stats) DeepCopy() *V0045Stats

func (*V0045Stats) DeepCopyObject added in v1.2.0

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

DeepCopyObject implements Object.

func (*V0045Stats) GetKey added in v1.2.0

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

GetKey implements Object.

func (*V0045Stats) GetType added in v1.2.0

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

GetType implements Object.

type V0045StatsList added in v1.2.0

type V0045StatsList struct {
	Items []V0045Stats
}

func (*V0045StatsList) AppendItem added in v1.2.0

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

AppendItem implements ObjectList.

func (*V0045StatsList) DeepCopyObjectList added in v1.2.0

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

DeepCopyObjectList implements ObjectList.

func (*V0045StatsList) GetItems added in v1.2.0

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

GetItems implements ObjectList.

func (*V0045StatsList) GetType added in v1.2.0

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

GetType implements ObjectList.

Jump to

Keyboard shortcuts

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