io.kubernetes.client.openapi.models.V1EnvVarSourceFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.Deprecated;
import java.lang.Boolean;
/**
* Generated
*/
public interface V1EnvVarSourceFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildConfigMapKeyRef instead.
* @return The buildable object.
*/
@Deprecated
public V1ConfigMapKeySelector getConfigMapKeyRef();
public V1ConfigMapKeySelector buildConfigMapKeyRef();
public A withConfigMapKeyRef(V1ConfigMapKeySelector configMapKeyRef);
public Boolean hasConfigMapKeyRef();
public V1EnvVarSourceFluent.ConfigMapKeyRefNested withNewConfigMapKeyRef();
public V1EnvVarSourceFluent.ConfigMapKeyRefNested withNewConfigMapKeyRefLike(V1ConfigMapKeySelector item);
public V1EnvVarSourceFluent.ConfigMapKeyRefNested editConfigMapKeyRef();
public V1EnvVarSourceFluent.ConfigMapKeyRefNested editOrNewConfigMapKeyRef();
public V1EnvVarSourceFluent.ConfigMapKeyRefNested editOrNewConfigMapKeyRefLike(V1ConfigMapKeySelector item);
/**
* This method has been deprecated, please use method buildFieldRef instead.
* @return The buildable object.
*/
@Deprecated
public V1ObjectFieldSelector getFieldRef();
public V1ObjectFieldSelector buildFieldRef();
public A withFieldRef(V1ObjectFieldSelector fieldRef);
public Boolean hasFieldRef();
public V1EnvVarSourceFluent.FieldRefNested withNewFieldRef();
public V1EnvVarSourceFluent.FieldRefNested withNewFieldRefLike(V1ObjectFieldSelector item);
public V1EnvVarSourceFluent.FieldRefNested editFieldRef();
public V1EnvVarSourceFluent.FieldRefNested editOrNewFieldRef();
public V1EnvVarSourceFluent.FieldRefNested editOrNewFieldRefLike(V1ObjectFieldSelector item);
/**
* This method has been deprecated, please use method buildResourceFieldRef instead.
* @return The buildable object.
*/
@Deprecated
public V1ResourceFieldSelector getResourceFieldRef();
public V1ResourceFieldSelector buildResourceFieldRef();
public A withResourceFieldRef(V1ResourceFieldSelector resourceFieldRef);
public Boolean hasResourceFieldRef();
public V1EnvVarSourceFluent.ResourceFieldRefNested withNewResourceFieldRef();
public V1EnvVarSourceFluent.ResourceFieldRefNested withNewResourceFieldRefLike(V1ResourceFieldSelector item);
public V1EnvVarSourceFluent.ResourceFieldRefNested editResourceFieldRef();
public V1EnvVarSourceFluent.ResourceFieldRefNested editOrNewResourceFieldRef();
public V1EnvVarSourceFluent.ResourceFieldRefNested editOrNewResourceFieldRefLike(V1ResourceFieldSelector item);
/**
* This method has been deprecated, please use method buildSecretKeyRef instead.
* @return The buildable object.
*/
@Deprecated
public V1SecretKeySelector getSecretKeyRef();
public V1SecretKeySelector buildSecretKeyRef();
public A withSecretKeyRef(V1SecretKeySelector secretKeyRef);
public Boolean hasSecretKeyRef();
public V1EnvVarSourceFluent.SecretKeyRefNested withNewSecretKeyRef();
public V1EnvVarSourceFluent.SecretKeyRefNested withNewSecretKeyRefLike(V1SecretKeySelector item);
public V1EnvVarSourceFluent.SecretKeyRefNested editSecretKeyRef();
public V1EnvVarSourceFluent.SecretKeyRefNested editOrNewSecretKeyRef();
public V1EnvVarSourceFluent.SecretKeyRefNested editOrNewSecretKeyRefLike(V1SecretKeySelector item);
public interface ConfigMapKeyRefNested extends Nested,V1ConfigMapKeySelectorFluent>{
public N and();
public N endConfigMapKeyRef();
}
public interface FieldRefNested extends Nested,V1ObjectFieldSelectorFluent>{
public N and();
public N endFieldRef();
}
public interface ResourceFieldRefNested extends Nested,V1ResourceFieldSelectorFluent>{
public N and();
public N endResourceFieldRef();
}
public interface SecretKeyRefNested extends Nested,V1SecretKeySelectorFluent>{
public N and();
public N endSecretKeyRef();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy