Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for apiGroup (0.15 sec)

  1. pkg/apis/core/validation/validation_test.go

    			},
    		},
    		StorageClassName: &scName,
    		DataSourceRef: &core.TypedObjectReference{
    			APIGroup:  apiGroup,
    			Kind:      kind,
    			Namespace: namespace,
    			Name:      name,
    		},
    	}
    
    	if isDataSourceSet {
    		spec.DataSource = &core.TypedLocalObjectReference{
    			APIGroup: apiGroup,
    			Kind:     kind,
    			Name:     name,
    		}
    	}
    	return &spec
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

      - '*'
    - apiGroups:
      - ""
      resources:
      - configmaps
      verbs:
      - create
      - get
      - list
      - watch
      - update
    - apiGroups:
      - authentication.k8s.io
      resources:
      - tokenreviews
      verbs:
      - create
    - apiGroups:
      - authorization.k8s.io
      resources:
      - subjectaccessreviews
      verbs:
      - create
    - apiGroups:
      - networking.x-k8s.io
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "properties": {
              "apiGroup": {
                "description": "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.",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "apiGroup": {
                "description": "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.",
                "type": "string"
              },
              "kind": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top