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

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

There is a newer version: 22.0.0
Show newest version
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;
import java.util.Map;
import java.util.LinkedHashMap;

public interface V1OverheadFluent> extends Fluent {


    public A addToPodFixed(String key,Quantity value);
    public A addToPodFixed(Map map);
    public A removeFromPodFixed(String key);
    public A removeFromPodFixed(Map map);
    public Map getPodFixed();
    public A withPodFixed(Map podFixed);
    public Boolean hasPodFixed();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy