annotations.io.fabric8.kubernetes.api.model.EnvVarSourceFluent Maven / Gradle / Ivy
package io.fabric8.kubernetes.api.model;
import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Map;
import java.util.AbstractMap;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
public interface EnvVarSourceFluent> extends Fluent{
public ConfigMapKeySelector getConfigMapKeyRef(); public T withConfigMapKeyRef( ConfigMapKeySelector configMapKeyRef); public ConfigMapKeyRefNested withNewConfigMapKeyRef(); public ConfigMapKeyRefNested withNewConfigMapKeyRefLike( ConfigMapKeySelector item); public ConfigMapKeyRefNested editConfigMapKeyRef(); public T withNewConfigMapKeyRef( String key, String name); public ObjectFieldSelector getFieldRef(); public T withFieldRef( ObjectFieldSelector fieldRef); public FieldRefNested withNewFieldRef(); public FieldRefNested withNewFieldRefLike( ObjectFieldSelector item); public FieldRefNested editFieldRef(); public T withNewFieldRef( String apiVersion, String fieldPath); public SecretKeySelector getSecretKeyRef(); public T withSecretKeyRef( SecretKeySelector secretKeyRef); public SecretKeyRefNested withNewSecretKeyRef(); public SecretKeyRefNested withNewSecretKeyRefLike( SecretKeySelector item); public SecretKeyRefNested editSecretKeyRef(); public T withNewSecretKeyRef( String key, 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 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