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

io.fabric8.openshift.api.model.SecretSpecFluent Maven / Gradle / Ivy

There is a newer version: 6.13.4
Show newest version
package io.fabric8.openshift.api.model;

import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Map;
import io.fabric8.kubernetes.api.model.LocalObjectReference;
import java.util.AbstractMap;
import io.fabric8.kubernetes.api.model.LocalObjectReferenceFluent;
import io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;

public interface SecretSpecFluent> extends Fluent{


    public String getMountPath();    public T withMountPath( String mountPath);    public LocalObjectReference getSecretSource();    public T withSecretSource( LocalObjectReference secretSource);    public SecretSourceNested withNewSecretSource();    public SecretSourceNested withNewSecretSourceLike( LocalObjectReference item);    public SecretSourceNested editSecretSource();    public T withNewSecretSource( String name);    public T addToAdditionalProperties( String key,  Object value);    public T addToAdditionalProperties( Map map);    public T removeFromAdditionalProperties( String key);    public T removeFromAdditionalProperties( Map map);    public Map getAdditionalProperties();    public T withAdditionalProperties( Map additionalProperties);
    public interface SecretSourceNested extends Nested, LocalObjectReferenceFluent>{
            public N endSecretSource();            public N and();        
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy