Class EtcdStorageConfig

    • Constructor Detail

      • EtcdStorageConfig

        public EtcdStorageConfig()
        No args constructor for use in serialization
    • Method Detail

      • getCa

        public String getCa()
        ca is a file containing trusted roots for the etcd server certificates
      • setCa

        public void setCa​(String ca)
        ca is a file containing trusted roots for the etcd server certificates
      • getCertFile

        public String getCertFile()
        certFile is a file containing a PEM-encoded certificate
      • setCertFile

        public void setCertFile​(String certFile)
        certFile is a file containing a PEM-encoded certificate
      • getKeyFile

        public String getKeyFile()
        keyFile is a file containing a PEM-encoded private key for the certificate specified by CertFile
      • setKeyFile

        public void setKeyFile​(String keyFile)
        keyFile is a file containing a PEM-encoded private key for the certificate specified by CertFile
      • getStoragePrefix

        public String getStoragePrefix()
        storagePrefix is the path within etcd that the OpenShift resources will be rooted under. This value, if changed, will mean existing objects in etcd will no longer be located.
      • setStoragePrefix

        public void setStoragePrefix​(String storagePrefix)
        storagePrefix is the path within etcd that the OpenShift resources will be rooted under. This value, if changed, will mean existing objects in etcd will no longer be located.
      • getUrls

        public List<String> getUrls()
        urls are the URLs for etcd
      • setUrls

        public void setUrls​(List<String> urls)
        urls are the URLs for etcd
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)