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

    Interface IoK8sApiFlowcontrolV1ServiceAccountSubject

    ServiceAccountSubject holds detailed information for service-account-kind subject.

    interface IoK8sApiFlowcontrolV1ServiceAccountSubject {
        name: string;
        namespace: string;
    }
    Index

    Properties

    Properties

    name: string

    name is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.

    namespace: string

    namespace is the namespace of matching ServiceAccount objects. Required.