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

annotations.me.snowdrop.servicecatalog.api.model.ParametersFromSourceFluent Maven / Gradle / Ivy

The newest version!
package me.snowdrop.servicecatalog.api.model;

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

public interface ParametersFromSourceFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildSecretKeyRef instead.
 * @return The buildable object.
 */
@Deprecated public SecretKeyReference getSecretKeyRef();
    public SecretKeyReference buildSecretKeyRef();
    public A withSecretKeyRef(SecretKeyReference secretKeyRef);
    public Boolean hasSecretKeyRef();
    public A withNewSecretKeyRef(String key,String name);
    public ParametersFromSourceFluent.SecretKeyRefNested withNewSecretKeyRef();
    public ParametersFromSourceFluent.SecretKeyRefNested withNewSecretKeyRefLike(SecretKeyReference item);
    public ParametersFromSourceFluent.SecretKeyRefNested editSecretKeyRef();
    public ParametersFromSourceFluent.SecretKeyRefNested editOrNewSecretKeyRef();
    public ParametersFromSourceFluent.SecretKeyRefNested editOrNewSecretKeyRefLike(SecretKeyReference item);

    public interface SecretKeyRefNested extends io.fabric8.kubernetes.api.builder.Nested,SecretKeyReferenceFluent>{

        
    public N and();    public N endSecretKeyRef();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy