Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewTypeValue (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/quantity.go

    	"github.com/google/cel-go/common/types/ref"
    	"k8s.io/apimachinery/pkg/api/resource"
    )
    
    var (
    	QuantityObject    = decls.NewObjectType("kubernetes.Quantity")
    	quantityTypeValue = types.NewTypeValue("kubernetes.Quantity")
    	QuantityType      = cel.ObjectType("kubernetes.Quantity")
    )
    
    // Quantity provdes a CEL representation of a resource.Quantity
    type Quantity struct {
    	*resource.Quantity
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 11:23:54 UTC 2024
    - 2K bytes
    - Viewed (0)
Back to top