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

io.kubernetes.client.openapi.models.V1ResourceFieldSelectorFluent Maven / Gradle / Ivy

package io.kubernetes.client.openapi.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.custom.Quantity;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1ResourceFieldSelectorFluent> extends Fluent{
  public String getContainerName();
  public A withContainerName(String containerName);
  public Boolean hasContainerName();
  public Quantity getDivisor();
  public A withDivisor(Quantity divisor);
  public Boolean hasDivisor();
  public A withNewDivisor(String value);
  public String getResource();
  public A withResource(String resource);
  public Boolean hasResource();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy