Skip to search

NodeResourceTopology

topology.node.k8s.io / v1alpha2

apiVersion: topology.node.k8s.io/v1alpha2 kind: NodeResourceTopology metadata: name: example
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
attributes []object
AttributeList contains an array of AttributeInfo objects.
name string required
value string required
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
topologyPolicies []string
DEPRECATED (to be removed in v1beta1): use top level attributes if needed
zones []object required
ZoneList contains an array of Zone objects.
attributes []object
AttributeList contains an array of AttributeInfo objects.
name string required
value string required
costs []object
CostList contains an array of CostInfo objects.
name string required
value integer required
format: int64
name string required
parent string
resources []object
ResourceInfoList contains an array of ResourceInfo objects.
allocatable string | integer required
Allocatable quantity of the resource, corresponding to allocatable in node status, i.e. total amount of this resource available to be used by pods.
string pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
available string | integer required
Available is the amount of this resource currently available for new (to be scheduled) pods, i.e. Allocatable minus the resources reserved by currently running pods.
string pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
capacity string | integer required
Capacity of the resource, corresponding to capacity in node status, i.e. total amount of this resource that the node has.
string pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
name string required
Name of the resource.
type string required

No matches. Try .attributes[].value for an exact path