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

io.kubernetes.client.openapi.models.V2beta2MetricIdentifierFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import java.lang.StringBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.StringBuffer;
import java.lang.Deprecated;
import java.lang.Boolean;

public interface V2beta2MetricIdentifierFluent> extends Fluent {


    public String getName();
    public A withName(String name);
    public Boolean hasName();
    public A withNewName(String arg1);
    public A withNewName(StringBuilder arg1);
    public A withNewName(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildSelector instead.
 * @return The buildable object.
 */
@Deprecated public V1LabelSelector getSelector();
    public V1LabelSelector buildSelector();
    public A withSelector(V1LabelSelector selector);
    public Boolean hasSelector();
    public V2beta2MetricIdentifierFluent.SelectorNested withNewSelector();
    public V2beta2MetricIdentifierFluent.SelectorNested withNewSelectorLike(V1LabelSelector item);
    public V2beta2MetricIdentifierFluent.SelectorNested editSelector();
    public V2beta2MetricIdentifierFluent.SelectorNested editOrNewSelector();
    public V2beta2MetricIdentifierFluent.SelectorNested editOrNewSelectorLike(V1LabelSelector item);
    public interface SelectorNested extends io.kubernetes.client.fluent.Nested,V1LabelSelectorFluent> {

        public N and();
        public N endSelector();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy