Skip to content

Commit

Permalink
breaking changatteme a k8sCluster with the data as create
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 26, 2024
1 parent cbd9b28 commit 4a90b03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/e2e/inventory_http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,25 +242,25 @@ func TestInventoryAPIHTTP_K8SClusterLifecycle(t *testing.T) {
K8SCluster: &resources.K8SCluster{
Metadata: &resources.Metadata{
ResourceType: "k8s_cluster",
WorkspaceId: "workspace7",
WorkspaceId: "workspace1",
OrgId: "",
},
ResourceData: &resources.K8SClusterDetail{
ExternalClusterId: "01234",
ClusterStatus: resources.K8SClusterDetail_OFFLINE,
ClusterStatus: resources.K8SClusterDetail_READY,
KubeVersion: "1.31",
KubeVendor: resources.K8SClusterDetail_OPENSHIFT,
VendorVersion: "4.16",
CloudPlatform: resources.K8SClusterDetail_AWS_UPI,
Nodes: []*resources.K8SClusterDetailNodesInner{
{
Name: "www.website.com",
Name: "www.web.com",
Cpu: "7500m",
Memory: "30973224Ki",
Labels: []*resources.ResourceLabel{
{
Key: "has_a_monster_gpu",
Value: "yes",
Key: "has_monster_gpu",
Value: "no",
},
},
},
Expand Down

0 comments on commit 4a90b03

Please sign in to comment.