Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for CRD (0.31 sec)

  1. cluster/gce/gci/configure-helper.sh

      do
        sleep 10
      done
    }
    
    # Trigger background process that will wait for volumesnapshot CRDs
    # and snapshot-controller to be installed
    function start-volumesnapshot-crd-and-controller {
      wait-for-volumesnapshot-crd-and-controller &
    }
    
    # Update {{ fluentd_container_runtime_service }} with actual container runtime name,
    # and {{ container_runtime_endpoint }} with actual container runtime
    # endpoint.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"type(self.nestedInList[0]) == type(self.nestedInList[1])",
    			},
    			errors: map[string]string{
    				// Note that errors, like the below, do print the type name, but it changes each time a CRD is updated.
    				// Type name printed in the below error will be of the form "<uuid>.nestedInList.@idx".
    
    				// Developers may not cast the type of variables as a string:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                  }
                ],
                "description": "conversion defines conversion settings for the CRD."
              },
              "group": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    is the security provider (node agent or citadel). ### Install Istio CRDs This is the first step of the installation. Please do not remove or edit any CRD - config currently requires all CRDs to be present. On each upgrade it is recommended to reapply the file, to make sure you get all CRDs. CRDs are separated by release and by component type in the CRD directory. Istio has strong integration with certmanager. Some operators may want to keep their current certmanager CRDs in place and not have Istio...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  5. pkg/config/validation/validation.go

    		http.MethodPost,
    		http.MethodPut,
    		http.MethodPatch,
    		http.MethodDelete,
    		http.MethodConnect,
    		http.MethodOptions,
    		http.MethodTrace,
    	)
    
    	scope = log.RegisterScope("validation", "CRD validation debugging")
    
    	// EmptyValidate is a Validate that does nothing and returns no error.
    	EmptyValidate = RegisterValidateFunc("EmptyValidate",
    		func(config.Config) (Warning, error) {
    			return nil, nil
    		})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Joel Aquilina <******@****.***>
    canva-apps.cn
    canva-apps.com
    
    // Carrd : https://carrd.co
    // Submitted by AJ <******@****.***>
    drr.ac
    uwu.ai
    carrd.co
    crd.co
    ju.mp
    
    // CentralNic : http://www.centralnic.com/names/domains
    // Submitted by registry <******@****.***>
    ae.org
    br.com
    cn.com
    com.de
    com.se
    de.com
    eu.com
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top