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

io.fabric8.kubernetes.api.model.NamedClusterFluent Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model;

import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Map;
import java.util.AbstractMap;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;

public interface NamedClusterFluent> extends Fluent{


    public Cluster getCluster();    public T withCluster( Cluster cluster);    public ClusterNested withNewCluster();    public ClusterNested withNewClusterLike( Cluster item);    public ClusterNested editCluster();    public String getName();    public T withName( String name);    public T addToAdditionalProperties( String key,  Object value);    public T addToAdditionalProperties( Map map);    public T removeFromAdditionalProperties( String key);    public T removeFromAdditionalProperties( Map map);    public Map getAdditionalProperties();    public T withAdditionalProperties( Map additionalProperties);
    public interface ClusterNested extends Nested, ClusterFluent>{
            public N endCluster();            public N and();        
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy