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

io.alauda.kubernetes.api.model.apiextensions.CustomResourceDefinitionSpecFluent Maven / Gradle / Ivy

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

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 CustomResourceDefinitionSpecFluent> extends Fluent{


    public String getGroup();
    public A withGroup(String group);
    public Boolean hasGroup();
    
/**
 * This method has been deprecated, please use method buildNames instead.
 */
@Deprecated public CustomResourceDefinitionNames getNames();
    public CustomResourceDefinitionNames buildNames();
    public A withNames(CustomResourceDefinitionNames names);
    public Boolean hasNames();
    public CustomResourceDefinitionSpecFluent.NamesNested withNewNames();
    public CustomResourceDefinitionSpecFluent.NamesNested withNewNamesLike(CustomResourceDefinitionNames item);
    public CustomResourceDefinitionSpecFluent.NamesNested editNames();
    public CustomResourceDefinitionSpecFluent.NamesNested editOrNewNames();
    public CustomResourceDefinitionSpecFluent.NamesNested editOrNewNamesLike(CustomResourceDefinitionNames item);
    public String getScope();
    public A withScope(String scope);
    public Boolean hasScope();
    public String getVersion();
    public A withVersion(String version);
    public Boolean hasVersion();

    public interface NamesNested extends io.alauda.kubernetes.api.builder.Nested,CustomResourceDefinitionNamesFluent>{

        
    public N and();    public N endNames();
}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy