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

io.dekorate.servicebinding.model.BindingPathFluent Maven / Gradle / Ivy

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

import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface BindingPathFluent> extends Fluent{
  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