io.k8s.api.resource.v1beta1

Members list

Type members

Classlikes

final case class AllocatedDeviceStatus(driver: String, pool: String, device: String, conditions: Option[Seq[Condition]], data: Option[RawExtension], networkData: Option[NetworkDeviceData])

AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it.

AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.

Attributes

Companion
object
Source
AllocatedDeviceStatus.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
AllocatedDeviceStatus.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class AllocationResult(devices: Option[DeviceAllocationResult], nodeSelector: Option[NodeSelector])

AllocationResult contains attributes of an allocated resource.

AllocationResult contains attributes of an allocated resource.

Attributes

Companion
object
Source
AllocationResult.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
AllocationResult.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class BasicDevice(taints: Option[Seq[DeviceTaint]], nodeName: Option[String], attributes: Option[Map[String, DeviceAttribute]], consumesCounters: Option[Seq[DeviceCounterConsumption]], nodeSelector: Option[NodeSelector], allNodes: Option[Boolean], capacity: Option[Map[String, DeviceCapacity]])

BasicDevice defines one device instance.

BasicDevice defines one device instance.

Attributes

Companion
object
Source
BasicDevice.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BasicDevice

Attributes

Companion
class
Source
BasicDevice.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class CELDeviceSelector(expression: String)

CELDeviceSelector contains a CEL expression for selecting a device.

CELDeviceSelector contains a CEL expression for selecting a device.

Attributes

Companion
object
Source
CELDeviceSelector.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
CELDeviceSelector.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Counter(value: Quantity)

Counter describes a quantity associated with a device.

Counter describes a quantity associated with a device.

Attributes

Companion
object
Source
Counter.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Counter

Attributes

Companion
class
Source
Counter.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Counter.type
final case class CounterSet(counters: Map[String, Counter], name: String)

CounterSet defines a named set of counters that are available to be used by devices defined in the ResourceSlice.

CounterSet defines a named set of counters that are available to be used by devices defined in the ResourceSlice.

The counters are not allocatable by themselves, but can be referenced by devices. When a device is allocated, the portion of counters it uses will no longer be available for use by other devices.

Attributes

Companion
object
Source
CounterSet.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CounterSet

Attributes

Companion
class
Source
CounterSet.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CounterSet.type
final case class Device(name: String, basic: Option[BasicDevice])

Device represents one individual hardware instance that can be selected based on its attributes.

Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.

Attributes

Companion
object
Source
Device.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Device

Attributes

Companion
class
Source
Device.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Device.type
final case class DeviceAllocationConfiguration(source: String, opaque: Option[OpaqueDeviceConfiguration], requests: Option[Seq[String]])

DeviceAllocationConfiguration gets embedded in an AllocationResult.

DeviceAllocationConfiguration gets embedded in an AllocationResult.

Attributes

Companion
object
Source
DeviceAllocationConfiguration.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceAllocationConfiguration.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

DeviceAllocationResult is the result of allocating devices.

DeviceAllocationResult is the result of allocating devices.

Attributes

Companion
object
Source
DeviceAllocationResult.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceAllocationResult.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceAttribute(bool: Option[Boolean], int: Option[Long], string: Option[String], version: Option[String])

DeviceAttribute must have exactly one field set.

DeviceAttribute must have exactly one field set.

Attributes

Companion
object
Source
DeviceAttribute.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceAttribute.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceCapacity(value: Quantity)

DeviceCapacity describes a quantity associated with a device.

DeviceCapacity describes a quantity associated with a device.

Attributes

Companion
object
Source
DeviceCapacity.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceCapacity.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceClaim(config: Option[Seq[DeviceClaimConfiguration]], constraints: Option[Seq[DeviceConstraint]], requests: Option[Seq[DeviceRequest]])

DeviceClaim defines how to request devices with a ResourceClaim.

DeviceClaim defines how to request devices with a ResourceClaim.

Attributes

Companion
object
Source
DeviceClaim.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DeviceClaim

Attributes

Companion
class
Source
DeviceClaim.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceClaimConfiguration(opaque: Option[OpaqueDeviceConfiguration], requests: Option[Seq[String]])

DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.

DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.

Attributes

Companion
object
Source
DeviceClaimConfiguration.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceClaimConfiguration.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceClass(spec: DeviceClassSpec, metadata: Option[ObjectMeta]) extends KObject

DeviceClass is a vendor- or admin-provided resource that contains device configuration and selectors.

DeviceClass is a vendor- or admin-provided resource that contains device configuration and selectors. It can be referenced in the device requests of a claim to apply these presets. Cluster scoped.

This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

Attributes

Companion
object
Source
DeviceClass.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object DeviceClass

Attributes

Companion
class
Source
DeviceClass.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

DeviceClassConfiguration is used in DeviceClass.

