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

annotations.me.snowdrop.applicationcrd.api.model.InfoItemSourceFluent Maven / Gradle / Ivy

package me.snowdrop.applicationcrd.api.model;

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

public interface InfoItemSourceFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildConfigMapKeyRef instead.
 * @return The buildable object.
 */
@Deprecated public ConfigMapKeySelector getConfigMapKeyRef();
    public ConfigMapKeySelector buildConfigMapKeyRef();
    public A withConfigMapKeyRef(ConfigMapKeySelector configMapKeyRef);
    public Boolean hasConfigMapKeyRef();
    public InfoItemSourceFluent.ConfigMapKeyRefNested withNewConfigMapKeyRef();
    public InfoItemSourceFluent.ConfigMapKeyRefNested withNewConfigMapKeyRefLike(ConfigMapKeySelector item);
    public InfoItemSourceFluent.ConfigMapKeyRefNested editConfigMapKeyRef();
    public InfoItemSourceFluent.ConfigMapKeyRefNested editOrNewConfigMapKeyRef();
    public InfoItemSourceFluent.ConfigMapKeyRefNested editOrNewConfigMapKeyRefLike(ConfigMapKeySelector item);
    
/**
 * This method has been deprecated, please use method buildIngressRef instead.
 * @return The buildable object.
 */
@Deprecated public IngressSelector getIngressRef();
    public IngressSelector buildIngressRef();
    public A withIngressRef(IngressSelector ingressRef);
    public Boolean hasIngressRef();
    public InfoItemSourceFluent.IngressRefNested withNewIngressRef();
    public InfoItemSourceFluent.IngressRefNested withNewIngressRefLike(IngressSelector item);
    public InfoItemSourceFluent.IngressRefNested editIngressRef();
    public InfoItemSourceFluent.IngressRefNested editOrNewIngressRef();
    public InfoItemSourceFluent.IngressRefNested editOrNewIngressRefLike(IngressSelector item);
    
/**
 * This method has been deprecated, please use method buildSecretKeyRef instead.
 * @return The buildable object.
 */
@Deprecated public SecretKeySelector getSecretKeyRef();
    public SecretKeySelector buildSecretKeyRef();
    public A withSecretKeyRef(SecretKeySelector secretKeyRef);
    public Boolean hasSecretKeyRef();
    public InfoItemSourceFluent.SecretKeyRefNested withNewSecretKeyRef();
    public InfoItemSourceFluent.SecretKeyRefNested withNewSecretKeyRefLike(SecretKeySelector item);
    public InfoItemSourceFluent.SecretKeyRefNested editSecretKeyRef();
    public InfoItemSourceFluent.SecretKeyRefNested editOrNewSecretKeyRef();
    public InfoItemSourceFluent.SecretKeyRefNested editOrNewSecretKeyRefLike(SecretKeySelector item);
    
/**
 * This method has been deprecated, please use method buildServiceRef instead.
 * @return The buildable object.
 */
@Deprecated public ServiceSelector getServiceRef();
    public ServiceSelector buildServiceRef();
    public A withServiceRef(ServiceSelector serviceRef);
    public Boolean hasServiceRef();
    public InfoItemSourceFluent.ServiceRefNested withNewServiceRef();
    public InfoItemSourceFluent.ServiceRefNested withNewServiceRefLike(ServiceSelector item);
    public InfoItemSourceFluent.ServiceRefNested editServiceRef();
    public InfoItemSourceFluent.ServiceRefNested editOrNewServiceRef();
    public InfoItemSourceFluent.ServiceRefNested editOrNewServiceRefLike(ServiceSelector item);
    public String getType();
    public A withType(String type);
    public Boolean hasType();
    public A withNewType(String arg1);
    public A withNewType(StringBuilder arg1);
    public A withNewType(StringBuffer arg1);

    public interface ConfigMapKeyRefNested extends io.fabric8.kubernetes.api.builder.Nested,ConfigMapKeySelectorFluent>{

        
    public N and();    public N endConfigMapKeyRef();
}
    public interface IngressRefNested extends io.fabric8.kubernetes.api.builder.Nested,IngressSelectorFluent>{

        
    public N and();    public N endIngressRef();
}
    public interface SecretKeyRefNested extends io.fabric8.kubernetes.api.builder.Nested,SecretKeySelectorFluent>{

        
    public N and();    public N endSecretKeyRef();
}
    public interface ServiceRefNested extends io.fabric8.kubernetes.api.builder.Nested,ServiceSelectorFluent>{

        
    public N and();    public N endServiceRef();
}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy