Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 219 for apiGroup (0.17 sec)

  1. staging/src/k8s.io/api/networking/v1/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: Mon May 01 18:19:25 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/networking/v1/zz_generated.deepcopy.go

    func (in *IngressClassParametersReference) DeepCopyInto(out *IngressClassParametersReference) {
    	*out = *in
    	if in.APIGroup != nil {
    		in, out := &in.APIGroup, &out.APIGroup
    		*out = new(string)
    		**out = **in
    	}
    	if in.Scope != nil {
    		in, out := &in.Scope, &out.Scope
    		*out = new(string)
    		**out = **in
    	}
    	if in.Namespace != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 20K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/audit/types.go

    	// +optional
    	Resource string
    	// +optional
    	Namespace string
    	// +optional
    	Name string
    	// +optional
    	UID 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
    	// APIVersion is the version of the API group that contains the referred object.
    	// +optional
    	APIVersion string
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 03 09:18:23 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/networking/v1/generated.proto

    // to specify a cluster or namespace-scoped resource.
    message IngressClassParametersReference {
      // 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
      optional string aPIGroup = 1;
    
      // kind is the type of resource being referenced.
      optional string kind = 2;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go

    	reportedVerb := cleanVerb(CanonicalVerb(strings.ToUpper(req.Method), scope), "", req, requestInfo)
    	resource := requestInfo.Resource
    	subresource := requestInfo.Subresource
    	group := requestInfo.APIGroup
    	version := requestInfo.APIVersion
    
    	requestAbortsTotal.WithContext(req.Context()).WithLabelValues(reportedVerb, group, version, resource, subresource, scope).Inc()
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 07:29:19 UTC 2023
    - 35K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ReplicaSet.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
    - 34.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PodTemplate.yaml

                uid: uidValue
              spec:
                accessModes:
                - accessModesValue
                dataSource:
                  apiGroup: apiGroupValue
                  kind: kindValue
                  name: nameValue
                dataSourceRef:
                  apiGroup: apiGroupValue
                  kind: kindValue
                  name: nameValue
                  namespace: namespaceValue
                resources:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.ReplicaSet.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
    - 34.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.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: Wed May 29 22:40:29 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.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: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top