Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,478 for tgroup (0.14 sec)

  1. src/main/java/org/codelibs/fess/es/user/exentity/Group.java

     */
    package org.codelibs.fess.es.user.exentity;
    
    import java.util.HashMap;
    import java.util.Map;
    
    import org.codelibs.fess.es.user.bsentity.BsGroup;
    
    /**
     * @author FreeGen
     */
    public class Group extends BsGroup {
    
        private static final long serialVersionUID = 1L;
    
        private Map<String, String> attributes;
    
        public Long getVersionNo() {
            return asDocMeta().version();
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. cni/pkg/nodeagent/testdata/cgroupns/1/cgroup

    Ben Leggett <******@****.***> 1706301268 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 26 20:34:28 UTC 2024
    - 326 bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/group.go

    		serializer: serializer,
    		group:      group,
    	}
    }
    
    func (s *APIGroupHandler) WebService() *restful.WebService {
    	mediaTypes, _ := negotiation.MediaTypesForSerializer(s.serializer)
    	ws := new(restful.WebService)
    	ws.Path(APIGroupPrefix + "/" + s.group.Name)
    	ws.Doc("get information of a group")
    	ws.Route(ws.GET("/").To(s.handle).
    		Doc("get information of a group").
    		Operation("getAPIGroup").
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 20:38:08 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/user/bsentity/BsGroup.java

        @Override
        public GroupDbm asDBMeta() {
            return GroupDbm.getInstance();
        }
    
        @Override
        public String asTableDbName() {
            return "group";
        }
    
        // ===================================================================================
        //                                                                              Source
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. releasenotes/notes/fsgroup.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
    - 26882
    releaseNotes:
    - |
      **Improved** sidecar injection to not modify the pod `securityPolicy.fsGroup` which could conflict with existing settings and secret mounts.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 23 01:09:13 UTC 2020
    - 338 bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/invalid/httproute/invalid-backend-group.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: invalid-backend-group
    spec:
      rules:
      - backendRefs:
        - group: "*"
          name: foo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 182 bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess_user.group/group.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 135 bytes
    - Viewed (0)
  8. hack/verify-api-groups.sh

    	register_files+=("${file}")
    done < <(find pkg/apis -name register.go | sort)
    
    # every register file should contain a GroupName.  Gather the different representations.
    # 1. group directory name for client gen
    # 2. external group versions for init.sh all APIs list
    # 3. install packages for inclusion in import_known_versions files
    group_dirnames=()
    external_group_versions=()
    expected_install_packages=()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 13 09:26:16 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess_user.group.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 173 bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/allow-groups.yaml

    groups:
    - rules:
      - matches:
        - destinationPorts:
          - 80
      - matches:
        - namespaces:
          - exact: only-l4-ns
          principals:
          - exact: only-l4-principals
    - rules:
      - matches:
        - namespaces:
          - exact: when-l4-ns
      - matches:
        - sourceIps:
          - address: CgoKCg==
            length: 32
    name: groups
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 345 bytes
    - Viewed (0)
Back to top