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

annotations.io.alauda.devops.api.model.SecretSpecFluent Maven / Gradle / Ivy

There is a newer version: 0.2.12
Show newest version
package io.alauda.devops.api.model;

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

public interface SecretSpecFluent> extends Fluent{


    public String getMountPath();
    public A withMountPath(String mountPath);
    public Boolean hasMountPath();
    
/**
 * This method has been deprecated, please use method buildSecretSource instead.
 */
@Deprecated public LocalObjectReference getSecretSource();
    public LocalObjectReference buildSecretSource();
    public A withSecretSource(LocalObjectReference secretSource);
    public Boolean hasSecretSource();
    public SecretSpecFluent.SecretSourceNested withNewSecretSource();
    public SecretSpecFluent.SecretSourceNested withNewSecretSourceLike(LocalObjectReference item);
    public SecretSpecFluent.SecretSourceNested editSecretSource();
    public SecretSpecFluent.SecretSourceNested editOrNewSecretSource();
    public SecretSpecFluent.SecretSourceNested editOrNewSecretSourceLike(LocalObjectReference item);
    public A withNewSecretSource(String name);

    public interface SecretSourceNested extends io.alauda.kubernetes.api.builder.Nested,LocalObjectReferenceFluent>{

        
    public N and();    public N endSecretSource();
}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy