Class ModifySecretRequest

    • Constructor Detail

      • ModifySecretRequest

        public ModifySecretRequest()
      • ModifySecretRequest

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

      • getEdgeUnitID

        public Long getEdgeUnitID()
        Get 边缘单元ID
        Returns:
        EdgeUnitID 边缘单元ID
      • setEdgeUnitID

        public void setEdgeUnitID​(Long EdgeUnitID)
        Set 边缘单元ID
        Parameters:
        EdgeUnitID - 边缘单元ID
      • getSecretName

        public String getSecretName()
        Get Secret名
        Returns:
        SecretName Secret名
      • setSecretName

        public void setSecretName​(String SecretName)
        Set Secret名
        Parameters:
        SecretName - Secret名
      • getYaml

        public String getYaml()
        Get Secret的Yaml格式
        Returns:
        Yaml Secret的Yaml格式
      • setYaml

        public void setYaml​(String Yaml)
        Set Secret的Yaml格式
        Parameters:
        Yaml - Secret的Yaml格式
      • getSecretNamespace

        public String getSecretNamespace()
        Get Secret命名空间(默认:default)
        Returns:
        SecretNamespace Secret命名空间(默认:default)
      • setSecretNamespace

        public void setSecretNamespace​(String SecretNamespace)
        Set Secret命名空间(默认:default)
        Parameters:
        SecretNamespace - Secret命名空间(默认:default)