DeviceClassConfiguration is used in DeviceClass.

Attributes

Companion
object
Source
DeviceClassConfiguration.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceClassConfiguration.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceClassList(items: Seq[DeviceClass], metadata: Option[ListMeta]) extends KObject

DeviceClassList is a collection of classes.

DeviceClassList is a collection of classes.

Attributes

Companion
object
Source
DeviceClassList.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceClassList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceClassSpec(config: Option[Seq[DeviceClassConfiguration]], selectors: Option[Seq[DeviceSelector]])

DeviceClassSpec is used in a [DeviceClass] to define what can be allocated and how to configure it.

DeviceClassSpec is used in a [DeviceClass] to define what can be allocated and how to configure it.

Attributes

Companion
object
Source
DeviceClassSpec.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceClassSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceConstraint(matchAttribute: Option[String], requests: Option[Seq[String]])

DeviceConstraint must have exactly one field set besides Requests.

DeviceConstraint must have exactly one field set besides Requests.

Attributes

Companion
object
Source
DeviceConstraint.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceConstraint.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceCounterConsumption(counterSet: String, counters: Map[String, Counter])

DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.

DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.

Attributes

Companion
object
Source
DeviceCounterConsumption.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceCounterConsumption.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceRequest(name: String, count: Option[Long], adminAccess: Option[Boolean], tolerations: Option[Seq[DeviceToleration]], selectors: Option[Seq[DeviceSelector]], deviceClassName: Option[String], firstAvailable: Option[Seq[DeviceSubRequest]], allocationMode: Option[String])

DeviceRequest is a request for devices required for a claim.

DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.

Attributes

Companion
object
Source
DeviceRequest.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DeviceRequest

Attributes

Companion
class
Source
DeviceRequest.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceRequestAllocationResult(request: String, driver: String, pool: String, device: String, adminAccess: Option[Boolean], tolerations: Option[Seq[DeviceToleration]])

DeviceRequestAllocationResult contains the allocation result for one request.

DeviceRequestAllocationResult contains the allocation result for one request.

Attributes

Companion
object
Source
DeviceRequestAllocationResult.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceRequestAllocationResult.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceSelector(cel: Option[CELDeviceSelector])

DeviceSelector must have exactly one field set.

DeviceSelector must have exactly one field set.

Attributes

Companion
object
Source
DeviceSelector.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceSelector.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceSubRequest(name: String, deviceClassName: String, count: Option[Long], tolerations: Option[Seq[DeviceToleration]], selectors: Option[Seq[DeviceSelector]], allocationMode: Option[String])

DeviceSubRequest describes a request for device provided in the claim.spec.devices.requests[].firstAvailable array.

DeviceSubRequest describes a request for device provided in the claim.spec.devices.requests[].firstAvailable array. Each is typically a request for a single resource like a device, but can also ask for several identical devices.

DeviceSubRequest is similar to Request, but doesn't expose the AdminAccess or FirstAvailable fields, as those can only be set on the top-level request. AdminAccess is not supported for requests with a prioritized list, and recursive FirstAvailable fields are not supported.

Attributes

Companion
object
Source
DeviceSubRequest.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceSubRequest.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceTaint(effect: String, key: String, timeAdded: Option[Time], value: Option[String])

The device this taint is attached to has the "effect" on any claim which does not tolerate the taint and, through the claim, to pods using the claim.

The device this taint is attached to has the "effect" on any claim which does not tolerate the taint and, through the claim, to pods using the claim.

Attributes

Companion
object
Source
DeviceTaint.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DeviceTaint

Attributes

Companion
class
Source
DeviceTaint.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DeviceToleration(effect: Option[String], key: Option[String], tolerationSeconds: Option[Long], operator: Option[String], value: Option[String])

The ResourceClaim this DeviceToleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.

The ResourceClaim this DeviceToleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.

Attributes

Companion
object
Source
DeviceToleration.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DeviceToleration.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NetworkDeviceData(hardwareAddress: Option[String], interfaceName: Option[String], ips: Option[Seq[String]])

NetworkDeviceData provides network-related details for the allocated device.

NetworkDeviceData provides network-related details for the allocated device. This information may be filled by drivers or other components to configure or identify the device within a network context.

Attributes

Companion
object
Source
NetworkDeviceData.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
NetworkDeviceData.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class OpaqueDeviceConfiguration(driver: String, parameters: RawExtension)

OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.

OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.

Attributes

Companion
object
Source
OpaqueDeviceConfiguration.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
OpaqueDeviceConfiguration.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceClaim(spec: ResourceClaimSpec, status: Option[ResourceClaimStatus], metadata: Option[ObjectMeta]) extends KObject

ResourceClaim describes a request for access to resources in the cluster, for use by workloads.

