@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface ControlPlaneStatus

    interface ControlPlaneStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mk8s.v1.ControlPlaneStatus";
        auth?: ControlPlaneStatusAuth;
        endpoints?: ControlPlaneStatusEndpoints;
        etcdClusterSize: Long;
        version: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.mk8s.v1.ControlPlaneStatus"
    etcdClusterSize: Long

    Number of instances in etcd cluster.

    version: string

    Actual Kubernetes and configuration version. Version have format <major>.<minor>.<patch>-nebius-cp.<infra_version> like "1.30.0-nebius-cp.3". Where .. is Kubernetes version and <infra_version> is version of control plane infrastructure and configuration, which update may include bug fixes, security updates and new features of components running on control plane, like CCM or Cluster Autoscaler.