Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GCPProjectNumber (0.23 sec)

  1. pkg/bootstrap/option/instances.go

    }
    
    func STSPort(value int) Instance {
    	return newOption("sts_port", value)
    }
    
    func GCPProjectID(value string) Instance {
    	return newOption("gcp_project_id", value)
    }
    
    func GCPProjectNumber(value string) Instance {
    	return newOption("gcp_project_number", value)
    }
    
    func Metadata(meta *model.BootstrapNodeMetadata) Instance {
    	return newOption("metadata", meta)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top