You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesClusterManagerImpl.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -807,6 +807,7 @@ public KubernetesClusterResponse createKubernetesClusterResponse(long kubernetes
Copy file name to clipboardExpand all lines: plugins/integrations/kubernetes-service/src/main/java/org/apache/cloudstack/api/response/KubernetesClusterResponse.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@ public class KubernetesClusterResponse extends BaseResponseWithAnnotations imple
91
91
@Param(description = "the ID of the template of the Kubernetes cluster")
92
92
privateStringtemplateId;
93
93
94
+
@SerializedName(ApiConstants.TEMPLATE_NAME)
95
+
@Param(description = "the name of the template of the Kubernetes cluster")
96
+
privateStringtemplateName;
97
+
94
98
@SerializedName(ApiConstants.NETWORK_ID)
95
99
@Param(description = "the ID of the network of the Kubernetes cluster")
96
100
privateStringnetworkId;
@@ -267,6 +271,14 @@ public void setTemplateId(String templateId) {
0 commit comments