Kind
ComputeDomainClique
Group
resource.nvidia.com
Version
v1beta1
apiVersion: resource.nvidia.com/v1beta1 kind: ComputeDomainClique metadata: name: example
Tip: use .daemons[].cliqueID for path-only search
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
daemons []object
cliqueID string required
index integer
The Index field is used to ensure a consistent IP-to-DNS name mapping across all machines within an IMEX domain. Each node's index directly determines its DNS name within a given NVLink partition (i.e. clique). In other words, the 2-tuple of (CliqueID, Index) will always be unique. This field is marked as optional (but not omitempty) in order to support downgrades and avoid an API bump.
ipAddress string required
nodeName string required
status string
The Status field tracks the readiness of the IMEX daemon running on this node. It gets switched to Ready whenever the IMEX daemon is ready to broker GPU memory exchanges and switches to NotReady when it is not. It is marked as optional in order to support downgrades and avoid an API bump.
enum: Ready, NotReady
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

No matches. Try .daemons[].cliqueID for an exact path

Copied!