Class GetTkeAppChartListRequest

    • Constructor Detail

      • GetTkeAppChartListRequest

        public GetTkeAppChartListRequest()
      • GetTkeAppChartListRequest

        public GetTkeAppChartListRequest​(GetTkeAppChartListRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getKind

        public String getKind()
        Get app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisible
        Returns:
        Kind app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisible
      • setKind

        public void setKind​(String Kind)
        Set app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisible
        Parameters:
        Kind - app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisible
      • getArch

        public String getArch()
        Get app支持的操作系统,取值arm32、arm64、amd64
        Returns:
        Arch app支持的操作系统,取值arm32、arm64、amd64
      • setArch

        public void setArch​(String Arch)
        Set app支持的操作系统,取值arm32、arm64、amd64
        Parameters:
        Arch - app支持的操作系统,取值arm32、arm64、amd64
      • getClusterType

        public String getClusterType()
        Get 集群类型,取值tke、eks
        Returns:
        ClusterType 集群类型,取值tke、eks
      • setClusterType

        public void setClusterType​(String ClusterType)
        Set 集群类型,取值tke、eks
        Parameters:
        ClusterType - 集群类型,取值tke、eks