Package io.quarkus.kubernetes.deployment
Interface EnvConfig
public interface EnvConfig
-
Method Details
-
name
The environment variable name. -
value
The environment variable value. -
secret
The environment variable secret. -
configmap
The environment variable config map. -
field
The environment variable field.
-