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

io.dekorate.servicebinding.model.ResourceFieldRefFluent 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 ResourceFieldRefFluent> extends Fluent{
  public String getContainerName();
  public A withContainerName(String containerName);
  public Boolean hasContainerName();
  public String getDivisor();
  public A withDivisor(String divisor);
  public Boolean hasDivisor();
  public String getResource();
  public A withResource(String resource);
  public Boolean hasResource();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy