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

annotations.me.snowdrop.istio.api.rbac.v1alpha1.TargetFluent Maven / Gradle / Ivy

package me.snowdrop.istio.api.rbac.v1alpha1;

import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.lang.String;
import java.lang.Boolean;
import io.fabric8.kubernetes.api.builder.Predicate;

public interface TargetFluent> extends Fluent{


    public A addToNamespaces(int index,String item);
    public A setToNamespaces(int index,String item);
    public A addToNamespaces(String... items);
    public A addAllToNamespaces(Collection items);
    public A removeFromNamespaces(String... items);
    public A removeAllFromNamespaces(Collection items);
    public List getNamespaces();
    public String getNamespace(int index);
    public String getFirstNamespace();
    public String getLastNamespace();
    public String getMatchingNamespace(io.fabric8.kubernetes.api.builder.Predicate predicate);
    public A withNamespaces(List namespaces);
    public A withNamespaces(String... namespaces);
    public Boolean hasNamespaces();
    public A addToServices(int index,String item);
    public A setToServices(int index,String item);
    public A addToServices(String... items);
    public A addAllToServices(Collection items);
    public A removeFromServices(String... items);
    public A removeAllFromServices(Collection items);
    public List getServices();
    public String getService(int index);
    public String getFirstService();
    public String getLastService();
    public String getMatchingService(io.fabric8.kubernetes.api.builder.Predicate predicate);
    public A withServices(List services);
    public A withServices(String... services);
    public Boolean hasServices();



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy