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

annotations.io.fabric8.openshift.api.model.NamedClusterRoleFluent Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package io.fabric8.openshift.api.model;

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

public interface NamedClusterRoleFluent> extends Fluent{


    public String getName();
    public A withName(String name);
    public ClusterRole getRole();
    public A withRole(ClusterRole role);
    public NamedClusterRoleFluent.RoleNested withNewRole();
    public NamedClusterRoleFluent.RoleNested withNewRoleLike(ClusterRole item);
    public NamedClusterRoleFluent.RoleNested editRole();

    public interface RoleNested extends Nested,ClusterRoleFluent>{

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy