Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 80 for abcabc (0.2 sec)

  1. cmd/kubeadm/app/phases/controlplane/manifests_test.go

    				"--audit-policy-file=/etc/config/audit.yaml",
    				"--audit-log-path=/var/log/kubernetes",
    			},
    		},
    		{
    			name: "authorization-mode extra-args ABAC",
    			cfg: &kubeadmapi.ClusterConfiguration{
    				Networking:      kubeadmapi.Networking{ServiceSubnet: "bar", DNSDomain: "cluster.local"},
    				CertificatesDir: testCertsDir,
    				APIServer: kubeadmapi.APIServer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 14:43:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. cluster/gce/upgrade.sh

      # kubeconfig:username, and then under kubeconfig:username-basic-auth.
      # TODO: KUBE_USER is used in generating ABAC policy which the
      # apiserver may not have enabled. If it's enabled, we must have a user
      # to generate a valid ABAC policy. If the username changes, should
      # the script fail? Should we generate a default username and password
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  3. kotlin-js-store/yarn.lock

      integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
    
    abab@^2.0.6:
      version "2.0.6"
      resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
      integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==
    
    accepts@~1.3.4:
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 87.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/apis/apiserver/types.go

    type AuthorizerConfiguration struct {
    	// Type refers to the type of the authorizer
    	// "Webhook" is supported in the generic API server
    	// Other API servers may support additional authorizer
    	// types like Node, RBAC, ABAC, etc.
    	Type AuthorizerType
    
    	// Name used to describe the webhook
    	// This is explicitly used in monitoring machinery for metrics
    	// Note: Names must be DNS1123 labels like `myauthorizername` or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 00:57:24 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  5. src/strings/replace.go

    	r.once.Do(r.buildOnce)
    	return r.r.WriteString(w, s)
    }
    
    // trieNode is a node in a lookup trie for prioritized key/value pairs. Keys
    // and values may be empty. For example, the trie containing keys "ax", "ay",
    // "bcbc", "x" and "xy" could have eight nodes:
    //
    //	n0  -
    //	n1  a-
    //	n2  .x+
    //	n3  .y+
    //	n4  b-
    //	n5  .cbc+
    //	n6  x+
    //	n7  .y+
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 17:10:31 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  6. cluster/gce/config-default.sh

    ENABLE_DEFAULT_STORAGE_CLASS="${ENABLE_DEFAULT_STORAGE_CLASS:-false}"
    
    # Optional: install volume snapshot CRDs
    ENABLE_VOLUME_SNAPSHOTS="${ENABLE_VOLUME_SNAPSHOTS:-true}"
    
    # Optional: Enable legacy ABAC policy that makes all service accounts superusers.
    ENABLE_LEGACY_ABAC="${ENABLE_LEGACY_ABAC:-false}" # true, false
    
    # Indicates if the values (i.e. KUBE_USER and KUBE_PASSWORD for basic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm64/a.out.go

    	AADCS
    	AADCSW
    	AADCW
    	AADD
    	AADDS
    	AADDSW
    	AADDW
    	AADR
    	AADRP
    	AAESD
    	AAESE
    	AAESIMC
    	AAESMC
    	AAND
    	AANDS
    	AANDSW
    	AANDW
    	AASR
    	AASRW
    	AAT
    	ABCC
    	ABCS
    	ABEQ
    	ABFI
    	ABFIW
    	ABFM
    	ABFMW
    	ABFXIL
    	ABFXILW
    	ABGE
    	ABGT
    	ABHI
    	ABHS
    	ABIC
    	ABICS
    	ABICSW
    	ABICW
    	ABLE
    	ABLO
    	ABLS
    	ABLT
    	ABMI
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  8. build/lib/release.sh

      cp "${src_dir}/etcd.manifest" "${dst_dir}"
      cp "${src_dir}/kube-scheduler.manifest" "${dst_dir}"
      cp "${src_dir}/kube-apiserver.manifest" "${dst_dir}"
      cp "${src_dir}/konnectivity-server.yaml" "${dst_dir}"
      cp "${src_dir}/abac-authz-policy.jsonl" "${dst_dir}"
      cp "${src_dir}/cloud-controller-manager.manifest" "${dst_dir}"
      cp "${src_dir}/kube-controller-manager.manifest" "${dst_dir}"
      cp "${src_dir}/kube-addon-manager.yaml" "${dst_dir}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  9. cluster/gce/config-test.sh

    ENABLE_DEFAULT_STORAGE_CLASS=${ENABLE_DEFAULT_STORAGE_CLASS:-false}
    
    # Optional: install volume snapshot CRDs
    ENABLE_VOLUME_SNAPSHOTS=${ENABLE_VOLUME_SNAPSHOTS:-true}
    
    # Optional: Enable legacy ABAC policy that makes all service accounts superusers.
    # Disabling this by default in tests ensures default RBAC policies are sufficient from 1.6+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 17:20:24 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.6.md

    ## Changes to API Resources
    ### ABAC
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (1)
Back to top