io.k8s.api.resource.v1alpha2

Members list

Type members

Classlikes

final case class AllocationResult(availableOnNodes: Option[NodeSelector], resourceHandles: Option[Seq[ResourceHandle]], shareable: Option[Boolean])

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 DriverAllocationResult(namedResources: Option[NamedResourcesAllocationResult], vendorRequestParameters: Option[RawExtension])

DriverAllocationResult contains vendor parameters and the allocation result for one request.

DriverAllocationResult contains vendor parameters and the allocation result for one request.

Attributes

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

Attributes

Companion
class
Source
DriverAllocationResult.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DriverRequests(driverName: Option[String], requests: Option[Seq[ResourceRequest]], vendorParameters: Option[RawExtension])

DriverRequests describes all resources that are needed from one particular driver.

DriverRequests describes all resources that are needed from one particular driver.

Attributes

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

Attributes

Companion
class
Source
DriverRequests.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NamedResourcesAllocationResult(name: String)

NamedResourcesAllocationResult is used in AllocationResultModel.

NamedResourcesAllocationResult is used in AllocationResultModel.

Attributes

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

Attributes

Companion
class
Source
NamedResourcesAllocationResult.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NamedResourcesAttribute(name: String, quantity: Option[Quantity], stringSlice: Option[NamedResourcesStringSlice], string: Option[String], version: Option[String], bool: Option[Boolean], intSlice: Option[NamedResourcesIntSlice], int: Option[Long])

NamedResourcesAttribute is a combination of an attribute name and its value.

NamedResourcesAttribute is a combination of an attribute name and its value.

Attributes

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

Attributes

Companion
class
Source
NamedResourcesAttribute.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NamedResourcesFilter(selector: String)

NamedResourcesFilter is used in ResourceFilterModel.

NamedResourcesFilter is used in ResourceFilterModel.

Attributes

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

Attributes

Companion
class
Source
NamedResourcesFilter.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NamedResourcesInstance(name: String, attributes: Option[Seq[NamedResourcesAttribute]])

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

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

Attributes

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

Attributes

Companion
class
Source
NamedResourcesInstance.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NamedResourcesIntSlice(ints: Seq[Long])

NamedResourcesIntSlice contains a slice of 64-bit integers.

NamedResourcesIntSlice contains a slice of 64-bit integers.

Attributes

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

Attributes

Companion
class
Source
NamedResourcesIntSlice.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NamedResourcesRequest(selector: String)

NamedResourcesRequest is used in ResourceRequestModel.

NamedResourcesRequest is used in ResourceRequestModel.

Attributes

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

Attributes

Companion
class
Source
NamedResourcesRequest.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NamedResourcesResources(instances: Seq[NamedResourcesInstance])

NamedResourcesResources is used in ResourceModel.

NamedResourcesResources is used in ResourceModel.

Attributes

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

Attributes

Companion
class
Source
NamedResourcesResources.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NamedResourcesStringSlice(strings: Seq[String])

NamedResourcesStringSlice contains a slice of strings.

NamedResourcesStringSlice contains a slice of strings.

Attributes

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

Attributes

Companion
class
Source
NamedResourcesStringSlice.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PodSchedulingContext(spec: PodSchedulingContextSpec, status: Option[PodSchedulingContextStatus], metadata: Option[ObjectMeta]) extends KObject

PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use "WaitForFirstConsumer" allocation mode.

PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use "WaitForFirstConsumer" allocation mode.

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

Attributes

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

Attributes

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

PodSchedulingContextList is a collection of Pod scheduling objects.

PodSchedulingContextList is a collection of Pod scheduling objects.

Attributes

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

Attributes

Companion
class
Source
PodSchedulingContextList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PodSchedulingContextSpec(potentialNodes: Option[Seq[String]], selectedNode: Option[String])

PodSchedulingContextSpec describes where resources for the Pod are needed.

PodSchedulingContextSpec describes where resources for the Pod are needed.

Attributes

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

Attributes

Companion
class
Source
PodSchedulingContextSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PodSchedulingContextStatus(resourceClaims: Option[Seq[ResourceClaimSchedulingStatus]])

PodSchedulingContextStatus describes where resources for the Pod can be allocated.

PodSchedulingContextStatus describes where resources for the Pod can be allocated.

Attributes

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

Attributes

Companion
class
Source
PodSchedulingContextStatus.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 which resources are needed by a resource consumer.

ResourceClaim describes which resources are needed by a resource consumer. Its status tracks whether the resource has been allocated and what the resulting attributes are.

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 ResourceClaimParameters(driverRequests: Option[Seq[DriverRequests]], generatedFrom: Option[ResourceClaimParametersReference], metadata: Option[ObjectMeta], shareable: Option[Boolean]) extends KObject

