Class BoundK8SInfo

    • Constructor Detail

      • BoundK8SInfo

        public BoundK8SInfo()
      • BoundK8SInfo

        public BoundK8SInfo​(BoundK8SInfo 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

      • getBoundClusterId

        public String getBoundClusterId()
        Get 绑定的kubernetes集群ID
        Returns:
        BoundClusterId 绑定的kubernetes集群ID
      • setBoundClusterId

        public void setBoundClusterId​(String BoundClusterId)
        Set 绑定的kubernetes集群ID
        Parameters:
        BoundClusterId - 绑定的kubernetes集群ID
      • getBoundClusterType

        public String getBoundClusterType()
        Get 绑定的kubernetes的集群类型,分tke和eks两种 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BoundClusterType 绑定的kubernetes的集群类型,分tke和eks两种 注意:此字段可能返回 null,表示取不到有效值。
      • setBoundClusterType

        public void setBoundClusterType​(String BoundClusterType)
        Set 绑定的kubernetes的集群类型,分tke和eks两种 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BoundClusterType - 绑定的kubernetes的集群类型,分tke和eks两种 注意:此字段可能返回 null,表示取不到有效值。
      • getSyncMode

        public String getSyncMode()
        Get 服务同步模式,all为全量同步,demand为按需同步 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SyncMode 服务同步模式,all为全量同步,demand为按需同步 注意:此字段可能返回 null,表示取不到有效值。
      • setSyncMode

        public void setSyncMode​(String SyncMode)
        Set 服务同步模式,all为全量同步,demand为按需同步 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SyncMode - 服务同步模式,all为全量同步,demand为按需同步 注意:此字段可能返回 null,表示取不到有效值。