ResourceClaim describes a request for access to resources in the cluster, for use by workloads. For example, if a workload needs an accelerator device with specific properties, this is how that request is expressed. The status stanza tracks whether this claim has been satisfied and what specific resources have been allocated.

This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

Attributes

Companion
object
Source
ResourceClaim.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object ResourceClaim

Attributes

Companion
class
Source
ResourceClaim.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceClaimConsumerReference(name: String, resource: String, uid: String, apiGroup: Option[String])

ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim.

ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim.

Attributes

Companion
object
Source
ResourceClaimConsumerReference.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ResourceClaimConsumerReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceClaimList(items: Seq[ResourceClaim], metadata: Option[ListMeta]) extends KObject

ResourceClaimList is a collection of claims.

ResourceClaimList is a collection of claims.

Attributes

Companion
object
Source
ResourceClaimList.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ResourceClaimList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceClaimSpec(devices: Option[DeviceClaim])

ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.

ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.

Attributes

Companion
object
Source
ResourceClaimSpec.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ResourceClaimSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

ResourceClaimStatus tracks whether the resource has been allocated and what the result of that was.

ResourceClaimStatus tracks whether the resource has been allocated and what the result of that was.

Attributes

Companion
object
Source
ResourceClaimStatus.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ResourceClaimStatus.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceClaimTemplate(spec: ResourceClaimTemplateSpec, metadata: Option[ObjectMeta]) extends KObject

ResourceClaimTemplate is used to produce ResourceClaim objects.

ResourceClaimTemplate is used to produce ResourceClaim objects.

This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

Attributes

Companion
object
Source
ResourceClaimTemplate.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ResourceClaimTemplate.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceClaimTemplateList(items: Seq[ResourceClaimTemplate], metadata: Option[ListMeta]) extends KObject

ResourceClaimTemplateList is a collection of claim templates.

ResourceClaimTemplateList is a collection of claim templates.

Attributes

Companion
object
Source
ResourceClaimTemplateList.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ResourceClaimTemplateList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceClaimTemplateSpec(spec: ResourceClaimSpec, metadata: Option[ObjectMeta])

ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim.

ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim.

Attributes

Companion
object
Source
ResourceClaimTemplateSpec.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ResourceClaimTemplateSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourcePool(generation: Long, name: String, resourceSliceCount: Long)

ResourcePool describes the pool that ResourceSlices belong to.

ResourcePool describes the pool that ResourceSlices belong to.

Attributes

Companion
object
Source
ResourcePool.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ResourcePool

Attributes

Companion
class
Source
ResourcePool.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceSlice(spec: ResourceSliceSpec, metadata: Option[ObjectMeta]) extends KObject

ResourceSlice represents one or more resources in a pool of similar resources, managed by a common driver.

ResourceSlice represents one or more resources in a pool of similar resources, managed by a common driver. A pool may span more than one ResourceSlice, and exactly how many ResourceSlices comprise a pool is determined by the driver.

At the moment, the only supported resources are devices with attributes and capacities. Each device in a given pool, regardless of how many ResourceSlices, must have a unique name. The ResourceSlice in which a device gets published may change over time. The unique identifier for a device is the tuple <driver name>, <pool name>, <device name>.

Whenever a driver needs to update a pool, it increments the pool.Spec.Pool.Generation number and updates all ResourceSlices with that new number and new resource definitions. A consumer must only use ResourceSlices with the highest generation number and ignore all others.

When allocating all resources in a pool matching certain criteria or when looking for the best solution among several different alternatives, a consumer should check the number of ResourceSlices in a pool (included in each ResourceSlice) to determine whether its view of a pool is complete and if not, should wait until the driver has completed updating the pool.

For resources that are not local to a node, the node name is not set. Instead, the driver may use a node selector to specify where the devices are available.

This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

Attributes

Companion
object
Source
ResourceSlice.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object ResourceSlice

Attributes

Companion
class
Source
ResourceSlice.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceSliceList(items: Seq[ResourceSlice], metadata: Option[ListMeta]) extends KObject

ResourceSliceList is a collection of ResourceSlices.

ResourceSliceList is a collection of ResourceSlices.

Attributes

Companion
object
Source
ResourceSliceList.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ResourceSliceList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceSliceSpec(driver: String, pool: ResourcePool, nodeName: Option[String], perDeviceNodeSelection: Option[Boolean], nodeSelector: Option[NodeSelector], allNodes: Option[Boolean], sharedCounters: Option[Seq[CounterSet]], devices: Option[Seq[Device]])

ResourceSliceSpec contains the information published by the driver in one ResourceSlice.

ResourceSliceSpec contains the information published by the driver in one ResourceSlice.

Attributes

Companion
object
Source
ResourceSliceSpec.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ResourceSliceSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type