
annotations.io.fabric8.kubernetes.api.model.EnvVarSourceFluent Maven / Gradle / Ivy
package io.fabric8.kubernetes.api.model;
import io.fabric8.kubernetes.api.builder.Fluent;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import java.lang.String;
import java.lang.Object;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;
public interface EnvVarSourceFluent> extends Fluent{
public ConfigMapKeySelector getConfigMapKeyRef();
public A withConfigMapKeyRef(ConfigMapKeySelector configMapKeyRef);
public EnvVarSourceFluent.ConfigMapKeyRefNested withNewConfigMapKeyRef();
public EnvVarSourceFluent.ConfigMapKeyRefNested withNewConfigMapKeyRefLike(ConfigMapKeySelector item);
public EnvVarSourceFluent.ConfigMapKeyRefNested editConfigMapKeyRef();
public A withNewConfigMapKeyRef(String key,String name);
public ObjectFieldSelector getFieldRef();
public A withFieldRef(ObjectFieldSelector fieldRef);
public EnvVarSourceFluent.FieldRefNested withNewFieldRef();
public EnvVarSourceFluent.FieldRefNested withNewFieldRefLike(ObjectFieldSelector item);
public EnvVarSourceFluent.FieldRefNested editFieldRef();
public A withNewFieldRef(String apiVersion,String fieldPath);
public SecretKeySelector getSecretKeyRef();
public A withSecretKeyRef(SecretKeySelector secretKeyRef);
public EnvVarSourceFluent.SecretKeyRefNested withNewSecretKeyRef();
public EnvVarSourceFluent.SecretKeyRefNested withNewSecretKeyRefLike(SecretKeySelector item);
public EnvVarSourceFluent.SecretKeyRefNested editSecretKeyRef();
public A withNewSecretKeyRef(String key,String name);
public interface ConfigMapKeyRefNested extends Nested,ConfigMapKeySelectorFluent>{
public N endConfigMapKeyRef(); public N and();
}
public interface FieldRefNested extends Nested,ObjectFieldSelectorFluent>{
public N and(); public N endFieldRef();
}
public interface SecretKeyRefNested extends Nested,SecretKeySelectorFluent>{
public N endSecretKeyRef(); public N and();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy