Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for schemasByCRDName (0.24 sec)

  1. pilot/pkg/config/kube/crdclient/client.go

    	schemasByCRDName := map[string]resource.Schema{}
    	for _, s := range schemas.All() {
    		// From the spec: "Its name MUST be in the format <.spec.name>.<.spec.group>."
    		name := fmt.Sprintf("%s.%s", s.Plural(), s.Group())
    		schemasByCRDName[name] = s
    	}
    	out := &Client{
    		domainSuffix:     opts.DomainSuffix,
    		schemas:          schemas,
    		schemasByCRDName: schemasByCRDName,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 00:12:28 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top