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

io.kubernetes.client.models.V1beta1CustomResourceSubresourcesFluent Maven / Gradle / Ivy

package io.kubernetes.client.models;

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

public interface V1beta1CustomResourceSubresourcesFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildScale instead.
 */
@Deprecated public V1beta1CustomResourceSubresourceScale getScale();
    public V1beta1CustomResourceSubresourceScale buildScale();
    public A withScale(V1beta1CustomResourceSubresourceScale scale);
    public Boolean hasScale();
    public V1beta1CustomResourceSubresourcesFluent.ScaleNested withNewScale();
    public V1beta1CustomResourceSubresourcesFluent.ScaleNested withNewScaleLike(V1beta1CustomResourceSubresourceScale item);
    public V1beta1CustomResourceSubresourcesFluent.ScaleNested editScale();
    public V1beta1CustomResourceSubresourcesFluent.ScaleNested editOrNewScale();
    public V1beta1CustomResourceSubresourcesFluent.ScaleNested editOrNewScaleLike(V1beta1CustomResourceSubresourceScale item);
    public Object getStatus();
    public A withStatus(Object status);
    public Boolean hasStatus();

    public interface ScaleNested extends io.kubernetes.client.fluent.Nested,V1beta1CustomResourceSubresourceScaleFluent>{

        
    public N and();    public N endScale();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy