github.com/rancher/types@v0.0.0-20220328215343-4370ff10ecd5/apis/management.cattle.io/v3/user_types.go (about) 1 package v3 2 3 import ( 4 "github.com/rancher/norman/types" 5 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" 6 ) 7 8 type Preference struct { 9 types.Namespaced 10 11 metav1.TypeMeta `json:",inline"` 12 metav1.ObjectMeta `json:"metadata,omitempty"` 13 14 Value string `json:"value" norman:"required"` 15 }