Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 57 of 57 for RB (0.02 sec)

  1. pkg/apis/rbac/helpers_test.go

    // that did not match, reconciliation would incorrectly add duplicate data to the cluster's RBAC policy.
    func TestHelpersRoundTrip(t *testing.T) {
    	rb := rbac.NewRoleBinding("role", "ns").Groups("g").SAs("ns", "sa").Users("u").BindingOrDie()
    	rbcr := rbac.NewRoleBindingForClusterRole("role", "ns").Groups("g").SAs("ns", "sa").Users("u").BindingOrDie()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  2. plugin/pkg/admission/imagepolicy/certs_test.go

    b+h/Den5z8bEf4ygWOL4UtqHUgQrrCw+KpNvxjxtsUoiu+mrjLf0fGYs7iq8bd73
    1dWzkIECgYEAi6P/LzMC6orbyONmwlscqO1Ili8ZBkUjJ/wThkiNMMA3pyKmb68W
    yt56Yh0rs+WnuVUN90cG87k+CY35dQ7FAOVUJi9LWGA3Oq9fGkoOB7f4dzaUu/rB
    dtit2KPCxiKpZsxqSf4+S8AXYF48abNPLYK3DCCSqAah09gYOrqYlW4=
    -----END RSA PRIVATE KEY-----`)
    
    var serverCert = []byte(`-----BEGIN CERTIFICATE-----
    MIIDCzCCAfOgAwIBAgIJAMvo2rkGpEUQMA0GCSqGSIb3DQEBCwUAMCExHzAdBgNV
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 14 12:41:21 UTC 2021
    - 8.6K bytes
    - Viewed (0)
  3. docs/site-replication/run-multi-site-oidc.sh

    # create a new bucket on minio2. This should replicate to minio1 after it comes online.
    ./mc mb minio2/newbucket2
    # delete bucket2 on minio2. This should replicate to minio1 after it comes online.
    ./mc rb minio2/bucket2
    
    # Restart minio1 instance
    minio server --address ":9001" --console-address ":10000" /tmp/minio1/{1...4} >/tmp/minio1_1.log 2>&1 &
    sleep 200
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs-asciidoctor-extensions-base/src/main/java/org/gradle/docs/asciidoctor/SampleIncludeProcessor.java

            map.put("gradle", "groovy");
            map.put("kt", "kotlin");
            map.put("kts", "kotlin");
            map.put("py", "python");
            map.put("sh", "bash");
            map.put("rb", "ruby");
            return Collections.unmodifiableMap(map);
        }
    
        @Override
        public boolean handles(String target) {
            return target.equals(SAMPLE);
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 10:45:07 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  5. common/Makefile.common.mk

    lint-markdown:
    	@${FINDFILES} -name '*.md' -not -path './manifests/addons/dashboards/*' -print0 | ${XARGS} mdl --ignore-front-matter --style common/config/mdl.rb
    
    lint-links:
    	@${FINDFILES} -name '*.md' -print0 | ${XARGS} awesome_bot --skip-save-results --allow_ssl --allow-timeout --allow-dupe --allow-redirect --white-list ${MARKDOWN_LINT_ALLOWLIST}
    
    lint-sass:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 14:37:27 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv13-ALPN

    00000280  df af cd 15 e7 30 2d 28  a1 24 80 ab 3e 71 83 e3  |.....0-(.$..>q..|
    00000290  5c 9a b7 6b f2 d0 1e 55  2c 1c ac 5d 21 64 a2 d2  |\..k...U,..]!d..|
    000002a0  a9 dd a8 49 7c 22 26 8e  ca 75 a3 ef 52 42 d0 38  |...I|"&..u..RB.8|
    000002b0  f4 02 60 af ee 33 30 46  90 a5 b3 7a 66 c8 ab 10  |..`..30F...zf...|
    000002c0  3f 76 d1 76 aa 5d da c4  29 ca d7 22 c4 44 b4 e8  |?v.v.]..)..".D..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 7K bytes
    - Viewed (0)
  7. src/strconv/quote_test.go

    	{"`a`", `a`},
    	{"`abc`", `abc`},
    	{"`☺`", `☺`},
    	{"`hello world`", `hello world`},
    	{"`\\xFF`", `\xFF`},
    	{"`\\377`", `\377`},
    	{"`\\`", `\`},
    	{"`\n`", "\n"},
    	{"`	`", `	`},
    	{"` `", ` `},
    	{"`a\rb`", "ab"},
    }
    
    var misquoted = []string{
    	``,
    	`"`,
    	`"a`,
    	`"'`,
    	`b"`,
    	`"\"`,
    	`"\9"`,
    	`"\19"`,
    	`"\129"`,
    	`'\'`,
    	`'\9'`,
    	`'\19'`,
    	`'\129'`,
    	`'ab'`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 9.6K bytes
    - Viewed (0)
Back to top