Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Greater (0.13 sec)

  1. pilot/pkg/bootstrap/options.go

    // be monitored for CRD yaml files and will update the controller as those files change (This is used for testing
    // purposes). Otherwise, a CRD client is created based on the configuration.
    type RegistryOptions struct {
    	// If FileDir is set, the below kubernetes options are ignored
    	FileDir string
    
    	Registries []string
    
    	// Kubernetes controller options
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/typed/cr/v1/example.go

    		Resource("examples").
    		VersionedParams(&opts, scheme.ParameterCodec).
    		Timeout(timeout).
    		Watch(ctx)
    }
    
    // Create takes the representation of a example and creates it.  Returns the server's representation of the example, and an error, if there is any.
    func (c *examples) Create(ctx context.Context, example *v1.Example, opts metav1.CreateOptions) (result *v1.Example, err error) {
    	result = &v1.Example{}
    	err = c.client.Post().
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 10:52:54 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top