Uses of Class
io.kubernetes.client.openapi.models.V1EnvVarSource
Packages that use V1EnvVarSource
-
Uses of V1EnvVarSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EnvVarSourceModifier and TypeMethodDescriptionV1EnvVarSource.configMapKeyRef
(V1ConfigMapKeySelector configMapKeyRef) V1EnvVarSource.fieldRef
(V1ObjectFieldSelector fieldRef) static V1EnvVarSource
Create an instance of V1EnvVarSource given an JSON stringV1EnvVar.getValueFrom()
Get valueFromV1EnvVarSource.resourceFieldRef
(V1ResourceFieldSelector resourceFieldRef) V1EnvVarSource.secretKeyRef
(V1SecretKeySelector secretKeyRef) Methods in io.kubernetes.client.openapi.models with parameters of type V1EnvVarSourceModifier and TypeMethodDescriptionvoid
V1EnvVar.setValueFrom
(V1EnvVarSource valueFrom) V1EnvVar.valueFrom
(V1EnvVarSource valueFrom)