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

    Interface ControlPlaneStatus

    Represents the nebius.mk8s.v1.ControlPlaneStatus protobuf message.

    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

      Represents the nebius.mk8s.v1.ControlPlaneStatus protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.mk8s.v1.ControlPlaneStatus protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.mk8s.v1.ControlPlaneStatus"

    Contains the fully qualified protobuf type name.

    Contains the auth protobuf field.

    Contains the endpoints protobuf field.

    etcdClusterSize: Long

    Number of instances in etcd cluster.

    version: string

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