All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.instaclustr.cassandra.backup.impl.KubernetesAwareRequest Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha8
Show newest version
package com.instaclustr.cassandra.backup.impl;

public interface KubernetesAwareRequest {

    String getNamespace();

    String getSecretName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy