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

annotations.io.fabric8.kubernetes.api.model.ServiceFluent 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 java.lang.String;
import javax.validation.constraints.NotNull;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import io.fabric8.kubernetes.api.model.validators.CheckObjectMeta;
import java.lang.Object;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;

public interface ServiceFluent> extends Fluent{


    public String getApiVersion();
    public A withApiVersion(String apiVersion);
    public String getKind();
    public A withKind(String kind);
    public ObjectMeta getMetadata();
    public A withMetadata(ObjectMeta metadata);
    public ServiceFluent.MetadataNested withNewMetadata();
    public ServiceFluent.MetadataNested withNewMetadataLike(ObjectMeta item);
    public ServiceFluent.MetadataNested editMetadata();
    public ServiceSpec getSpec();
    public A withSpec(ServiceSpec spec);
    public ServiceFluent.SpecNested withNewSpec();
    public ServiceFluent.SpecNested withNewSpecLike(ServiceSpec item);
    public ServiceFluent.SpecNested editSpec();
    public ServiceStatus getStatus();
    public A withStatus(ServiceStatus status);
    public ServiceFluent.StatusNested withNewStatus();
    public ServiceFluent.StatusNested withNewStatusLike(ServiceStatus item);
    public ServiceFluent.StatusNested editStatus();

    public interface MetadataNested extends Nested,ObjectMetaFluent>{

        
    public N and();    public N endMetadata();
}
    public interface SpecNested extends Nested,ServiceSpecFluent>{

        
    public N endSpec();    public N and();
}
    public interface StatusNested extends Nested,ServiceStatusFluent>{

        
    public N and();    public N endStatus();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy