Class NetworkClusterPodInfo

    • Constructor Detail

      • NetworkClusterPodInfo

        public NetworkClusterPodInfo()
      • NetworkClusterPodInfo

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

      • getPodName

        public String getPodName()
        Get pod名字
        Returns:
        PodName pod名字
      • setPodName

        public void setPodName​(String PodName)
        Set pod名字
        Parameters:
        PodName - pod名字
      • getNamespace

        public String getNamespace()
        Get pod空间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Namespace pod空间 注意:此字段可能返回 null,表示取不到有效值。
      • setNamespace

        public void setNamespace​(String Namespace)
        Set pod空间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Namespace - pod空间 注意:此字段可能返回 null,表示取不到有效值。
      • getLabels

        public String getLabels()
        Get pod标签 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Labels pod标签 注意:此字段可能返回 null,表示取不到有效值。
      • setLabels

        public void setLabels​(String Labels)
        Set pod标签 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Labels - pod标签 注意:此字段可能返回 null,表示取不到有效值。
      • getWorkloadKind

        public String getWorkloadKind()
        Get pod类型 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        WorkloadKind pod类型 注意:此字段可能返回 null,表示取不到有效值。
      • setWorkloadKind

        public void setWorkloadKind​(String WorkloadKind)
        Set pod类型 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        WorkloadKind - pod类型 注意:此字段可能返回 null,表示取不到有效值。