Documentation - v0.0.0
    Preparing search index...
    interface ContainerPolicy {
        containerName: string;
        maxAllowed?: ResourceLimits;
        minAllowed?: ResourceLimits;
    }
    Index

    Properties

    containerName: string

    The name of the container.

    maxAllowed?: ResourceLimits

    The maximum allowed resources.

    minAllowed?: ResourceLimits

    The minimum allowed resources.