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

io.fabric8.openshift.api.model.ScopeRestrictionFluent Maven / Gradle / Ivy

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

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

public interface ScopeRestrictionFluent> extends Fluent{


    public ClusterRoleScopeRestriction getClusterRole();
    public A withClusterRole(ClusterRoleScopeRestriction clusterRole);
    public ScopeRestrictionFluent.ClusterRoleNested withNewClusterRole();
    public ScopeRestrictionFluent.ClusterRoleNested withNewClusterRoleLike(ClusterRoleScopeRestriction item);
    public ScopeRestrictionFluent.ClusterRoleNested editClusterRole();
    public A addToLiterals(String... items);
    public A removeFromLiterals(String... items);
    public List getLiterals();
    public A withLiterals(List literals);
    public A withLiterals(String... literals);

    public interface ClusterRoleNested extends Nested,ClusterRoleScopeRestrictionFluent>{

        
    public N and();    public N endClusterRole();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy