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

    Interface IoK8sApiAdmissionregistrationV1beta1ParamKind

    ParamKind is a tuple of Group Kind and Version.

    interface IoK8sApiAdmissionregistrationV1beta1ParamKind {
        apiVersion?: string;
        kind?: string;
    }
    Index

    Properties

    Properties

    apiVersion?: string

    APIVersion is the API group version the resources belong to. In format of "group/version". Required.

    kind?: string

    Kind is the API kind the resources belong to. Required.