ResourceClaimParameters defines resource requests for a ResourceClaim in an in-tree format understood by Kubernetes.

ResourceClaimParameters defines resource requests for a ResourceClaim in an in-tree format understood by Kubernetes.

Attributes

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

Attributes

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

ResourceClaimParametersList is a collection of ResourceClaimParameters.

ResourceClaimParametersList is a collection of ResourceClaimParameters.

Attributes

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

Attributes

Companion
class
Source
ResourceClaimParametersList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceClaimParametersReference(kind: String, name: String, apiGroup: Option[String])

ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim.

ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.

Attributes

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

Attributes

Companion
class
Source
ResourceClaimParametersReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceClaimSchedulingStatus(name: Option[String], unsuitableNodes: Option[Seq[String]])

ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.

ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.

Attributes

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

Attributes

Companion
class
Source
ResourceClaimSchedulingStatus.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceClaimSpec(resourceClassName: String, allocationMode: Option[String], parametersRef: Option[ResourceClaimParametersReference])

ResourceClaimSpec defines how a resource is to be allocated.

ResourceClaimSpec defines how a resource is to be allocated.

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
final case class ResourceClaimStatus(allocation: Option[AllocationResult], deallocationRequested: Option[Boolean], driverName: Option[String], reservedFor: Option[Seq[ResourceClaimConsumerReference]])

ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.

ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.

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.

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 ResourceClass(driverName: String, suitableNodes: Option[NodeSelector], parametersRef: Option[ResourceClassParametersReference], metadata: Option[ObjectMeta], structuredParameters: Option[Boolean]) extends KObject

ResourceClass is used by administrators to influence how resources are allocated.

ResourceClass is used by administrators to influence how resources are allocated.

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

Attributes

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

Attributes

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

ResourceClassList is a collection of classes.

ResourceClassList is a collection of classes.

Attributes

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

Attributes

Companion
class
Source
ResourceClassList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceClassParameters(vendorParameters: Option[Seq[VendorParameters]], generatedFrom: Option[ResourceClassParametersReference], filters: Option[Seq[ResourceFilter]], metadata: Option[ObjectMeta]) extends KObject

ResourceClassParameters defines resource requests for a ResourceClass in an in-tree format understood by Kubernetes.

ResourceClassParameters defines resource requests for a ResourceClass in an in-tree format understood by Kubernetes.

Attributes

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

Attributes

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

ResourceClassParametersList is a collection of ResourceClassParameters.

ResourceClassParametersList is a collection of ResourceClassParameters.

Attributes

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

Attributes

Companion
class
Source
ResourceClassParametersList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceClassParametersReference(kind: String, name: String, apiGroup: Option[String], namespace: Option[String])

ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass.

ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass.

Attributes

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

Attributes

Companion
class
Source
ResourceClassParametersReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceFilter(driverName: Option[String], namedResources: Option[NamedResourcesFilter])

ResourceFilter is a filter for resources from one particular driver.

ResourceFilter is a filter for resources from one particular driver.

Attributes

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

Attributes

Companion
class
Source
ResourceFilter.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceHandle(data: Option[String], driverName: Option[String], structuredData: Option[StructuredResourceHandle])

ResourceHandle holds opaque resource data for processing by a specific kubelet plugin.

ResourceHandle holds opaque resource data for processing by a specific kubelet plugin.

Attributes

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

Attributes

Companion
class
Source
ResourceHandle.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceRequest(namedResources: Option[NamedResourcesRequest], vendorParameters: Option[RawExtension])

ResourceRequest is a request for resources from one particular driver.

ResourceRequest is a request for resources from one particular driver.

Attributes

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

Attributes

Companion
class
Source
ResourceRequest.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ResourceSlice(driverName: String, nodeName: Option[String], namedResources: Option[NamedResourcesResources], metadata: Option[ObjectMeta]) extends KObject

ResourceSlice provides information about available resources on individual nodes.

ResourceSlice provides information about available resources on individual nodes.

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 StructuredResourceHandle(results: Seq[DriverAllocationResult], nodeName: Option[String], vendorClaimParameters: Option[RawExtension], vendorClassParameters: Option[RawExtension])

StructuredResourceHandle is the in-tree representation of the allocation result.

StructuredResourceHandle is the in-tree representation of the allocation result.

Attributes

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

Attributes

Companion
class
Source
StructuredResourceHandle.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class VendorParameters(driverName: Option[String], parameters: Option[RawExtension])

VendorParameters are opaque parameters for one particular driver.

VendorParameters are opaque parameters for one particular driver.

Attributes

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

Attributes

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