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

io.dekorate.servicebinding.config.BindingPathConfigFluent Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
package io.dekorate.servicebinding.config;

import io.dekorate.project.Project;
import io.dekorate.kubernetes.config.ConfigKey;
import java.lang.Object;
import io.dekorate.kubernetes.config.ConfigurationFluent;
import java.lang.String;
import java.lang.Boolean;
import java.util.Map;

 /**
  * Generated
  */
public interface BindingPathConfigFluent> extends ConfigurationFluent{
  public String getContainerPath();
  public A withContainerPath(String containerPath);
  public Boolean hasContainerPath();
  public String getSecretPath();
  public A withSecretPath(String secretPath);
  public Boolean hasSecretPath();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy