Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gcp_project_number (0.15 sec)

  1. pkg/bootstrap/config.go

    		option.DeferredClusterCreation(features.EnableDeferredClusterCreation))
    
    	// Add GCPProjectNumber to access in bootstrap template.
    	md := cfg.Metadata.PlatformMetadata
    	if projectNumber, found := md[platform.GCPProjectNumber]; found {
    		opts = append(opts, option.GCPProjectNumber(projectNumber))
    	}
    
    	if cfg.Metadata.StsPort != "" {
    		stsPort, err := strconv.Atoi(cfg.Metadata.StsPort)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top