ClusterModel
No description
type ClusterModel {
  id: Int
  name: String
  regionName: String
  title: String
  kubernetesVersion: String
  cloudProvider: String
  loadBalancerURL: String
  loadBalancerType: String
  allowToAddDeployments: Boolean
  lastSyncTime: Float
  noSyncTime: Float
}
Fields
ClusterModel.id ● Int scalar
ClusterModel.name ● String scalar
ClusterModel.regionName ● String scalar
ClusterModel.title ● String scalar
ClusterModel.kubernetesVersion ● String scalar
ClusterModel.cloudProvider ● String scalar
ClusterModel.loadBalancerURL ● String scalar
ClusterModel.loadBalancerType ● String scalar
ClusterModel.allowToAddDeployments ● Boolean scalar
ClusterModel.lastSyncTime ● Float scalar
ClusterModel.noSyncTime ● Float scalar
Returned By
Clusters_getClusterById  query ● Clusters_getClustersList  query
Member Of
ApplicationModel  object ● ClustersForProject  object