@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface ClustersPostResponse

    interface ClustersPostResponse {
        additionalData?: Record<string, unknown>;
        kubernetesCluster?: null | Cluster;
    }

    Hierarchy

    • AdditionalDataHolder
    • Parsable
      • ClustersPostResponse
    Index

    Properties

    additionalData?: Record<string, unknown>

    Gets the additional data for this object that did not belong to the properties.

    The additional data for this object.

    kubernetesCluster?: null | Cluster

    The kubernetes_cluster property