public interface V1EnvVarSourceFluent<A extends V1EnvVarSourceFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1EnvVarSourceFluent.ConfigMapKeyRefNested<N> |
static interface |
V1EnvVarSourceFluent.FieldRefNested<N> |
static interface |
V1EnvVarSourceFluent.ResourceFieldRefNested<N> |
static interface |
V1EnvVarSourceFluent.SecretKeyRefNested<N> |
@Deprecated io.kubernetes.client.openapi.models.V1ConfigMapKeySelector getConfigMapKeyRef()
io.kubernetes.client.openapi.models.V1ConfigMapKeySelector buildConfigMapKeyRef()
A withConfigMapKeyRef(io.kubernetes.client.openapi.models.V1ConfigMapKeySelector configMapKeyRef)
Boolean hasConfigMapKeyRef()
V1EnvVarSourceFluent.ConfigMapKeyRefNested<A> withNewConfigMapKeyRef()
V1EnvVarSourceFluent.ConfigMapKeyRefNested<A> withNewConfigMapKeyRefLike(io.kubernetes.client.openapi.models.V1ConfigMapKeySelector item)
V1EnvVarSourceFluent.ConfigMapKeyRefNested<A> editConfigMapKeyRef()
V1EnvVarSourceFluent.ConfigMapKeyRefNested<A> editOrNewConfigMapKeyRef()
V1EnvVarSourceFluent.ConfigMapKeyRefNested<A> editOrNewConfigMapKeyRefLike(io.kubernetes.client.openapi.models.V1ConfigMapKeySelector item)
@Deprecated io.kubernetes.client.openapi.models.V1ObjectFieldSelector getFieldRef()
io.kubernetes.client.openapi.models.V1ObjectFieldSelector buildFieldRef()
A withFieldRef(io.kubernetes.client.openapi.models.V1ObjectFieldSelector fieldRef)
Boolean hasFieldRef()
V1EnvVarSourceFluent.FieldRefNested<A> withNewFieldRef()
V1EnvVarSourceFluent.FieldRefNested<A> withNewFieldRefLike(io.kubernetes.client.openapi.models.V1ObjectFieldSelector item)
V1EnvVarSourceFluent.FieldRefNested<A> editFieldRef()
V1EnvVarSourceFluent.FieldRefNested<A> editOrNewFieldRef()
V1EnvVarSourceFluent.FieldRefNested<A> editOrNewFieldRefLike(io.kubernetes.client.openapi.models.V1ObjectFieldSelector item)
@Deprecated io.kubernetes.client.openapi.models.V1ResourceFieldSelector getResourceFieldRef()
io.kubernetes.client.openapi.models.V1ResourceFieldSelector buildResourceFieldRef()
A withResourceFieldRef(io.kubernetes.client.openapi.models.V1ResourceFieldSelector resourceFieldRef)
Boolean hasResourceFieldRef()
V1EnvVarSourceFluent.ResourceFieldRefNested<A> withNewResourceFieldRef()
V1EnvVarSourceFluent.ResourceFieldRefNested<A> withNewResourceFieldRefLike(io.kubernetes.client.openapi.models.V1ResourceFieldSelector item)
V1EnvVarSourceFluent.ResourceFieldRefNested<A> editResourceFieldRef()
V1EnvVarSourceFluent.ResourceFieldRefNested<A> editOrNewResourceFieldRef()
V1EnvVarSourceFluent.ResourceFieldRefNested<A> editOrNewResourceFieldRefLike(io.kubernetes.client.openapi.models.V1ResourceFieldSelector item)
@Deprecated io.kubernetes.client.openapi.models.V1SecretKeySelector getSecretKeyRef()
io.kubernetes.client.openapi.models.V1SecretKeySelector buildSecretKeyRef()
A withSecretKeyRef(io.kubernetes.client.openapi.models.V1SecretKeySelector secretKeyRef)
Boolean hasSecretKeyRef()
V1EnvVarSourceFluent.SecretKeyRefNested<A> withNewSecretKeyRef()
V1EnvVarSourceFluent.SecretKeyRefNested<A> withNewSecretKeyRefLike(io.kubernetes.client.openapi.models.V1SecretKeySelector item)
V1EnvVarSourceFluent.SecretKeyRefNested<A> editSecretKeyRef()
V1EnvVarSourceFluent.SecretKeyRefNested<A> editOrNewSecretKeyRef()
V1EnvVarSourceFluent.SecretKeyRefNested<A> editOrNewSecretKeyRefLike(io.kubernetes.client.openapi.models.V1SecretKeySelector item)
Copyright © 2021. All rights reserved.