Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for XListMapKeys (0.21 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types_jsonschema.go

    	//
    	// The properties specified must either be required or have a default value,
    	// to ensure those properties are present for all list items.
    	//
    	// +optional
    	// +listType=atomic
    	XListMapKeys []string `json:"x-kubernetes-list-map-keys,omitempty" protobuf:"bytes,41,rep,name=xKubernetesListMapKeys"`
    
    	// x-kubernetes-list-type annotates an array to further describe its topology.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:21 UTC 2023
    - 24.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types_jsonschema.go

    	//
    	// The properties specified must either be required or have a default value,
    	// to ensure those properties are present for all list items.
    	//
    	// +optional
    	// +listType=atomic
    	XListMapKeys []string `json:"x-kubernetes-list-map-keys,omitempty" protobuf:"bytes,41,rep,name=xKubernetesListMapKeys"`
    
    	// x-kubernetes-list-type annotates an array to further describe its topology.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:21 UTC 2023
    - 24.7K bytes
    - Viewed (0)
Back to top