@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface IoK8sApiCoreV1EnvFromSource

    EnvFromSource represents the source of a set of ConfigMaps or Secrets

    interface IoK8sApiCoreV1EnvFromSource {
        configMapRef?: IoK8sApiCoreV1ConfigMapEnvSource;
        prefix?: string;
        secretRef?: IoK8sApiCoreV1SecretEnvSource;
    }
    Index

    Properties

    The ConfigMap to select from

    prefix?: string

    Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.

    The Secret to select from