Class KubernetesSecretConfigSourceBuilder

    • Method Detail

      • getPath

        public java.nio.file.Path getPath()
        Get the folder to watch for the Kubernetes secrets.
        Returns:
        the folder to watch for the Kubernetes secrets.
      • setPath

        public KubernetesSecretConfigSourceBuilder setPath​(java.nio.file.Path path)
        Set the folder to watch for the Kubernetes secrets.
        Parameters:
        path - the folder to watch for the Kubernetes secrets.
        Returns:
        the builder
      • getFile

        public java.io.File getFile()
        Get the folder to watch for the Kubernetes secrets.
        Returns:
        the folder to watch for the Kubernetes secrets.
      • setFile

        public KubernetesSecretConfigSourceBuilder setFile​(java.io.File file)
        Set the folder to watch for the Kubernetes secrets.
        Parameters:
        file - the folder to watch for the Kubernetes secrets.
        Returns:
        the builder