Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for apiGroup (0.24 sec)

  1. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    	dAtA[i] = 0x22
    	i -= len(m.Resource)
    	copy(dAtA[i:], m.Resource)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Resource)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.APIGroup)
    	copy(dAtA[i:], m.APIGroup)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIGroup)))
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *ResourceClaimList) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *APIGroup) Reset()      { *m = APIGroup{} }
    func (*APIGroup) ProtoMessage() {}
    func (*APIGroup) Descriptor() ([]byte, []int) {
    	return fileDescriptor_a8431b6e0aeeb761, []int{0}
    }
    func (m *APIGroup) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *APIGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    	}
    	apiGroup := ""
    	if dataSource.APIGroup != nil {
    		apiGroup = *dataSource.APIGroup
    	}
    	if len(apiGroup) == 0 && dataSource.Kind != "PersistentVolumeClaim" {
    		allErrs = append(allErrs, field.Invalid(fldPath, dataSource.Kind, "must be 'PersistentVolumeClaim' when referencing the default apiGroup"))
    	}
    	if len(apiGroup) > 0 && !allowInvalidAPIGroupInDataSourceOrRef {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    }
    
    type TypedObjectReference 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" 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: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/core/v1/generated.proto

    // +structType=atomic
    message TypedLocalObjectReference {
      // 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
    - 255.8K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	// +optional
    	VolumeAttributesClassName *string
    }
    
    type TypedObjectReference 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
    	// Kind is the type of resource being referenced
    	Kind string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":         "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.",
    	"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: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__networking.k8s.io__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: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

    // +structType=atomic
    message TypedLocalObjectReference {
      // 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. prow/config/calico.yaml

      - apiGroups: ["networking.k8s.io"]
        resources:
          - networkpolicies
        verbs:
          - watch
          - list
      # Used by Calico for policy information.
      - apiGroups: [""]
        resources:
          - pods
          - namespaces
          - serviceaccounts
        verbs:
          - list
          - watch
      # The CNI plugin patches pods/status.
      - apiGroups: [""]
        resources:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
Back to top