Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 219 for apiGroup (0.13 sec)

  1. pkg/registry/storage/csidriver/strategy_test.go

    			SELinuxMount:      &enabled,
    		},
    	}
    }
    
    func TestCSIDriverStrategy(t *testing.T) {
    	ctx := genericapirequest.WithRequestInfo(genericapirequest.NewContext(), &genericapirequest.RequestInfo{
    		APIGroup:   "storage.k8s.io",
    		APIVersion: "v1",
    		Resource:   "csidrivers",
    	})
    	if Strategy.NamespaceScoped() {
    		t.Errorf("CSIDriver must not be namespace scoped")
    	}
    	if Strategy.AllowCreateOnUpdate() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/watch_tracker_test.go

    	return &http.Request{
    		Method: method,
    		URL: &url.URL{
    			Path:     path,
    			RawQuery: rawQuery,
    		},
    	}
    }
    
    func newWatchIdentifier(apiGroup, resource, namespace, name string) *watchIdentifier {
    	return &watchIdentifier{
    		apiGroup:  apiGroup,
    		resource:  resource,
    		namespace: namespace,
    		name:      name,
    	}
    }
    
    func TestRegisterWatch(t *testing.T) {
    	testCases := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 03 14:02:51 UTC 2021
    - 10.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1beta1/types.go

    type IngressClassParametersReference struct {
    	// apiGroup is the group for the resource being referenced. If APIGroup is
    	// not specified, the specified Kind must be in the core API group. For any
    	// other third-party types, APIGroup is required.
    	// +optional
    	APIGroup *string `json:"apiGroup,omitempty" protobuf:"bytes,1,opt,name=aPIGroup"`
    
    	// kind is the type of resource being referenced.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:30 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.deepcopy.go

    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new APIGroup.
    func (in *APIGroup) DeepCopy() *APIGroup {
    	if in == nil {
    		return nil
    	}
    	out := new(APIGroup)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    func (in *APIGroup) DeepCopyObject() runtime.Object {
    	if c := in.DeepCopy(); c != nil {
    		return c
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 01 10:00:25 UTC 2023
    - 32.2K bytes
    - Viewed (0)
  5. samples/addons/kiali.yaml

      - create
      - delete
      - patch
    - apiGroups: ["apps.openshift.io"]
      resources:
      - deploymentconfigs
      verbs:
      - get
      - list
      - watch
      - patch
    - apiGroups: ["project.openshift.io"]
      resources:
      - projects
      verbs:
      - get
    - apiGroups: ["route.openshift.io"]
      resources:
      - routes
      verbs:
      - get
    - apiGroups: ["authentication.k8s.io"]
      resources:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_discovery_controller.go

    	apiGroup := metav1.APIGroup{
    		Name:     version.Group,
    		Versions: apiVersionsForDiscovery,
    		// the preferred versions for a group is the first item in
    		// apiVersionsForDiscovery after it put in the right ordered
    		PreferredVersion: apiVersionsForDiscovery[0],
    	}
    	c.groupHandler.setDiscovery(version.Group, discovery.NewAPIGroupHandler(Codecs, apiGroup))
    
    	if !foundVersion {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 21 11:40:03 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  7. pkg/apis/resource/types.go

    // locate the parameters for a ResourceClass.
    type ResourceClassParametersReference struct {
    	// APIGroup is the group for the resource being referenced. It is
    	// empty for the core API. This matches the group in the APIVersion
    	// that is used when creating the resources.
    	// +optional
    	APIGroup string
    	// Kind is the type of resource being referenced. This is the same
    	// value as in the parameter object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.yaml

                spec:
                  accessModes:
                  - accessModesValue
                  dataSource:
                    apiGroup: apiGroupValue
                    kind: kindValue
                    name: nameValue
                  dataSourceRef:
                    apiGroup: apiGroupValue
                    kind: kindValue
                    name: nameValue
                    namespace: namespaceValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/networking/v1beta1/types_swagger_doc_generated.go

    	"":          "IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.",
    	"apiGroup":  "apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.",
    	"kind":      "kind is the type of resource being referenced.",
    	"name":      "name is the name of resource being referenced.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/types.go

    	UID types.UID `json:"uid,omitempty" protobuf:"bytes,4,opt,name=uid,casttype=k8s.io/apimachinery/pkg/types.UID"`
    	// APIGroup is the name of the API group that contains the referred object.
    	// The empty string represents the core API group.
    	// +optional
    	APIGroup string `json:"apiGroup,omitempty" protobuf:"bytes,5,opt,name=apiGroup"`
    	// APIVersion is the version of the API group that contains the referred object.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:24:10 UTC 2023
    - 14.5K bytes
    - Viewed (0)
Back to top