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

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

There is a newer version: 4.1.1
Show newest version
package io.fabric8.kubernetes.api.model;

import io.fabric8.kubernetes.api.builder.Fluent;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import java.lang.String;
import java.lang.Object;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;

public interface NamedClusterFluent> extends Fluent{


    public Cluster getCluster();
    public A withCluster(Cluster cluster);
    public NamedClusterFluent.ClusterNested withNewCluster();
    public NamedClusterFluent.ClusterNested withNewClusterLike(Cluster item);
    public NamedClusterFluent.ClusterNested editCluster();
    public String getName();
    public A withName(String name);

    public interface ClusterNested extends Nested,ClusterFluent>{

        
    public N endCluster();    public N and();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy