Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PlatformMetadata (0.12 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 != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. pkg/model/proxy.go

    	// UnprivilegedPod is used to determine whether a Gateway Pod can open ports < 1024
    	UnprivilegedPod string `json:"UNPRIVILEGED_POD,omitempty"`
    
    	// PlatformMetadata contains any platform specific metadata
    	PlatformMetadata map[string]string `json:"PLATFORM_METADATA,omitempty"`
    
    	// StsPort specifies the port of security token exchange server (STS).
    	// Used by envoy filters
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 17:18:17 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top