Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClusterAllocationIndexes = []repos.IndexField{ { Field: []repos.IndexKey{ {Key: fc.Id, Value: repos.IndexAsc}, }, Unique: true, }, { Field: []repos.IndexKey{ {Key: fc.ClusterAllocationTo, Value: repos.IndexAsc}, {Key: fc.ClusterAllocationClusterName, Value: repos.IndexAsc}, }, Unique: true, }, { Field: []repos.IndexKey{ {Key: fc.ClusterAllocationClusterRegion, Value: repos.IndexAsc}, }, }, }
View Source
var PlatformEdgeClusterIndexes = []repos.IndexField{ { Field: []repos.IndexKey{ {Key: fc.Id, Value: repos.IndexAsc}, }, Unique: true, }, { Field: []repos.IndexKey{ {Key: fc.PlatformEdgeClusterName, Value: repos.IndexAsc}, }, Unique: true, }, { Field: []repos.IndexKey{ {Key: fc.PlatformEdgeClusterOwnedByAccount, Value: repos.IndexAsc}, }, }, }
Functions ¶
This section is empty.
Types ¶
type ClusterAllocation ¶
type ClusterAllocation struct { repos.BaseEntity `json:",inline"` To string `json:"to"` Cluster ClusterAllocationClusterRef `json:"cluster"` }
type PlatformEdgeCluster ¶
Click to show internal directories.
Click to hide internal directories.