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

io.alauda.devops.api.model.NamedClusterRoleFluent Maven / Gradle / Ivy

There is a newer version: 0.2.12
Show newest version
package io.alauda.devops.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 NamedClusterRoleFluent> extends Fluent{


    public String getName();
    public A withName(String name);
    public Boolean hasName();
    
/**
 * This method has been deprecated, please use method buildRole instead.
 */
@Deprecated public ClusterRole getRole();
    public ClusterRole buildRole();
    public A withRole(ClusterRole role);
    public Boolean hasRole();
    public NamedClusterRoleFluent.RoleNested withNewRole();
    public NamedClusterRoleFluent.RoleNested withNewRoleLike(ClusterRole item);
    public NamedClusterRoleFluent.RoleNested editRole();
    public NamedClusterRoleFluent.RoleNested editOrNewRole();
    public NamedClusterRoleFluent.RoleNested editOrNewRoleLike(ClusterRole item);

    public interface RoleNested extends io.alauda.kubernetes.api.builder.Nested,ClusterRoleFluent>{

        
    public N and();    public N endRole();
}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy