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

    Interface V1ServiceAccountVolumeSource

    ServiceAccountVolumeSource adapts a ServiceAccount into a volume.

    interface V1ServiceAccountVolumeSource {
        serviceAccountName?: string;
    }
    Index

    Properties

    serviceAccountName?: string

    Name of the service account in the pod's namespace to use. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/