Uses of Class
cn.sliew.carp.module.application.vela.api.v1.model.v1.V1ClusterBase
Packages that use V1ClusterBase
-
Uses of V1ClusterBase in cn.sliew.carp.module.application.vela.api.v1
Methods in cn.sliew.carp.module.application.vela.api.v1 that return types with arguments of type V1ClusterBaseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<V1ClusterBase>ClusterApi.connectCloudCluster(String provider, V1ConnectCloudClusterRequest body) org.springframework.http.ResponseEntity<V1ClusterBase>ClusterApi.createKubeCluster(V1CreateClusterRequest body) org.springframework.http.ResponseEntity<V1ClusterBase>ClusterApi.deleteKubeCluster(String clusterName) org.springframework.http.ResponseEntity<V1ClusterBase>ClusterApi.modifyKubeCluster(String clusterName, V1CreateClusterRequest body)