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

annotations.io.alauda.kubernetes.api.model.NamedContextFluent Maven / Gradle / Ivy

There is a newer version: 0.2.12
Show newest version
package io.alauda.kubernetes.api.model;

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

public interface NamedContextFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildContext instead.
 */
@Deprecated public Context getContext();
    public Context buildContext();
    public A withContext(Context context);
    public Boolean hasContext();
    public NamedContextFluent.ContextNested withNewContext();
    public NamedContextFluent.ContextNested withNewContextLike(Context item);
    public NamedContextFluent.ContextNested editContext();
    public NamedContextFluent.ContextNested editOrNewContext();
    public NamedContextFluent.ContextNested editOrNewContextLike(Context item);
    public String getName();
    public A withName(String name);
    public Boolean hasName();

    public interface ContextNested extends io.alauda.kubernetes.api.builder.Nested,ContextFluent>{

        
    public N and();    public N endContext();
}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy